@DTO public class UESPropertyTemplateCreate extends java.lang.Object
UESPropertyTemplate.create(cz.ues.core.commons.uri.UESURI, UESPropertyTemplateCreate)| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the new property template. 
 | 
private java.lang.String | 
description
Description of the new property template. 
 | 
private java.lang.String | 
name
Not null. 
 | 
private UESPropertyType | 
type
Not null. 
 | 
private java.lang.Object | 
value
The value of the new property template. 
 | 
private java.lang.String | 
valueRestriction
String defining value restriction, one of the following values are possible: string with UESURI - to define enumeration restriction,
 Pattern string - to define regular expression restriction, Query string in form
 "metaArtifactUri = '...' 
 | 
| Constructor and Description | 
|---|
UESPropertyTemplateCreate()  | 
UESPropertyTemplateCreate(UESPropertyType type)  | 
UESPropertyTemplateCreate(UESPropertyType type,  | 
UESPropertyTemplateCreate(UESPropertyType type,  | 
UESPropertyType for details.