| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Metadata
Interface representing a metadata record that abstracts the basic properties of a Liferay-generated record persisted to the metadata tables.
| Method Summary | |
|---|---|
|  java.lang.String | getDescription()get the description | 
|  java.lang.String | getFeature()get the feature | 
|  java.lang.String | getKey()get the key | 
|  java.util.Date | getLastUpdated()get the last-updated date | 
|  java.lang.String | getLocale()get the locale | 
|  long | getObjectId()get the object ID of the source record. | 
|  java.lang.String | getRel()get the relationship | 
|  java.lang.String | getSource()get the source | 
|  java.lang.String | getType()Gets the domain-specific type of object. | 
|  java.lang.String | getValue()get the value | 
|  void | setObjectId(long id)set the object ID of the source record | 
| Method Detail | 
|---|
java.lang.String getType()
long getObjectId()
void setObjectId(long id)
id - the idjava.lang.String getKey()
java.lang.String getRel()
java.lang.String getValue()
java.lang.String getFeature()
java.lang.String getLocale()
java.lang.String getSource()
java.lang.String getDescription()
java.util.Date getLastUpdated()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||