public class StoredPunchOutSessionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CART
Generated constant - Attribute key of
StoredPunchOutSession.cart attribute defined at extension b2bpunchout. |
static String |
PUNCHOUTSESSION
Generated constant - Attribute key of
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
static String |
SID
Generated constant - Attribute key of
StoredPunchOutSession.sid attribute defined at extension b2bpunchout. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StoredPunchOutSessionModel()
Generated constructor - Default constructor for generic creation.
|
StoredPunchOutSessionModel(CartModel _cart,
ItemModel _owner,
Object _punchOutSession,
String _sid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StoredPunchOutSessionModel(CartModel _cart,
Object _punchOutSession,
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. |
Object |
getPunchOutSession()
Generated method - Getter of the
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
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(Object value)
Generated method - Setter of
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout. |
void |
setSid(String value)
Generated method - Initial setter of
StoredPunchOutSession.sid attribute defined at extension b2bpunchout. |
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 SID
StoredPunchOutSession.sid attribute defined at extension b2bpunchout.public static final String PUNCHOUTSESSION
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.public static final 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, Object _punchOutSession, 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, Object _punchOutSession, 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 Object getPunchOutSession()
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.@Accessor(qualifier="sid", type=GETTER) public 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(Object value)
StoredPunchOutSession.punchOutSession attribute defined at extension b2bpunchout.value - the punchOutSession - Should be instance of type PunchOutSessionCopyright © 2017 SAP SE. All Rights Reserved.