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
Field
public Field()
Field
public Field(long ddmStructureId,
String name,
Serializable value)
Field
public Field(String name,
Serializable value)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
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(Locale locale)
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)