org.eclipse.higgins.rpps.core.tobj
Class ITemplateElementTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIDescriptorTO
org.eclipse.higgins.rpps.core.tobj.ITemplateElementTO
- All Implemented Interfaces:
- Serializable
- public class ITemplateElementTO
- extends UIDescriptorTO
- implements Serializable
- See Also:
- Serialized Form
ITemplateElementTO
public ITemplateElementTO()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getId
public String getId()
setId
public void setId(String id)
getIsValueRequired
public boolean getIsValueRequired()
setIsValueRequired
public void setIsValueRequired(boolean isValueRequired)
getValue
public String getValue()
setValue
public void setValue(String value)
getContainerValue
public ITemplateElementTO[] getContainerValue()
setContainerValue
public void setContainerValue(ITemplateElementTO[] containerValue)