com.rapidtransform.part.model
Class ItemClassificationHierarchy
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ItemClassificationHierarchy
- All Implemented Interfaces:
- Model, java.io.Serializable
public class ItemClassificationHierarchy
- extends AbstractBaseModel
Relates on ItemClassification with a child classification.
TODO remove this class as it is not needed. the parent will hold all references to it's children. in the database, the children will have references to their parent.
- 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 |
ItemClassificationHierarchy
public ItemClassificationHierarchy()
getSubClassification
public ItemClassification getSubClassification()
- Returns:
- Returns the subClassification.
setSubClassification
public void setSubClassification(ItemClassification subClassification)
- Parameters:
subClassification
- The subClassification to set.