public class StoredPunchOutSessionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CART
Generated constant - Attribute key of
StoredPunchOutSession.cart attribute defined at extension b2bpunchout. |
static java.lang.String |
PUNCHOUTSESSION
Generated constant - Attribute key of
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
static java.lang.String |
SID
Generated constant - Attribute key of
StoredPunchOutSession.sid attribute defined at extension b2bpunchout. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StoredPunchOutSessionModel()
Generated constructor - Default constructor for generic creation.
|
StoredPunchOutSessionModel(CartModel _cart,
ItemModel _owner,
java.lang.Object _punchOutSession,
java.lang.String _sid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StoredPunchOutSessionModel(CartModel _cart,
java.lang.Object _punchOutSession,
java.lang.String _sid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StoredPunchOutSessionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CartModel |
getCart()
Generated method - Getter of the
StoredPunchOutSession.cart attribute defined at extension b2bpunchout. |
java.lang.Object |
getPunchOutSession()
Generated method - Getter of the
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
java.lang.String |
getSid()
Generated method - Getter of the
StoredPunchOutSession.sid attribute defined at extension b2bpunchout. |
void |
setCart(CartModel value)
Generated method - Initial setter of
StoredPunchOutSession.cart attribute defined at extension b2bpunchout. |
void |
setPunchOutSession(java.lang.Object value)
Generated method - Setter of
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
void |
setSid(java.lang.String value)
Generated method - Initial setter of
StoredPunchOutSession.sid attribute defined at extension b2bpunchout. |
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 SID
StoredPunchOutSession.sid attribute defined at extension b2bpunchout.public static final java.lang.String PUNCHOUTSESSION
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.public static final java.lang.String CART
StoredPunchOutSession.cart attribute defined at extension b2bpunchout.public StoredPunchOutSessionModel()
public StoredPunchOutSessionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StoredPunchOutSessionModel(CartModel _cart, java.lang.Object _punchOutSession, java.lang.String _sid)
_cart - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout_punchOutSession - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout_sid - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout@Deprecated public StoredPunchOutSessionModel(CartModel _cart, ItemModel _owner, java.lang.Object _punchOutSession, java.lang.String _sid)
_cart - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout_owner - initial attribute declared by type Item at extension core_punchOutSession - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout_sid - initial attribute declared by type StoredPunchOutSession at extension b2bpunchout@Accessor(qualifier="cart", type=GETTER) public CartModel getCart()
StoredPunchOutSession.cart attribute defined at extension b2bpunchout.@Accessor(qualifier="punchOutSession", type=GETTER) public java.lang.Object getPunchOutSession()
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.@Accessor(qualifier="sid", type=GETTER) public java.lang.String getSid()
StoredPunchOutSession.sid attribute defined at extension b2bpunchout.@Accessor(qualifier="cart", type=SETTER) public void setCart(CartModel value)
StoredPunchOutSession.cart attribute defined at extension b2bpunchout. Can only be used at creation of model - before first save.value - the cart@Accessor(qualifier="punchOutSession", type=SETTER) public void setPunchOutSession(java.lang.Object value)
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.value - the punchOutSession - Should be instance of type PunchOutSessionCopyright © 2018 SAP SE. All Rights Reserved.