public class RestrictionDTO extends ItemDTO
| Constructor and Description |
|---|
RestrictionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Boolean |
getPositive() |
String |
getRestrictionType() |
String |
getViolationMessage() |
VoucherDTO |
getVoucher() |
void |
setDescription(String value) |
void |
setPositive(Boolean value) |
void |
setRestrictionType(String value) |
void |
setViolationMessage(String value) |
void |
setVoucher(VoucherDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic RestrictionDTO()
public String getDescription()
public Boolean getPositive()
public String getRestrictionType()
public String getViolationMessage()
public VoucherDTO getVoucher()
public void setDescription(String value)
public void setPositive(Boolean value)
public void setRestrictionType(String value)
public void setViolationMessage(String value)
public void setVoucher(VoucherDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.