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

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.mapping.BaseProperty
      extended by com.softwareag.centrasite.appl.framework.mapping.Classification
All Implemented Interfaces:
Property, Relation
Direct Known Subclasses:
ClassificationMappedToClassification, ClassificationMappedToConcept

public class Classification
extends BaseProperty
implements Relation

Property representing JAXR classification.


Constructor Summary
Classification()
           
 
Method Summary
 CascadeStyle getCascadeStyle()
          Returns the cascade stype for this relation.
 java.lang.String getClassificationScheme()
           
 java.lang.String getConceptKey()
           
 java.lang.String getConceptPath()
           
 Property getPropery()
          Returns the underlying Property instance.
 javax.xml.registry.infomodel.Concept getTargetConcept()
           
 void setCascadeStyle(CascadeStyle cascadeStyle)
          Sets the cascade style for this relation.
 void setClassificationScheme(java.lang.String classificationScheme)
           
 void setConceptKey(java.lang.String conceptKey)
           
 void setConceptPath(java.lang.String conceptPath)
           
 
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classification

public Classification()
Method Detail

getCascadeStyle

public CascadeStyle getCascadeStyle()
Returns the cascade stype for this relation.

Specified by:
getCascadeStyle in interface Relation
Returns:
CascadeStyle

setCascadeStyle

public void setCascadeStyle(CascadeStyle cascadeStyle)
Sets the cascade style for this relation.

Specified by:
setCascadeStyle in interface Relation

getPropery

public Property getPropery()
Returns the underlying Property instance.

Specified by:
getPropery in interface Relation
Returns:
Property

getConceptKey

public java.lang.String getConceptKey()

setConceptKey

public void setConceptKey(java.lang.String conceptKey)

getConceptPath

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

setConceptPath

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

getClassificationScheme

public java.lang.String getClassificationScheme()
Returns:
the classificationScheme

setClassificationScheme

public void setClassificationScheme(java.lang.String classificationScheme)
Parameters:
classificationScheme - the classificationScheme to set

getTargetConcept

public javax.xml.registry.infomodel.Concept getTargetConcept()
Returns:
the targetConcept