Package org.alfresco.rest.api.model
Class ConstraintDefinition
- java.lang.Object
-
- org.alfresco.rest.api.model.ConstraintDefinition
-
public class ConstraintDefinition extends Object
Represents a constraint of a node definition property.- Author:
- gfertuso
-
-
Constructor Summary
Constructors Constructor Description ConstraintDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getId()
Map<String,Object>
getParameters()
String
getTitle()
String
getType()
void
setDescription(String description)
void
setId(String id)
void
setParameters(Map<String,Object> parameters)
void
setTitle(String title)
void
setType(String type)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-