com.rapidtransform.part.model
Class ItemClassification
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
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
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 |
ItemClassification
public ItemClassification()
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.