com.rapidtransform.part.model
Class ItemClassificationHierarchy

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by 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

Constructor Summary
ItemClassificationHierarchy()
           
 
Method Summary
 ItemClassification getSubClassification()
           
 void setSubClassification(ItemClassification subClassification)
           
 
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

ItemClassificationHierarchy

public ItemClassificationHierarchy()
Method Detail

getSubClassification

public ItemClassification getSubClassification()
Returns:
Returns the subClassification.

setSubClassification

public void setSubClassification(ItemClassification subClassification)
Parameters:
subClassification - The subClassification to set.