@DTO public class UESPropertyTemplateAttributes extends java.lang.Object
UESPropertyTemplate.getAttributes(UESURI)| Modifier and Type | Field and Description | 
|---|---|
| private java.lang.String | codeCode of the property template. | 
| private UESURI | collectionTemplateUriUESURI of the property collection template. | 
| private java.util.Date | creationTimeCreation time of the property template. | 
| private java.lang.String | descriptionDescription of the property template. | 
| private UESURI | entityTypeUriUESURI of the entity type of the property template. | 
| private java.util.Date | modificationTimeModification time of the property template. | 
| private java.lang.String | nameName of the property template. | 
| private UESPropertyType | typeType of the property template. | 
| private UESURI | uriUESURI of the property template. | 
| private java.lang.Object | valueThe value of the property template. | 
| private java.lang.String | valueRestrictionRepresents 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 | versionVersion 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) |