|
|||||||||
| 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.MetadataProperty
com.endeca.portal.metadata.attributes.AttributeSetMapping
public class AttributeSetMapping
Represents an attribute mapping to an attribute set.
| Constructor Summary | |
|---|---|
AttributeSetMapping()
Constructor: initializes the object with an ID of -1 |
|
AttributeSetMapping(com.endeca.portal.liferay.ext.metadata.model.MetadataPropertyRecord record)
Constructor that initializes the object from a MetadataRecord. |
|
AttributeSetMapping(java.lang.String attributeName)
Convenience constructor that initializes the object for a specified attribute. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true if the provided display name property object's Metadata Object ID and mapping value (the attribute name) are the same. |
java.lang.String |
getAttributeName()
Returns the "value" of the attribute mapping, which is the name of the attribute that this mapping represents |
java.lang.String |
getType()
Returns |
| Methods inherited from class com.endeca.portal.metadata.MetadataProperty |
|---|
getPropertyId, getSourceRecord, init, setPropertyId, 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 AttributeSetMapping()
public AttributeSetMapping(com.endeca.portal.liferay.ext.metadata.model.MetadataPropertyRecord record)
record - the source MetadataRecordpublic AttributeSetMapping(java.lang.String attributeName)
attributeName - the name of the attribute this mapping represents| Method Detail |
|---|
public java.lang.String getAttributeName()
public java.lang.String getType()
getType in interface MetadatagetType in class MetadataPropertyMetadata.getType()public boolean equals(java.lang.Object obj)
equals in class MetadataProperty
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||