Class GeneratedConsignment
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.ordersplitting.jalo.GeneratedConsignment
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
Consignment
public abstract class GeneratedConsignment extends GenericItem
Generated class for typeConsignment.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCARRIERQualifier of theConsignment.carrierattributestatic java.lang.StringCODEQualifier of theConsignment.codeattributestatic java.lang.StringCONSIGNMENTENTRIESQualifier of theConsignment.consignmentEntriesattributeprotected static OneToManyHandler<ConsignmentEntry>CONSIGNMENTENTRIESHANDLEROneToManyHandlerfor handling 1:n CONSIGNMENTENTRIES's relation attributes from 'many' side.static java.lang.StringCONSIGNMENTPROCESSESQualifier of theConsignment.consignmentProcessesattributeprotected static OneToManyHandler<ConsignmentProcess>CONSIGNMENTPROCESSESHANDLEROneToManyHandlerfor handling 1:n CONSIGNMENTPROCESSES's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDELIVERYMODEQualifier of theConsignment.deliveryModeattributestatic java.lang.StringNAMEDDELIVERYDATEQualifier of theConsignment.namedDeliveryDateattributestatic java.lang.StringORDERQualifier of theConsignment.orderattributeprotected static BidirectionalOneToManyHandler<GeneratedConsignment>ORDERHANDLERBidirectionalOneToManyHandlerfor handling 1:n ORDER's relation attributes from 'one' side.static java.lang.StringSHIPPINGADDRESSQualifier of theConsignment.shippingAddressattributestatic java.lang.StringSHIPPINGDATEQualifier of theConsignment.shippingDateattributestatic java.lang.StringSTATUSQualifier of theConsignment.statusattributestatic java.lang.StringTRACKINGIDQualifier of theConsignment.trackingIDattributestatic java.lang.StringWAREHOUSEQualifier of theConsignment.warehouseattributeprotected static BidirectionalOneToManyHandler<GeneratedConsignment>WAREHOUSEHANDLERBidirectionalOneToManyHandlerfor handling 1:n WAREHOUSE's relation attributes from 'one' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedConsignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToConsignmentEntries(SessionContext ctx, ConsignmentEntry value)Generated method - Addsvalueto consignmentEntries.voidaddToConsignmentEntries(ConsignmentEntry value)Generated method - Addsvalueto consignmentEntries.voidaddToConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)Generated method - Addsvalueto consignmentProcesses.voidaddToConsignmentProcesses(ConsignmentProcess value)Generated method - Addsvalueto consignmentProcesses.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.lang.StringgetCarrier()Generated method - Getter of theConsignment.carrierattribute.java.lang.StringgetCarrier(SessionContext ctx)Generated method - Getter of theConsignment.carrierattribute.java.lang.StringgetCode()Generated method - Getter of theConsignment.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theConsignment.codeattribute.java.util.Set<ConsignmentEntry>getConsignmentEntries()Generated method - Getter of theConsignment.consignmentEntriesattribute.java.util.Set<ConsignmentEntry>getConsignmentEntries(SessionContext ctx)Generated method - Getter of theConsignment.consignmentEntriesattribute.java.util.Collection<ConsignmentProcess>getConsignmentProcesses()Generated method - Getter of theConsignment.consignmentProcessesattribute.java.util.Collection<ConsignmentProcess>getConsignmentProcesses(SessionContext ctx)Generated method - Getter of theConsignment.consignmentProcessesattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()DeliveryModegetDeliveryMode()Generated method - Getter of theConsignment.deliveryModeattribute.DeliveryModegetDeliveryMode(SessionContext ctx)Generated method - Getter of theConsignment.deliveryModeattribute.java.util.DategetNamedDeliveryDate()Generated method - Getter of theConsignment.namedDeliveryDateattribute.java.util.DategetNamedDeliveryDate(SessionContext ctx)Generated method - Getter of theConsignment.namedDeliveryDateattribute.AbstractOrdergetOrder()Generated method - Getter of theConsignment.orderattribute.AbstractOrdergetOrder(SessionContext ctx)Generated method - Getter of theConsignment.orderattribute.AddressgetShippingAddress()Generated method - Getter of theConsignment.shippingAddressattribute.AddressgetShippingAddress(SessionContext ctx)Generated method - Getter of theConsignment.shippingAddressattribute.java.util.DategetShippingDate()Generated method - Getter of theConsignment.shippingDateattribute.java.util.DategetShippingDate(SessionContext ctx)Generated method - Getter of theConsignment.shippingDateattribute.EnumerationValuegetStatus()Generated method - Getter of theConsignment.statusattribute.EnumerationValuegetStatus(SessionContext ctx)Generated method - Getter of theConsignment.statusattribute.java.lang.StringgetTrackingID()Generated method - Getter of theConsignment.trackingIDattribute.java.lang.StringgetTrackingID(SessionContext ctx)Generated method - Getter of theConsignment.trackingIDattribute.WarehousegetWarehouse()Generated method - Getter of theConsignment.warehouseattribute.WarehousegetWarehouse(SessionContext ctx)Generated method - Getter of theConsignment.warehouseattribute.voidremoveFromConsignmentEntries(SessionContext ctx, ConsignmentEntry value)Generated method - Removesvaluefrom consignmentEntries.voidremoveFromConsignmentEntries(ConsignmentEntry value)Generated method - Removesvaluefrom consignmentEntries.voidremoveFromConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)Generated method - Removesvaluefrom consignmentProcesses.voidremoveFromConsignmentProcesses(ConsignmentProcess value)Generated method - Removesvaluefrom consignmentProcesses.voidsetCarrier(SessionContext ctx, java.lang.String value)Generated method - Setter of theConsignment.carrierattribute.voidsetCarrier(java.lang.String value)Generated method - Setter of theConsignment.carrierattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theConsignment.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theConsignment.codeattribute.voidsetConsignmentEntries(SessionContext ctx, java.util.Set<ConsignmentEntry> value)Generated method - Setter of theConsignment.consignmentEntriesattribute.voidsetConsignmentEntries(java.util.Set<ConsignmentEntry> value)Generated method - Setter of theConsignment.consignmentEntriesattribute.voidsetConsignmentProcesses(SessionContext ctx, java.util.Collection<ConsignmentProcess> value)Generated method - Setter of theConsignment.consignmentProcessesattribute.voidsetConsignmentProcesses(java.util.Collection<ConsignmentProcess> value)Generated method - Setter of theConsignment.consignmentProcessesattribute.protected voidsetDeliveryMode(DeliveryMode value)Generated method - Setter of theConsignment.deliveryModeattribute.protected voidsetDeliveryMode(SessionContext ctx, DeliveryMode value)Generated method - Setter of theConsignment.deliveryModeattribute.protected voidsetNamedDeliveryDate(SessionContext ctx, java.util.Date value)Generated method - Setter of theConsignment.namedDeliveryDateattribute.protected voidsetNamedDeliveryDate(java.util.Date value)Generated method - Setter of theConsignment.namedDeliveryDateattribute.protected voidsetOrder(AbstractOrder value)Generated method - Setter of theConsignment.orderattribute.protected voidsetOrder(SessionContext ctx, AbstractOrder value)Generated method - Setter of theConsignment.orderattribute.protected voidsetShippingAddress(SessionContext ctx, Address value)Generated method - Setter of theConsignment.shippingAddressattribute.protected voidsetShippingAddress(Address value)Generated method - Setter of theConsignment.shippingAddressattribute.voidsetShippingDate(SessionContext ctx, java.util.Date value)Generated method - Setter of theConsignment.shippingDateattribute.voidsetShippingDate(java.util.Date value)Generated method - Setter of theConsignment.shippingDateattribute.voidsetStatus(EnumerationValue value)Generated method - Setter of theConsignment.statusattribute.voidsetStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theConsignment.statusattribute.voidsetTrackingID(SessionContext ctx, java.lang.String value)Generated method - Setter of theConsignment.trackingIDattribute.voidsetTrackingID(java.lang.String value)Generated method - Setter of theConsignment.trackingIDattribute.protected voidsetWarehouse(SessionContext ctx, Warehouse value)Generated method - Setter of theConsignment.warehouseattribute.protected voidsetWarehouse(Warehouse value)Generated method - Setter of theConsignment.warehouseattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theConsignment.codeattribute- See Also:
- Constant Field Values
-
SHIPPINGADDRESS
public static final java.lang.String SHIPPINGADDRESS
Qualifier of theConsignment.shippingAddressattribute- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Qualifier of theConsignment.deliveryModeattribute- See Also:
- Constant Field Values
-
NAMEDDELIVERYDATE
public static final java.lang.String NAMEDDELIVERYDATE
Qualifier of theConsignment.namedDeliveryDateattribute- See Also:
- Constant Field Values
-
SHIPPINGDATE
public static final java.lang.String SHIPPINGDATE
Qualifier of theConsignment.shippingDateattribute- See Also:
- Constant Field Values
-
TRACKINGID
public static final java.lang.String TRACKINGID
Qualifier of theConsignment.trackingIDattribute- See Also:
- Constant Field Values
-
CARRIER
public static final java.lang.String CARRIER
Qualifier of theConsignment.carrierattribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theConsignment.statusattribute- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Qualifier of theConsignment.warehouseattribute- See Also:
- Constant Field Values
-
CONSIGNMENTENTRIES
public static final java.lang.String CONSIGNMENTENTRIES
Qualifier of theConsignment.consignmentEntriesattribute- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Qualifier of theConsignment.orderattribute- See Also:
- Constant Field Values
-
CONSIGNMENTPROCESSES
public static final java.lang.String CONSIGNMENTPROCESSES
Qualifier of theConsignment.consignmentProcessesattribute- See Also:
- Constant Field Values
-
WAREHOUSEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedConsignment> WAREHOUSEHANDLER
BidirectionalOneToManyHandlerfor handling 1:n WAREHOUSE's relation attributes from 'one' side.
-
CONSIGNMENTENTRIESHANDLER
protected static final OneToManyHandler<ConsignmentEntry> CONSIGNMENTENTRIESHANDLER
OneToManyHandlerfor handling 1:n CONSIGNMENTENTRIES's relation attributes from 'many' side.
-
ORDERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedConsignment> ORDERHANDLER
BidirectionalOneToManyHandlerfor handling 1:n ORDER's relation attributes from 'one' side.
-
CONSIGNMENTPROCESSESHANDLER
protected static final OneToManyHandler<ConsignmentProcess> CONSIGNMENTPROCESSESHANDLER
OneToManyHandlerfor handling 1:n CONSIGNMENTPROCESSES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
getCarrier
public java.lang.String getCarrier(SessionContext ctx)
Generated method - Getter of theConsignment.carrierattribute.- Returns:
- the carrier
-
getCarrier
public java.lang.String getCarrier()
Generated method - Getter of theConsignment.carrierattribute.- Returns:
- the carrier
-
setCarrier
public void setCarrier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.carrierattribute.- Parameters:
value- the carrier
-
setCarrier
public void setCarrier(java.lang.String value)
Generated method - Setter of theConsignment.carrierattribute.- Parameters:
value- the carrier
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theConsignment.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theConsignment.codeattribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.codeattribute.- Parameters:
value- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theConsignment.codeattribute.- Parameters:
value- the code
-
getConsignmentEntries
public java.util.Set<ConsignmentEntry> getConsignmentEntries(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentEntriesattribute.- Returns:
- the consignmentEntries
-
getConsignmentEntries
public java.util.Set<ConsignmentEntry> getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntriesattribute.- Returns:
- the consignmentEntries
-
setConsignmentEntries
public void setConsignmentEntries(SessionContext ctx, java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntriesattribute.- Parameters:
value- the consignmentEntries
-
setConsignmentEntries
public void setConsignmentEntries(java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntriesattribute.- Parameters:
value- the consignmentEntries
-
addToConsignmentEntries
public void addToConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Addsvalueto consignmentEntries.- Parameters:
value- the item to add to consignmentEntries
-
addToConsignmentEntries
public void addToConsignmentEntries(ConsignmentEntry value)
Generated method - Addsvalueto consignmentEntries.- Parameters:
value- the item to add to consignmentEntries
-
removeFromConsignmentEntries
public void removeFromConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Removesvaluefrom consignmentEntries.- Parameters:
value- the item to remove from consignmentEntries
-
removeFromConsignmentEntries
public void removeFromConsignmentEntries(ConsignmentEntry value)
Generated method - Removesvaluefrom consignmentEntries.- Parameters:
value- the item to remove from consignmentEntries
-
getConsignmentProcesses
public java.util.Collection<ConsignmentProcess> getConsignmentProcesses(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentProcessesattribute.- Returns:
- the consignmentProcesses
-
getConsignmentProcesses
public java.util.Collection<ConsignmentProcess> getConsignmentProcesses()
Generated method - Getter of theConsignment.consignmentProcessesattribute.- Returns:
- the consignmentProcesses
-
setConsignmentProcesses
public void setConsignmentProcesses(SessionContext ctx, java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcessesattribute.- Parameters:
value- the consignmentProcesses
-
setConsignmentProcesses
public void setConsignmentProcesses(java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcessesattribute.- Parameters:
value- the consignmentProcesses
-
addToConsignmentProcesses
public void addToConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Addsvalueto consignmentProcesses.- Parameters:
value- the item to add to consignmentProcesses
-
addToConsignmentProcesses
public void addToConsignmentProcesses(ConsignmentProcess value)
Generated method - Addsvalueto consignmentProcesses.- Parameters:
value- the item to add to consignmentProcesses
-
removeFromConsignmentProcesses
public void removeFromConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Removesvaluefrom consignmentProcesses.- Parameters:
value- the item to remove from consignmentProcesses
-
removeFromConsignmentProcesses
public void removeFromConsignmentProcesses(ConsignmentProcess value)
Generated method - Removesvaluefrom consignmentProcesses.- Parameters:
value- the item to remove from consignmentProcesses
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGenericItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getDeliveryMode
public DeliveryMode getDeliveryMode(SessionContext ctx)
Generated method - Getter of theConsignment.deliveryModeattribute.- Returns:
- the deliveryMode
-
getDeliveryMode
public DeliveryMode getDeliveryMode()
Generated method - Getter of theConsignment.deliveryModeattribute.- Returns:
- the deliveryMode
-
setDeliveryMode
protected void setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theConsignment.deliveryModeattribute.- Parameters:
value- the deliveryMode
-
setDeliveryMode
protected void setDeliveryMode(DeliveryMode value)
Generated method - Setter of theConsignment.deliveryModeattribute.- Parameters:
value- the deliveryMode
-
getNamedDeliveryDate
public java.util.Date getNamedDeliveryDate(SessionContext ctx)
Generated method - Getter of theConsignment.namedDeliveryDateattribute.- Returns:
- the namedDeliveryDate
-
getNamedDeliveryDate
public java.util.Date getNamedDeliveryDate()
Generated method - Getter of theConsignment.namedDeliveryDateattribute.- Returns:
- the namedDeliveryDate
-
setNamedDeliveryDate
protected void setNamedDeliveryDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDateattribute.- Parameters:
value- the namedDeliveryDate
-
setNamedDeliveryDate
protected void setNamedDeliveryDate(java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDateattribute.- Parameters:
value- the namedDeliveryDate
-
getOrder
public AbstractOrder getOrder(SessionContext ctx)
Generated method - Getter of theConsignment.orderattribute.- Returns:
- the order
-
getOrder
public AbstractOrder getOrder()
Generated method - Getter of theConsignment.orderattribute.- Returns:
- the order
-
setOrder
protected void setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theConsignment.orderattribute.- Parameters:
value- the order
-
setOrder
protected void setOrder(AbstractOrder value)
Generated method - Setter of theConsignment.orderattribute.- Parameters:
value- the order
-
getShippingAddress
public Address getShippingAddress(SessionContext ctx)
Generated method - Getter of theConsignment.shippingAddressattribute.- Returns:
- the shippingAddress
-
getShippingAddress
public Address getShippingAddress()
Generated method - Getter of theConsignment.shippingAddressattribute.- Returns:
- the shippingAddress
-
setShippingAddress
protected void setShippingAddress(SessionContext ctx, Address value)
Generated method - Setter of theConsignment.shippingAddressattribute.- Parameters:
value- the shippingAddress
-
setShippingAddress
protected void setShippingAddress(Address value)
Generated method - Setter of theConsignment.shippingAddressattribute.- Parameters:
value- the shippingAddress
-
getShippingDate
public java.util.Date getShippingDate(SessionContext ctx)
Generated method - Getter of theConsignment.shippingDateattribute.- Returns:
- the shippingDate
-
getShippingDate
public java.util.Date getShippingDate()
Generated method - Getter of theConsignment.shippingDateattribute.- Returns:
- the shippingDate
-
setShippingDate
public void setShippingDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.shippingDateattribute.- Parameters:
value- the shippingDate
-
setShippingDate
public void setShippingDate(java.util.Date value)
Generated method - Setter of theConsignment.shippingDateattribute.- Parameters:
value- the shippingDate
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theConsignment.statusattribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theConsignment.statusattribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theConsignment.statusattribute.- Parameters:
value- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theConsignment.statusattribute.- Parameters:
value- the status
-
getTrackingID
public java.lang.String getTrackingID(SessionContext ctx)
Generated method - Getter of theConsignment.trackingIDattribute.- Returns:
- the trackingID
-
getTrackingID
public java.lang.String getTrackingID()
Generated method - Getter of theConsignment.trackingIDattribute.- Returns:
- the trackingID
-
setTrackingID
public void setTrackingID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.trackingIDattribute.- Parameters:
value- the trackingID
-
setTrackingID
public void setTrackingID(java.lang.String value)
Generated method - Setter of theConsignment.trackingIDattribute.- Parameters:
value- the trackingID
-
getWarehouse
public Warehouse getWarehouse(SessionContext ctx)
Generated method - Getter of theConsignment.warehouseattribute.- Returns:
- the warehouse
-
getWarehouse
public Warehouse getWarehouse()
Generated method - Getter of theConsignment.warehouseattribute.- Returns:
- the warehouse
-
setWarehouse
protected void setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theConsignment.warehouseattribute.- Parameters:
value- the warehouse
-
setWarehouse
protected void setWarehouse(Warehouse value)
Generated method - Setter of theConsignment.warehouseattribute.- Parameters:
value- the warehouse
-
-