com.rapidtransform.classification.model
Class ClassificationAssociation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.classification.model.ClassificationAssociation
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class ClassificationAssociation
- extends AbstractBaseModel
- implements Approvable, OrganizationElement, OrganizationalData
Associates a GeneralClassification with a Classified object.
- 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 |
ClassificationAssociation
public ClassificationAssociation()
getClassified
public Classified getClassified()
- Returns:
- Returns the classified.
setClassified
public void setClassified(Classified classified)
- Parameters:
classified
- The classified to set.
getDefinitional
public java.lang.Boolean getDefinitional()
- Returns:
- Returns the definitional.
setDefinitional
public void setDefinitional(java.lang.Boolean definitional)
- Parameters:
definitional
- The definitional to set.
getRole
public java.lang.String getRole()
- Returns:
- Returns the role.
setRole
public void setRole(java.lang.String role)
- Parameters:
role
- The role to set.