@DTO public class UESPropertyAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the property.
|
private UESURI |
collectionUri
Normalized UESURI of the parent collection.
|
private java.util.Date |
creationTime
Creation time of the property.
|
private java.lang.String |
description
Description of the property.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the property (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private java.util.Date |
modificationTime
Modification time of the property.
|
private java.lang.String |
name
Name of the property.
|
private UESURI |
templateUri
Normalized UESURI of the property template.
|
private UESPropertyType |
type
Type of property.
|
private UESURI |
uri
Normalize UESURI of the property.
|
private java.lang.Object |
value
Value of property (if property type is binary data, then
value is null ). |
private java.lang.Integer |
version
Version number of the property collection.
|
Constructor and Description |
---|
UESPropertyAttributes(UESURI uri, |
UESPropertyAttributes(UESURI uri, |
UESPropertyAttributes(UESURI uri, |
UESPropertyType
value
is null
). Data type of value is specified of
UESPropertyType
.