@DTO public class UESPropertyTemplateAttributes extends java.lang.Object
UESPropertyTemplate.getAttributes(UESURI)| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the property template. 
 | 
private UESURI | 
collectionTemplateUri
UESURI of the property collection template. 
 | 
private java.util.Date | 
creationTime
Creation time of the property template. 
 | 
private java.lang.String | 
description
Description of the property template. 
 | 
private UESURI | 
entityTypeUri
UESURI of the entity type of the property template. 
 | 
private java.util.Date | 
modificationTime
Modification time of the property template. 
 | 
private java.lang.String | 
name
Name of the property template. 
 | 
private UESPropertyType | 
type
Type of the property template. 
 | 
private UESURI | 
uri
UESURI of the property template. 
 | 
private java.lang.Object | 
value
The value of the property template. 
 | 
private java.lang.String | 
valueRestriction
Represents value restriction if present: UESURI of property group when enum, String pattern when regular expression, String query when
 meta-artifacts and organizational units. 
 | 
private java.lang.Integer | 
version
Version of the property template. 
 | 
| Constructor and Description | 
|---|
UESPropertyTemplateAttributes()  | 
UESPropertyTemplateAttributes(java.lang.String name,  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getValueRestriction()  | 
void | 
setValueRestriction(java.lang.String valueRestriction)  |