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