public class B2BMerchantCheckModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
B2BMerchantCheck.active attribute defined at extension b2bcommerce. |
static String |
CODE
Generated constant - Attribute key of
B2BMerchantCheck.code attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BMerchantCheckModel()
Generated constructor - Default constructor for generic creation.
|
B2BMerchantCheckModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
B2BMerchantCheckModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BMerchantCheckModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
B2BMerchantCheck.active attribute defined at extension b2bcommerce. |
String |
getCode()
Generated method - Getter of the
B2BMerchantCheck.code attribute defined at extension b2bcommerce. |
void |
setActive(Boolean value)
Generated method - Setter of
B2BMerchantCheck.active attribute defined at extension b2bcommerce. |
void |
setCode(String value)
Generated method - Setter of
B2BMerchantCheck.code attribute defined at extension b2bcommerce. |
getComments, 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 static final String CODE
B2BMerchantCheck.code attribute defined at extension b2bcommerce.public static final String ACTIVE
B2BMerchantCheck.active attribute defined at extension b2bcommerce.public B2BMerchantCheckModel()
public B2BMerchantCheckModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BMerchantCheckModel(String _code)
_code - initial attribute declared by type B2BMerchantCheck at extension b2bcommerce@Deprecated public B2BMerchantCheckModel(String _code, ItemModel _owner)
_code - initial attribute declared by type B2BMerchantCheck at extension b2bcommerce_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="active", type=GETTER) public Boolean getActive()
B2BMerchantCheck.active attribute defined at extension b2bcommerce.@Accessor(qualifier="code", type=GETTER) public String getCode()
B2BMerchantCheck.code attribute defined at extension b2bcommerce.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
B2BMerchantCheck.active attribute defined at extension b2bcommerce.value - the activeCopyright © 2017 SAP SE. All Rights Reserved.