public class B2BCustomerEmailConstraintModel extends PatternConstraintModel
Ensures B2BCustomer's email address is valid.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
FLAGS, REGEXPDESCRIPTOR, LANGUAGES, QUALIFIERACTIVE, ANNOTATION, CONSTRAINTGROUPS, DEFAULTMESSAGE, ID, MESSAGE, NEEDRELOAD, SEVERITY, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BCustomerEmailConstraintModel()
Generated constructor - Default constructor for generic creation.
|
B2BCustomerEmailConstraintModel(Class _annotation,
Set<RegexpFlag> _flags,
String _id,
ItemModel _owner,
String _regexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BCustomerEmailConstraintModel(Class _annotation,
Set<RegexpFlag> _flags,
String _id,
String _regexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BCustomerEmailConstraintModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
getFlags, getRegexp, setFlags, setRegexpgetDescriptor, 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, 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 String _TYPECODE
public B2BCustomerEmailConstraintModel()
public B2BCustomerEmailConstraintModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BCustomerEmailConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, String _regexp)
_annotation - initial attribute declared by type B2BCustomerEmailConstraint at extension b2bcommerce_flags - initial attribute declared by type PatternConstraint at extension validation_id - initial attribute declared by type AbstractConstraint at extension validation_regexp - initial attribute declared by type PatternConstraint at extension validation@Deprecated public B2BCustomerEmailConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, ItemModel _owner, String _regexp)
_annotation - initial attribute declared by type B2BCustomerEmailConstraint at extension b2bcommerce_flags - initial attribute declared by type PatternConstraint at extension validation_id - initial attribute declared by type AbstractConstraint at extension validation_owner - initial attribute declared by type Item at extension core_regexp - initial attribute declared by type PatternConstraint at extension validationCopyright © 2017 SAP SE. All Rights Reserved.