public class B2BPermissionDTO extends ItemDTO
| Constructor and Description |
|---|
B2BPermissionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getCode() |
Collection<B2BCustomerDTO> |
getCustomers() |
String |
getMessage() |
B2BUnitDTO |
getUnit() |
List<B2BUserGroupDTO> |
getUserGroups() |
void |
setActive(Boolean value) |
void |
setCode(String value) |
void |
setCustomers(Collection<B2BCustomerDTO> value) |
void |
setMessage(String value) |
void |
setUnit(B2BUnitDTO value) |
void |
setUserGroups(List<B2BUserGroupDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic B2BPermissionDTO()
public Boolean getActive()
public String getCode()
public Collection<B2BCustomerDTO> getCustomers()
public String getMessage()
public B2BUnitDTO getUnit()
public List<B2BUserGroupDTO> getUserGroups()
public void setActive(Boolean value)
public void setCode(String value)
public void setCustomers(Collection<B2BCustomerDTO> value)
public void setMessage(String value)
public void setUnit(B2BUnitDTO value)
public void setUserGroups(List<B2BUserGroupDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.