Package de.hybris.platform.b2b.model
Class B2BMerchantCheckResultModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2b.model.B2BMerchantCheckResultModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
B2BCreditCheckResultModel
public class B2BMerchantCheckResultModel extends ItemModel
Generated model class for type B2BMerchantCheckResult first defined at extension b2bcommerce.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
MERCHANTCHECK
Generated constant - Attribute key ofB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.static java.lang.String
MERCHANTCHECKTYPECODE
Generated constant - Attribute key ofB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.static java.lang.String
NOTE
Generated constant - Attribute key ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.static java.lang.String
STATUS
Generated constant - Attribute key ofB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.static java.lang.String
STATUSEMAIL
Generated constant - Attribute key ofB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description B2BMerchantCheckResultModel()
Generated constructor - Default constructor for generic creation.B2BMerchantCheckResultModel(ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BMerchantCheckResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BMerchantCheckModel
getMerchantcheck()
Generated method - Getter of theB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.java.lang.String
getMerchantCheckTypeCode()
Generated method - Getter of theB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.java.lang.String
getNote()
Generated method - Getter of theB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.java.lang.String
getNote(java.util.Locale loc)
Generated method - Getter of theB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.MerchantCheckStatus
getStatus()
Generated method - Getter of theB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.MerchantCheckStatusEmail
getStatusEmail()
Generated method - Getter of theB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.void
setMerchantcheck(B2BMerchantCheckModel value)
Generated method - Setter ofB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.void
setMerchantCheckTypeCode(java.lang.String value)
Generated method - Setter ofB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.void
setNote(java.lang.String value)
Generated method - Setter ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.void
setNote(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.void
setStatus(MerchantCheckStatus value)
Generated method - Setter ofB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.void
setStatusEmail(MerchantCheckStatusEmail value)
Generated method - Setter ofB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
MERCHANTCHECK
public static final java.lang.String MERCHANTCHECK
Generated constant - Attribute key ofB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.- See Also:
- Constant Field Values
-
MERCHANTCHECKTYPECODE
public static final java.lang.String MERCHANTCHECKTYPECODE
Generated constant - Attribute key ofB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.- See Also:
- Constant Field Values
-
STATUSEMAIL
public static final java.lang.String STATUSEMAIL
Generated constant - Attribute key ofB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.- See Also:
- Constant Field Values
-
NOTE
public static final java.lang.String NOTE
Generated constant - Attribute key ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
B2BMerchantCheckResultModel
public B2BMerchantCheckResultModel()
Generated constructor - Default constructor for generic creation.
-
B2BMerchantCheckResultModel
public B2BMerchantCheckResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
B2BMerchantCheckResultModel
@Deprecated(since="4.1.1", forRemoval=true) public B2BMerchantCheckResultModel(ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getMerchantcheck
@Accessor(qualifier="merchantcheck", type=GETTER) public B2BMerchantCheckModel getMerchantcheck()
Generated method - Getter of theB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.- Returns:
- the merchantcheck
-
getMerchantCheckTypeCode
@Accessor(qualifier="merchantCheckTypeCode", type=GETTER) public java.lang.String getMerchantCheckTypeCode()
Generated method - Getter of theB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.- Returns:
- the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
-
getNote
@Accessor(qualifier="note", type=GETTER) public java.lang.String getNote()
Generated method - Getter of theB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.- Returns:
- the note
-
getNote
@Accessor(qualifier="note", type=GETTER) public java.lang.String getNote(java.util.Locale loc)
Generated method - Getter of theB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.- Parameters:
loc
- the value localization key- Returns:
- the note
- Throws:
java.lang.IllegalArgumentException
- if localization key cannot be mapped to data language
-
getStatus
@Accessor(qualifier="status", type=GETTER) public MerchantCheckStatus getStatus()
Generated method - Getter of theB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.- Returns:
- the status
-
getStatusEmail
@Accessor(qualifier="statusEmail", type=GETTER) public MerchantCheckStatusEmail getStatusEmail()
Generated method - Getter of theB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.- Returns:
- the statusEmail
-
setMerchantcheck
@Accessor(qualifier="merchantcheck", type=SETTER) public void setMerchantcheck(B2BMerchantCheckModel value)
Generated method - Setter ofB2BMerchantCheckResult.merchantcheck
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the merchantcheck
-
setMerchantCheckTypeCode
@Accessor(qualifier="merchantCheckTypeCode", type=SETTER) public void setMerchantCheckTypeCode(java.lang.String value)
Generated method - Setter ofB2BMerchantCheckResult.merchantCheckTypeCode
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
-
setNote
@Accessor(qualifier="note", type=SETTER) public void setNote(java.lang.String value)
Generated method - Setter ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the note
-
setNote
@Accessor(qualifier="note", type=SETTER) public void setNote(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofB2BMerchantCheckResult.note
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the noteloc
- the value localization key- Throws:
java.lang.IllegalArgumentException
- if localization key cannot be mapped to data language
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(MerchantCheckStatus value)
Generated method - Setter ofB2BMerchantCheckResult.status
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the status
-
setStatusEmail
@Accessor(qualifier="statusEmail", type=SETTER) public void setStatusEmail(MerchantCheckStatusEmail value)
Generated method - Setter ofB2BMerchantCheckResult.statusEmail
attribute defined at extensionb2bcommerce
.- Parameters:
value
- the statusEmail
-
-