Class TypeLocalizedConstraints
- java.lang.Object
-
- de.hybris.platform.validation.localized.TypeLocalizedConstraints
-
public class TypeLocalizedConstraints extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeLocalizedConstraints(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraint(LocalizedAttributeConstraint constraint)java.util.List<LocalizedAttributeConstraint>getConstraints()java.util.List<LocalizedAttributeConstraint>getConstraintsForAttribute(java.lang.String attribute)java.lang.StringgetType()
-
-
-
Method Detail
-
addConstraint
public void addConstraint(LocalizedAttributeConstraint constraint)
-
getConstraints
public java.util.List<LocalizedAttributeConstraint> getConstraints()
-
getConstraintsForAttribute
public java.util.List<LocalizedAttributeConstraint> getConstraintsForAttribute(java.lang.String attribute)
-
getType
public java.lang.String getType()
-
-