|
|||||||||
| 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.framework.FrameworkSetting
public class FrameworkSetting
Specialization of Metadata Object to represent a Discovery Framework Core setting
| Constructor Summary | |
|---|---|
FrameworkSetting()
Constructor: initializes the object with an ID of -1 |
|
FrameworkSetting(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)
Constructor that initializes the object from a MetadataRecord. |
|
FrameworkSetting(java.lang.String key,
java.lang.String value,
java.lang.String description)
Convenience constructor that initializes the object and sets a key, value, and description |
|
| Method Summary | |
|---|---|
java.lang.String |
getType()
Returns "Discovery Framework Core" |
java.lang.String |
toString()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkSetting()
public FrameworkSetting(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)
record - the source MetadataRecord
public FrameworkSetting(java.lang.String key,
java.lang.String value,
java.lang.String description)
key - the keyvalue - the valuedescription - the description| Method Detail |
|---|
public java.lang.String getType()
getType in interface MetadatagetType in class MetadataObjectMetadata.getType()public java.lang.String toString()
toString in class AbstractMetadata
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||