public interface DTODescribedObjectInterface extends DTOObjectInterface
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Returns description of the entity. 
 | 
boolean | 
isDescriptionSet()
This flag is used to identify attribute description of the entity that is
 set on the input DTO (therefore attribute value is used in a corresponding
 command call). 
 | 
void | 
setDescription(java.lang.String description)
Sets description of the entity. 
 | 
description - Description of entitytrue - Value will be used and stored to DB. Description
 was set using #setDescription(String)) or was filled not null value
 in constructor.false - Default value will be used or description will not
 be persisted to DB. Description was not set using
 DTODescribedObjectInterface.setDescription(String) or was filled null value in constructor.