com.softwareag.centrasite.appl.framework.mapping
Class ClassifiedInstanceBeanType

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.mapping.BeanType
      extended by com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType

public class ClassifiedInstanceBeanType
extends BeanType

BeanType marked as classified instance class.

See Also:
ClassifiedInstances

Constructor Summary
ClassifiedInstanceBeanType()
           
 
Method Summary
 java.lang.String getClassificationSchemaKey()
           
 java.lang.String getClassificationSchemaName()
           
 java.lang.String getConceptKey()
           
 java.lang.String getConceptPath()
           
 void setClassificationSchemaKey(java.lang.String classificationSchemaKey)
           
 void setClassificationSchemaName(java.lang.String classificationSchemaName)
           
 void setConceptKey(java.lang.String conceptKey)
           
 void setConceptPath(java.lang.String conceptPath)
           
 
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BeanType
addProperty, findNestedProperty, findRelations, getMetaDataHolder, getModel, getPersistentClass, getProperties, getProperty, getRegistryObjectType, getRegistryObjectTypeConcept, getRegistryObjectTypeKey, getRegistryProvider, setMetaDataHolder, setModel, setPersistentClass, setRegistryObjectType, setRegistryObjectTypeConcept, setRegistryObjectTypeKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifiedInstanceBeanType

public ClassifiedInstanceBeanType()
Method Detail

getClassificationSchemaKey

public java.lang.String getClassificationSchemaKey()
Returns:
the classificationSchemaKey

setClassificationSchemaKey

public void setClassificationSchemaKey(java.lang.String classificationSchemaKey)
Parameters:
classificationSchemaKey - the classificationSchemaKey to set

getClassificationSchemaName

public java.lang.String getClassificationSchemaName()
Returns:
the classificationSchemaName

setClassificationSchemaName

public void setClassificationSchemaName(java.lang.String classificationSchemaName)
Parameters:
classificationSchemaName - the classificationSchemaName to set

getConceptKey

public java.lang.String getConceptKey()
Returns:
the conceptKey

setConceptKey

public void setConceptKey(java.lang.String conceptKey)
Parameters:
conceptKey - the conceptKey to set

getConceptPath

public java.lang.String getConceptPath()
Returns:
the conceptPath

setConceptPath

public void setConceptPath(java.lang.String conceptPath)
Parameters:
conceptPath - the conceptPath to set