@DTO public interface DTOVersionInterface
Modifier and Type | Interface and Description |
---|---|
static class |
DTOVersionInterface.LockStrategy
Specifies what to do with versions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns entity code.
|
javax.activation.DataHandler |
getData()
Returns entity's binary data.
|
java.lang.String |
getDescription()
Returns entity description.
|
DTOVersionInterface.LockStrategy |
getLockStrategy()
Return lock strategy.
|
java.lang.String |
getName()
Returns entity name.
|
java.lang.String |
getVersionLabel()
Returns version label.
|
void |
setCode(java.lang.String code)
Sets entity code.
|
void |
setData(javax.activation.DataHandler data)
Sets entity's data.
|
void |
setDescription(java.lang.String description)
Sets entity description.
|
void |
setLockStrategy(DTOVersionInterface.LockStrategy lockStrategy)
Sets lock strategy.
|
void |
setName(java.lang.String name)
Sets the entity name.
|
void |
setVersionLabel(java.lang.String versionLabel)
Sets version label.
|
name
- Entity namecode
- Entity codedescription
- Entity descriptiondata
- DataversionLabel
- Version labellockStrategy
- Lock strategy