public class ConstraintData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected ConstraintCheckType |
checkType |
protected java.lang.String |
code |
protected java.lang.String |
groovyScript |
protected java.util.UUID |
id |
protected java.lang.String |
join |
protected ConstraintOperationType |
operationType |
protected java.lang.String |
whereClause |
Constructor and Description |
---|
ConstraintData(Constraint constraint) |
Modifier and Type | Method and Description |
---|---|
ConstraintCheckType |
getCheckType() |
java.lang.String |
getCode() |
java.lang.String |
getGroovyScript() |
java.util.UUID |
getId() |
java.lang.String |
getJoin() |
ConstraintOperationType |
getOperationType() |
java.lang.String |
getWhereClause() |
protected final java.util.UUID id
protected final java.lang.String code
protected final ConstraintOperationType operationType
protected final ConstraintCheckType checkType
protected final java.lang.String join
protected final java.lang.String whereClause
protected final java.lang.String groovyScript
public ConstraintData(Constraint constraint)
public java.lang.String getCode()
public java.lang.String getJoin()
public java.lang.String getWhereClause()
public java.lang.String getGroovyScript()
public ConstraintOperationType getOperationType()
public ConstraintCheckType getCheckType()
public java.util.UUID getId()