public class B2BDocumentTypeDTO extends ItemDTO
| Constructor and Description |
|---|
B2BDocumentTypeDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Boolean |
getDisplayInAllList() |
Collection<B2BDocumentDTO> |
getDocument() |
Boolean |
getIncludeInOpenBalance() |
String |
getName() |
String |
getPayableOrUsable() |
void |
setCode(String value) |
void |
setDisplayInAllList(Boolean value) |
void |
setDocument(Collection<B2BDocumentDTO> value) |
void |
setIncludeInOpenBalance(Boolean value) |
void |
setName(String value) |
void |
setPayableOrUsable(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic B2BDocumentTypeDTO()
public String getCode()
public Boolean getDisplayInAllList()
public Collection<B2BDocumentDTO> getDocument()
public Boolean getIncludeInOpenBalance()
public String getName()
public String getPayableOrUsable()
public void setCode(String value)
public void setDisplayInAllList(Boolean value)
public void setDocument(Collection<B2BDocumentDTO> value)
public void setIncludeInOpenBalance(Boolean value)
public void setName(String value)
public void setPayableOrUsable(String value)
Copyright © 2017 SAP SE. All Rights Reserved.