Class WarehouseTransferModel

All Implemented Interfaces:
Serializable

public class WarehouseTransferModel extends ItemModel
Generated model class for type WarehouseTransfer first defined at extension warehousing.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _WAREHOUSETRANSFER2WAREHOUSETRANSFERRELATION

      public static final String _WAREHOUSETRANSFER2WAREHOUSETRANSFERRELATION
      Generated relation code constant for relation WarehouseTransfer2WarehouseTransferRelation defining source attribute parentTransfer in extension warehousing.
      See Also:
    • COMPLETIONDATE

      public static final String COMPLETIONDATE
      Generated constant - Attribute key of WarehouseTransfer.completionDate attribute defined at extension warehousing.
      See Also:
    • WAREHOUSETRANSFERENTRIES

      public static final String WAREHOUSETRANSFERENTRIES
      Generated constant - Attribute key of WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing.
      See Also:
    • PARENTTRANSFER

      public static final String PARENTTRANSFER
      Generated constant - Attribute key of WarehouseTransfer.parentTransfer attribute defined at extension warehousing.
      See Also:
    • DEPENDENTTRANSFERS

      public static final String DEPENDENTTRANSFERS
      Generated constant - Attribute key of WarehouseTransfer.dependentTransfers attribute defined at extension warehousing.
      See Also:
  • Constructor Details

    • WarehouseTransferModel

      public WarehouseTransferModel()
      Generated constructor - Default constructor for generic creation.
    • WarehouseTransferModel

      public WarehouseTransferModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • WarehouseTransferModel

      @Deprecated(since="4.1.1", forRemoval=true) public 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCompletionDate

      @Accessor(qualifier="completionDate", type=GETTER) public Date getCompletionDate()
      Generated method - Getter of the WarehouseTransfer.completionDate attribute defined at extension warehousing.
      Returns:
      the completionDate
    • getDependentTransfers

      @Accessor(qualifier="dependentTransfers", type=GETTER) public Collection<WarehouseTransferModel> getDependentTransfers()
      Generated method - Getter of the WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. 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 the WarehouseTransfer.parentTransfer attribute defined at extension warehousing.
      Returns:
      the parentTransfer
    • getWarehouseTransferEntries

      @Accessor(qualifier="warehouseTransferEntries", type=GETTER) public Collection<WarehouseTransferEntryModel> getWarehouseTransferEntries()
      Generated method - Getter of the WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the warehouseTransferEntries
    • setCompletionDate

      @Accessor(qualifier="completionDate", type=SETTER) public void setCompletionDate(Date value)
      Generated method - Setter of WarehouseTransfer.completionDate attribute defined at extension warehousing.
      Parameters:
      value - the completionDate
    • setDependentTransfers

      @Accessor(qualifier="dependentTransfers", type=SETTER) public void setDependentTransfers(Collection<WarehouseTransferModel> value)
      Generated method - Setter of WarehouseTransfer.dependentTransfers attribute defined at extension warehousing.
      Parameters:
      value - the dependentTransfers
    • setParentTransfer

      @Accessor(qualifier="parentTransfer", type=SETTER) public void setParentTransfer(WarehouseTransferModel value)
      Generated method - Setter of WarehouseTransfer.parentTransfer attribute defined at extension warehousing.
      Parameters:
      value - the parentTransfer
    • setWarehouseTransferEntries

      @Accessor(qualifier="warehouseTransferEntries", type=SETTER) public void setWarehouseTransferEntries(Collection<WarehouseTransferEntryModel> value)
      Generated method - Setter of WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing.
      Parameters:
      value - the warehouseTransferEntries