com.liferay.portlet.dynamicdatamapping.storage
Class Field
java.lang.Object
com.liferay.portlet.dynamicdatamapping.storage.Field
- All Implemented Interfaces:
- Serializable
public class Field
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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 PortalException,
SystemException
- Throws:
PortalException
SystemException
getDDMStructure
public DDMStructure getDDMStructure()
throws SystemException
- Throws:
SystemException
getDDMStructureId
public long getDDMStructureId()
getName
public String getName()
getRenderedValue
public String getRenderedValue(ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getType
public String getType()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getValue
public Serializable getValue()
setDDMStructureId
public void setDDMStructureId(long ddmStructureId)
setName
public void setName(String name)
setValue
public void setValue(Serializable value)