|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.endeca.portal.metadata.AbstractMetadata
com.endeca.portal.metadata.MetadataObject
com.endeca.portal.metadata.attributes.AttributeDisplayName
public class AttributeDisplayName
Specialization of Metadata Object to represent the display name for an attribute
Constructor Summary | |
---|---|
AttributeDisplayName()
Constructor: initializes the object with an ID of -1 |
|
AttributeDisplayName(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)
Constructor that initializes the object from a MetadataRecord. |
|
AttributeDisplayName(java.lang.String attributeName,
java.lang.String displayName,
java.lang.String dataSourceId)
Convenience constructor that inits the object and sets a an attribute name, display name for the attribute, and the data source ID |
Method Summary | |
---|---|
java.lang.String |
getType()
Returns |
Methods inherited from class com.endeca.portal.metadata.MetadataObject |
---|
addProperties, addProperty, equals, getProperties, getProperties, getSourceRecord, init, removeAllProperties, removeProperties, removeProperties, removeProperty, setSourceRecord |
Methods inherited from class com.endeca.portal.metadata.AbstractMetadata |
---|
getDescription, getFeature, getKey, getLastUpdated, getLocale, getObjectId, getRel, getSource, getValue, setDescription, setFeature, setKey, setLastUpdated, setLocale, setObjectId, setRel, setSource, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeDisplayName()
public AttributeDisplayName(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)
record
- the source MetadataRecordpublic AttributeDisplayName(java.lang.String attributeName, java.lang.String displayName, java.lang.String dataSourceId)
attributeName
- the attributedisplayName
- the display name for the attributedataSourceId
- the data source ID for which this attribute appliesMethod Detail |
---|
public java.lang.String getType()
getType
in interface Metadata
getType
in class MetadataObject
Metadata.getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |