Class ConstraintRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ConstraintRef
Constraint reference. The Constraint resource represents a policy/rule applied to an entity or entity spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) booleanThe (class) type of the referred constraintgetHref()Hyperlink reference to the target constraintgetId()reference id to the target constraintgetName()Name given to the constraintconstraint versioninthashCode()voidsetAtReferredType(String atReferredType) voidvoidvoidvoidsetVersion(String version) toString()
-
Constructor Details
-
ConstraintRef
public ConstraintRef()
-
-
Method Details
-
id
-
getId
reference id to the target constraint- Returns:
- id
-
setId
-
href
-
getHref
Hyperlink reference to the target constraint- Returns:
- href
-
setHref
-
version
-
getVersion
constraint version- Returns:
- version
-
setVersion
-
name
-
getName
Name given to the constraint- Returns:
- name
-
setName
-
atReferredType
-
getAtReferredType
The (class) type of the referred constraint- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-