public class HybrisDecimalMaxConstraintModel extends AttributeConstraintModel
Hybris counterpart for decimalmaximal JSR 303 compatible constraint class.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
VALUE
Generated constant - Attribute key of
HybrisDecimalMaxConstraint.value attribute defined at extension validation. |
DESCRIPTOR, LANGUAGES, QUALIFIERACTIVE, ANNOTATION, CONSTRAINTGROUPS, DEFAULTMESSAGE, ID, MESSAGE, NEEDRELOAD, SEVERITY, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
HybrisDecimalMaxConstraintModel()
Generated constructor - Default constructor for generic creation.
|
HybrisDecimalMaxConstraintModel(java.lang.Class _annotation,
java.lang.String _id,
java.math.BigDecimal _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
HybrisDecimalMaxConstraintModel(java.lang.Class _annotation,
java.lang.String _id,
ItemModel _owner,
java.math.BigDecimal _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
HybrisDecimalMaxConstraintModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getValue()
Generated method - Getter of the
HybrisDecimalMaxConstraint.value attribute defined at extension validation. |
void |
setValue(java.math.BigDecimal value)
Generated method - Setter of
HybrisDecimalMaxConstraint.value attribute defined at extension validation. |
getDescriptor, getLanguages, getQualifier, setDescriptor, setLanguages, setQualifiergetAnnotation, getConstraintGroups, getDefaultMessage, getDefaultMessage, getId, getMessage, getMessage, getSeverity, getTarget, getType, isActive, isNeedReload, setActive, setAnnotation, setConstraintGroups, setId, setMessage, setMessage, setSeverity, setTarget, setTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String VALUE
HybrisDecimalMaxConstraint.value attribute defined at extension validation.public HybrisDecimalMaxConstraintModel()
public HybrisDecimalMaxConstraintModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public HybrisDecimalMaxConstraintModel(java.lang.Class _annotation,
java.lang.String _id,
java.math.BigDecimal _value)
_annotation - initial attribute declared by type HybrisDecimalMaxConstraint at extension validation_id - initial attribute declared by type AbstractConstraint at extension validation_value - initial attribute declared by type HybrisDecimalMaxConstraint at extension validation@Deprecated
public HybrisDecimalMaxConstraintModel(java.lang.Class _annotation,
java.lang.String _id,
ItemModel _owner,
java.math.BigDecimal _value)
_annotation - initial attribute declared by type HybrisDecimalMaxConstraint at extension validation_id - initial attribute declared by type AbstractConstraint at extension validation_owner - initial attribute declared by type Item at extension core_value - initial attribute declared by type HybrisDecimalMaxConstraint at extension validationCopyright © 2018 SAP SE. All Rights Reserved.