public class YFormDefinitionDTO extends ItemDTO
| Constructor and Description |
|---|
YFormDefinitionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
Collection<CategoryDTO> |
getCategories() |
String |
getContent() |
Collection<YFormDataDTO> |
getData() |
String |
getDescription() |
String |
getDocumentId() |
String |
getFormId() |
Boolean |
getLatest() |
String |
getStatus() |
Boolean |
getSystem() |
String |
getTitle() |
int |
getVersion() |
void |
setApplicationId(String value) |
void |
setCategories(Collection<CategoryDTO> value) |
void |
setContent(String value) |
void |
setData(Collection<YFormDataDTO> value) |
void |
setDescription(String value) |
void |
setDocumentId(String value) |
void |
setFormId(String value) |
void |
setLatest(Boolean value) |
void |
setStatus(String value) |
void |
setSystem(Boolean value) |
void |
setTitle(String value) |
void |
setVersion(int value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic YFormDefinitionDTO()
public String getApplicationId()
public Collection<CategoryDTO> getCategories()
public String getContent()
public Collection<YFormDataDTO> getData()
public String getDescription()
public String getDocumentId()
public String getFormId()
public Boolean getLatest()
public String getStatus()
public Boolean getSystem()
public String getTitle()
public int getVersion()
public void setApplicationId(String value)
public void setCategories(Collection<CategoryDTO> value)
public void setContent(String value)
public void setData(Collection<YFormDataDTO> value)
public void setDescription(String value)
public void setDocumentId(String value)
public void setFormId(String value)
public void setLatest(Boolean value)
public void setStatus(String value)
public void setSystem(Boolean value)
public void setTitle(String value)
public void setVersion(int value)
Copyright © 2017 SAP SE. All Rights Reserved.