Class FieldPresentationDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.workflow.FieldPresentationDTO
-
- All Implemented Interfaces:
Serializable
public class FieldPresentationDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldPresentationDTO()FieldPresentationDTO(String key, String value, String id, String type, String displayerName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDisplayerName()StringgetId()StringgetInstanceId()StringgetLabel()StringgetType()StringgetValue()inthashCode()voidsetDisplayerName(String displayerName)voidsetId(String id)voidsetInstanceId(String instanceId)voidsetLabel(String label)voidsetType(String type)voidsetValue(String value)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDisplayerName
public String getDisplayerName()
-
setDisplayerName
public void setDisplayerName(String displayerName)
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
-