@DTO public class UESPropertyEntryAttributes extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the entry (property or property collection).Never null. 
 | 
private java.lang.String | 
description
Description of the entry (property or property collection). 
 | 
private UESURI | 
entityTypeUri
UESURI of the entity type of the property (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info). 
 | 
private java.lang.String | 
name
Name of the entry (property or property collection).Never null. 
 | 
private UESPropertyEntryType | 
type
Deprecated. 
 
This attribute has been replaced by attribute  
entityTypeUri since UES8-03. | 
private UESURI | 
uri
Normalized UESURI of the entry (property or property collection). 
 | 
private java.lang.Object | 
value
Value for the entry that is property. 
 | 
private UESPropertyType | 
valueType
Type of the value of the entry (Date, Image, Text, etc.). 
 | 
| Constructor and Description | 
|---|
UESPropertyEntryAttributes()  | 
UESPropertyEntryAttributes(UESURI uri,  | 
UESPropertyEntryAttributes(UESURI uri,  | 
UESPropertyEntryAttributes(UESURI uri,  | 
| Modifier and Type | Method and Description | 
|---|---|
UESPropertyType | 
getValueType()  | 
void | 
setValueType(UESPropertyType valueType)  | 
entityTypeUri since UES8-03.