com.rapidtransform.classification.model
Class ClassificationAssociation

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

Constructor Summary
ClassificationAssociation()
           
 
Method Summary
 Classified getClassified()
           
 java.lang.Boolean getDefinitional()
           
 java.lang.String getRole()
           
 void setClassified(Classified classified)
           
 void setDefinitional(java.lang.Boolean definitional)
           
 void setRole(java.lang.String role)
           
 
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

ClassificationAssociation

public ClassificationAssociation()
Method Detail

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.