com.softwareag.centrasite.appl.framework.types.impl
Class SlotAttributeDescriptionImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
      extended by com.softwareag.centrasite.appl.framework.types.impl.SlotAttributeDescriptionImpl
All Implemented Interfaces:
AttributeDescription, SlotAttributeDescription

public class SlotAttributeDescriptionImpl
extends AttributeDescriptionImpl
implements SlotAttributeDescription


Field Summary
 
Fields inherited from interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1, TYPE_ANY_SIMPLE_TYPE, TYPE_BOOLEAN, TYPE_DATE, TYPE_DATE_TIME, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_DURATION, TYPE_NUMBER, TYPE_STRING, TYPE_TIME, TYPE_URL
 
Constructor Summary
SlotAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteSlotDescription csAttribute)
           
 
Method Summary
 java.lang.String getDisplayName()
          Get the attribute's display name.
 void setDisplayName(java.lang.String displayName)
          Set the attribute's display name.
 
Methods inherited from class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
getCentraSiteAttribute, getCsAttribute, getDataType, getDefaultValue, getDescription, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setCsAttribute, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
getDataType, getDefaultValue, getDescription, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
 

Constructor Detail

SlotAttributeDescriptionImpl

public SlotAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteSlotDescription csAttribute)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
                                throws CSAppFrameworkException
Get the attribute's display name. If there is no explicit display name return the name. base class implementation, might be overwritten by sub-classes

Specified by:
getDisplayName in interface AttributeDescription
Specified by:
getDisplayName in interface SlotAttributeDescription
Overrides:
getDisplayName in class AttributeDescriptionImpl
Returns:
the attribute's display name
Throws:
CSAppFrameworkException

setDisplayName

public void setDisplayName(java.lang.String displayName)
                    throws CSAppFrameworkException
Set the attribute's display name.

Specified by:
setDisplayName in interface SlotAttributeDescription
Parameters:
displayName - the attribute's display name
Throws:
CSAppFrameworkException