Class WarehouseTransferModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.warehousing.model.WarehouseTransferModel
- All Implemented Interfaces:
Serializable
Generated model class for type WarehouseTransfer first defined at extension warehousing.
- 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 relation code constant for relationWarehouseTransfer2WarehouseTransferRelationdefining source attributeparentTransferin extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransfer.completionDateattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.static final StringGenerated constant - Attribute key ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.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.WarehouseTransferModel(ItemModel _owner) 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 TypeMethodDescriptionGenerated method - Getter of theWarehouseTransfer.completionDateattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.Generated method - Getter of theWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.voidsetCompletionDate(Date value) Generated method - Setter ofWarehouseTransfer.completionDateattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.voidGenerated method - Setter ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.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:
-
_WAREHOUSETRANSFER2WAREHOUSETRANSFERRELATION
Generated relation code constant for relationWarehouseTransfer2WarehouseTransferRelationdefining source attributeparentTransferin extensionwarehousing.- See Also:
-
COMPLETIONDATE
Generated constant - Attribute key ofWarehouseTransfer.completionDateattribute defined at extensionwarehousing.- See Also:
-
WAREHOUSETRANSFERENTRIES
Generated constant - Attribute key ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.- See Also:
-
PARENTTRANSFER
Generated constant - Attribute key ofWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.- See Also:
-
DEPENDENTTRANSFERS
Generated constant - Attribute key ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.- See Also:
-
-
Constructor Details
-
WarehouseTransferModel
public WarehouseTransferModel()Generated constructor - Default constructor for generic creation. -
WarehouseTransferModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WarehouseTransferModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCompletionDate
Generated method - Getter of theWarehouseTransfer.completionDateattribute defined at extensionwarehousing.- Returns:
- the completionDate
-
getDependentTransfers
@Accessor(qualifier="dependentTransfers", type=GETTER) public Collection<WarehouseTransferModel> getDependentTransfers()Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the dependentTransfers
-
getParentTransfer
@Accessor(qualifier="parentTransfer", type=GETTER) public WarehouseTransferModel getParentTransfer()Generated method - Getter of theWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.- Returns:
- the parentTransfer
-
getWarehouseTransferEntries
@Accessor(qualifier="warehouseTransferEntries", type=GETTER) public Collection<WarehouseTransferEntryModel> getWarehouseTransferEntries()Generated method - Getter of theWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the warehouseTransferEntries
-
setCompletionDate
Generated method - Setter ofWarehouseTransfer.completionDateattribute defined at extensionwarehousing.- Parameters:
value- the completionDate
-
setDependentTransfers
@Accessor(qualifier="dependentTransfers", type=SETTER) public void setDependentTransfers(Collection<WarehouseTransferModel> value) Generated method - Setter ofWarehouseTransfer.dependentTransfersattribute defined at extensionwarehousing.- Parameters:
value- the dependentTransfers
-
setParentTransfer
@Accessor(qualifier="parentTransfer", type=SETTER) public void setParentTransfer(WarehouseTransferModel value) Generated method - Setter ofWarehouseTransfer.parentTransferattribute defined at extensionwarehousing.- Parameters:
value- the parentTransfer
-
setWarehouseTransferEntries
@Accessor(qualifier="warehouseTransferEntries", type=SETTER) public void setWarehouseTransferEntries(Collection<WarehouseTransferEntryModel> value) Generated method - Setter ofWarehouseTransfer.warehouseTransferEntriesattribute defined at extensionwarehousing.- Parameters:
value- the warehouseTransferEntries
-