com.liferay.portlet.dynamicdatamapping.storage
Class Field
java.lang.Object
com.liferay.portlet.dynamicdatamapping.storage.Field
public class Field
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field
public Field()
Field
public Field(long ddmStructureId,
String name,
Serializable value)
Field
public Field(String name,
Serializable value)
getDataType
public String getDataType()
throws SystemException
- Throws:
SystemException
getDDMStructure
public DDMStructure getDDMStructure()
throws SystemException
- Throws:
SystemException
getDDMStructureId
public long getDDMStructureId()
getName
public String getName()
getRenderedValue
public String getRenderedValue(ThemeDisplay themeDisplay)
throws SystemException
- Throws:
SystemException
getType
public String getType()
throws SystemException
- Throws:
SystemException
getValue
public Serializable getValue()
setDDMStructureId
public void setDDMStructureId(long ddmStructureId)
setName
public void setName(String name)
setValue
public void setValue(Serializable value)