Package org.alfresco.model.model
Class Constraint
java.lang.Object
org.alfresco.model.model.Constraint
Constraint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanthe human-readable constraint description@NotNull StringgetId()Get idGet parametersgetTitle()the human-readable constraint titlegetType()the type of the constraintinthashCode()parameters(Map<String, Object> parameters) putParametersItem(String key, Object parametersItem) voidsetDescription(String description) voidvoidsetParameters(Map<String, Object> parameters) voidvoidtoString()
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
type
-
getType
the type of the constraint- Returns:
- type
-
setType
-
title
-
getTitle
the human-readable constraint title- Returns:
- title
-
setTitle
-
description
-
getDescription
the human-readable constraint description- Returns:
- description
-
setDescription
-
parameters
-
putParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
equals
-
hashCode
public int hashCode() -
toString
-