com.rapidtransform.part.model
Class ItemClassification

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.part.model.ItemClassification
All Implemented Interfaces:
Model, java.io.Serializable

public class ItemClassification
extends AbstractBaseModel

This represents a classification of an item related to specific criteria. The specific criteria is represented in the classification name attribute.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ItemClassification()
           
 
Method Summary
 java.util.Collection<ItemClassification> getChildren()
           
 java.lang.String getDescription()
           
 java.util.Collection<Item> getItems()
           
 ClassificationType getType()
           
 void setChildren(java.util.Set<ItemClassification> children)
           
 void setDescription(java.lang.String description)
           
 void setItems(java.util.Set<Item> items)
           
 void setType(ClassificationType type)
           
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemClassification

public ItemClassification()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getChildren

public java.util.Collection<ItemClassification> getChildren()
Returns:
Returns the children.

setChildren

public void setChildren(java.util.Set<ItemClassification> children)
Parameters:
children - The children to set.

getItems

public java.util.Collection<Item> getItems()
Returns:
Returns the item.

setItems

public void setItems(java.util.Set<Item> items)
Parameters:
item - The item to set.

getType

public ClassificationType getType()
Returns:
Returns the type.

setType

public void setType(ClassificationType type)
Parameters:
type - The type to set.