public class B2BPermissionResultModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ABSTRACTORDER2B2BPERMISSIONRESULTS
Generated relation code constant for relation
AbstractOrder2B2BPermissionResults defining source attribute Order in extension b2bapprovalprocess. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
APPROVER
Generated constant - Attribute key of
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
NOTE
Generated constant - Attribute key of
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
ORDER
Generated constant - Attribute key of
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
ORDERPOS
Generated constant - Attribute key of
B2BPermissionResult.OrderPOS attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
PERMISSION
Generated constant - Attribute key of
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
PERMISSIONTYPECODE
Generated constant - Attribute key of
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
STATUSDISPLAY
Generated constant - Attribute key of
B2BPermissionResult.statusDisplay attribute defined at extension b2bapprovalprocess. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BPermissionResultModel()
Generated constructor - Default constructor for generic creation.
|
B2BPermissionResultModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BPermissionResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
B2BCustomerModel |
getApprover()
Generated method - Getter of the
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess. |
java.lang.String |
getNote()
Generated method - Getter of the
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess. |
java.lang.String |
getNote(java.util.Locale loc)
Generated method - Getter of the
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess. |
AbstractOrderModel |
getOrder()
Generated method - Getter of the
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess. |
B2BPermissionModel |
getPermission()
Generated method - Getter of the
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess. |
java.lang.String |
getPermissionTypeCode()
Generated method - Getter of the
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess. |
PermissionStatus |
getStatus()
Generated method - Getter of the
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess. |
java.lang.String |
getStatusDisplay()
Generated method - Getter of the
B2BPermissionResult.statusDisplay dynamic attribute defined at extension b2bapprovalprocess. |
void |
setApprover(B2BCustomerModel value)
Generated method - Setter of
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess. |
void |
setNote(java.lang.String value)
Generated method - Setter of
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess. |
void |
setNote(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess. |
void |
setOrder(AbstractOrderModel value)
Generated method - Setter of
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess. |
void |
setPermission(B2BPermissionModel value)
Generated method - Setter of
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess. |
void |
setPermissionTypeCode(java.lang.String value)
Generated method - Setter of
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess. |
void |
setStatus(PermissionStatus value)
Generated method - Setter of
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess. |
getComments, 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 _ABSTRACTORDER2B2BPERMISSIONRESULTS
AbstractOrder2B2BPermissionResults defining source attribute Order in extension b2bapprovalprocess.public static final java.lang.String PERMISSION
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess.public static final java.lang.String PERMISSIONTYPECODE
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess.public static final java.lang.String STATUS
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess.public static final java.lang.String APPROVER
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess.public static final java.lang.String NOTE
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess.public static final java.lang.String STATUSDISPLAY
B2BPermissionResult.statusDisplay attribute defined at extension b2bapprovalprocess.public static final java.lang.String ORDERPOS
B2BPermissionResult.OrderPOS attribute defined at extension b2bapprovalprocess.public static final java.lang.String ORDER
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess.public B2BPermissionResultModel()
public B2BPermissionResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BPermissionResultModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="approver", type=GETTER) public B2BCustomerModel getApprover()
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="note", type=GETTER) public java.lang.String getNote()
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="note", type=GETTER) public java.lang.String getNote(java.util.Locale loc)
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="Order", type=GETTER) public AbstractOrderModel getOrder()
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="permission", type=GETTER) public B2BPermissionModel getPermission()
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="permissionTypeCode", type=GETTER) public java.lang.String getPermissionTypeCode()
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="status", type=GETTER) public PermissionStatus getStatus()
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="statusDisplay", type=GETTER) public java.lang.String getStatusDisplay()
B2BPermissionResult.statusDisplay dynamic attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="approver", type=SETTER) public void setApprover(B2BCustomerModel value)
B2BPermissionResult.approver attribute defined at extension b2bapprovalprocess.value - the approver@Accessor(qualifier="note", type=SETTER) public void setNote(java.lang.String value)
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess.value - the note@Accessor(qualifier="note", type=SETTER) public void setNote(java.lang.String value, java.util.Locale loc)
B2BPermissionResult.note attribute defined at extension b2bapprovalprocess.value - the noteloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="Order", type=SETTER) public void setOrder(AbstractOrderModel value)
B2BPermissionResult.Order attribute defined at extension b2bapprovalprocess.value - the Order@Accessor(qualifier="permission", type=SETTER) public void setPermission(B2BPermissionModel value)
B2BPermissionResult.permission attribute defined at extension b2bapprovalprocess.value - the permission@Accessor(qualifier="permissionTypeCode", type=SETTER) public void setPermissionTypeCode(java.lang.String value)
B2BPermissionResult.permissionTypeCode attribute defined at extension b2bapprovalprocess.value - the permissionTypeCode - the item type code for the permission the result is
holding
as defined in items.xml@Accessor(qualifier="status", type=SETTER) public void setStatus(PermissionStatus value)
B2BPermissionResult.status attribute defined at extension b2bapprovalprocess.value - the statusCopyright © 2018 SAP SE. All Rights Reserved.