Class StoredPunchOutSessionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2b.punchout.model.StoredPunchOutSessionModel
- All Implemented Interfaces:
Serializable
Generated model class for type StoredPunchOutSession first defined at extension b2bpunchout.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofStoredPunchOutSession.cartattribute defined at extensionb2bpunchout.static final StringGenerated constant - Attribute key ofStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.static final StringGenerated constant - Attribute key ofStoredPunchOutSession.sidattribute defined at extensionb2bpunchout.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.StoredPunchOutSessionModel(CartModel _cart, ItemModel _owner, Object _punchOutSession, String _sid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoredPunchOutSessionModel(CartModel _cart, Object _punchOutSession, String _sid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetCart()Generated method - Getter of theStoredPunchOutSession.cartattribute defined at extensionb2bpunchout.Generated method - Getter of theStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.getSid()Generated method - Getter of theStoredPunchOutSession.sidattribute defined at extensionb2bpunchout.voidGenerated method - Initial setter ofStoredPunchOutSession.cartattribute defined at extensionb2bpunchout.voidsetPunchOutSession(Object value) Generated method - Setter ofStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.voidGenerated method - Initial setter ofStoredPunchOutSession.sidattribute defined at extensionb2bpunchout.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SID
Generated constant - Attribute key ofStoredPunchOutSession.sidattribute defined at extensionb2bpunchout.- See Also:
-
PUNCHOUTSESSION
Generated constant - Attribute key ofStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.- See Also:
-
CART
Generated constant - Attribute key ofStoredPunchOutSession.cartattribute defined at extensionb2bpunchout.- See Also:
-
-
Constructor Details
-
StoredPunchOutSessionModel
public StoredPunchOutSessionModel()Generated constructor - Default constructor for generic creation. -
StoredPunchOutSessionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
StoredPunchOutSessionModel
@Deprecated(since="4.1.1", forRemoval=true) public StoredPunchOutSessionModel(CartModel _cart, Object _punchOutSession, String _sid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_cart- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout_punchOutSession- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout_sid- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout
-
StoredPunchOutSessionModel
@Deprecated(since="4.1.1", forRemoval=true) public StoredPunchOutSessionModel(CartModel _cart, ItemModel _owner, Object _punchOutSession, String _sid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_cart- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout_owner- initial attribute declared by typeItemat extensioncore_punchOutSession- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout_sid- initial attribute declared by typeStoredPunchOutSessionat extensionb2bpunchout
-
-
Method Details
-
getCart
Generated method - Getter of theStoredPunchOutSession.cartattribute defined at extensionb2bpunchout.- Returns:
- the cart
-
getPunchOutSession
Generated method - Getter of theStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.- Returns:
- the punchOutSession - Should be instance of type PunchOutSession
-
getSid
Generated method - Getter of theStoredPunchOutSession.sidattribute defined at extensionb2bpunchout.- Returns:
- the sid
-
setCart
Generated method - Initial setter ofStoredPunchOutSession.cartattribute defined at extensionb2bpunchout. Can only be used at creation of model - before first save.- Parameters:
value- the cart
-
setPunchOutSession
Generated method - Setter ofStoredPunchOutSession.punchOutSessionattribute defined at extensionb2bpunchout.- Parameters:
value- the punchOutSession - Should be instance of type PunchOutSession
-
setSid
Generated method - Initial setter ofStoredPunchOutSession.sidattribute defined at extensionb2bpunchout. Can only be used at creation of model - before first save.- Parameters:
value- the sid
-