Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.storage
Class Field

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.Field
All Implemented Interfaces:
Serializable

public class Field
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Field()
           
Field(long ddmStructureId, String name, Serializable value)
           
Field(String name, Serializable value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDataType()
           
 DDMStructure getDDMStructure()
           
 long getDDMStructureId()
           
 String getName()
           
 String getRenderedValue(Locale locale)
           
 String getType()
           
 Serializable getValue()
           
 void setDDMStructureId(long ddmStructureId)
           
 void setName(String name)
           
 void setValue(Serializable value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()

Field

public Field(long ddmStructureId,
             String name,
             Serializable value)

Field

public Field(String name,
             Serializable value)
Method Detail

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)

Liferay 6.1.2-ce-ga3