public class B2BOrderThresholdPermissionModel extends B2BPermissionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CURRENCY
Generated constant - Attribute key of
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess. |
static String |
THRESHOLD
Generated constant - Attribute key of
B2BOrderThresholdPermission.threshold attribute defined at extension b2bapprovalprocess. |
_B2BCUSTOMER2B2BPERMISSIONS, _B2BUNIT2B2BPERMISSIONS, _B2BUSERGROUPS2B2BPERMISSIONS, ACTIVE, CODE, CUSTOMERS, MESSAGE, UNIT, UNITPOS, USERGROUPS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BOrderThresholdPermissionModel()
Generated constructor - Default constructor for generic creation.
|
B2BOrderThresholdPermissionModel(B2BUnitModel _Unit,
String _code,
CurrencyModel _currency,
Double _threshold)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BOrderThresholdPermissionModel(B2BUnitModel _Unit,
String _code,
CurrencyModel _currency,
ItemModel _owner,
Double _threshold)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BOrderThresholdPermissionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getCurrency()
Generated method - Getter of the
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess. |
Double |
getThreshold()
Generated method - Getter of the
B2BOrderThresholdPermission.threshold attribute defined at extension b2bapprovalprocess. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess. |
void |
setThreshold(Double value)
Generated method - Setter of
B2BOrderThresholdPermission.threshold attribute defined at extension b2bapprovalprocess. |
getActive, getCode, getCustomers, getMessage, getMessage, getUnit, getUserGroups, setActive, setCode, setCustomers, setMessage, setMessage, setUnit, setUserGroupsgetComments, 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 THRESHOLD
B2BOrderThresholdPermission.threshold attribute defined at extension b2bapprovalprocess.public static final String CURRENCY
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess.public B2BOrderThresholdPermissionModel()
public B2BOrderThresholdPermissionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BOrderThresholdPermissionModel(B2BUnitModel _Unit, String _code, CurrencyModel _currency, Double _threshold)
_Unit - initial attribute declared by type B2BPermission at extension b2bapprovalprocess_code - initial attribute declared by type B2BPermission at extension b2bapprovalprocess_currency - initial attribute declared by type B2BOrderThresholdPermission at extension b2bapprovalprocess_threshold - initial attribute declared by type B2BOrderThresholdPermission at extension b2bapprovalprocess@Deprecated public B2BOrderThresholdPermissionModel(B2BUnitModel _Unit, String _code, CurrencyModel _currency, ItemModel _owner, Double _threshold)
_Unit - initial attribute declared by type B2BPermission at extension b2bapprovalprocess_code - initial attribute declared by type B2BPermission at extension b2bapprovalprocess_currency - initial attribute declared by type B2BOrderThresholdPermission at extension b2bapprovalprocess_owner - initial attribute declared by type Item at extension core_threshold - initial attribute declared by type B2BOrderThresholdPermission at extension b2bapprovalprocess@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="threshold", type=GETTER) public Double getThreshold()
B2BOrderThresholdPermission.threshold attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
B2BOrderThresholdPermission.currency attribute defined at extension b2bapprovalprocess.value - the currencyCopyright © 2017 SAP SE. All Rights Reserved.