public class WarehouseTransferModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WAREHOUSETRANSFER2WAREHOUSETRANSFERRELATION
Generated relation code constant for relation
WarehouseTransfer2WarehouseTransferRelation defining source attribute parentTransfer in extension warehousing. |
static String |
COMPLETIONDATE
Generated constant - Attribute key of
WarehouseTransfer.completionDate attribute defined at extension warehousing. |
static String |
DEPENDENTTRANSFERS
Generated constant - Attribute key of
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. |
static String |
PARENTTRANSFER
Generated constant - Attribute key of
WarehouseTransfer.parentTransfer attribute defined at extension warehousing. |
static String |
WAREHOUSETRANSFERENTRIES
Generated constant - Attribute key of
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WarehouseTransferModel()
Generated constructor - Default constructor for generic creation.
|
WarehouseTransferModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WarehouseTransferModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCompletionDate()
Generated method - Getter of the
WarehouseTransfer.completionDate attribute defined at extension warehousing. |
Collection<WarehouseTransferModel> |
getDependentTransfers()
Generated method - Getter of the
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. |
WarehouseTransferModel |
getParentTransfer()
Generated method - Getter of the
WarehouseTransfer.parentTransfer attribute defined at extension warehousing. |
Collection<WarehouseTransferEntryModel> |
getWarehouseTransferEntries()
Generated method - Getter of the
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing. |
void |
setCompletionDate(Date value)
Generated method - Setter of
WarehouseTransfer.completionDate attribute defined at extension warehousing. |
void |
setDependentTransfers(Collection<WarehouseTransferModel> value)
Generated method - Setter of
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing. |
void |
setParentTransfer(WarehouseTransferModel value)
Generated method - Setter of
WarehouseTransfer.parentTransfer attribute defined at extension warehousing. |
void |
setWarehouseTransferEntries(Collection<WarehouseTransferEntryModel> value)
Generated method - Setter of
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing. |
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 _WAREHOUSETRANSFER2WAREHOUSETRANSFERRELATION
WarehouseTransfer2WarehouseTransferRelation defining source attribute parentTransfer in extension warehousing.public static final String COMPLETIONDATE
WarehouseTransfer.completionDate attribute defined at extension warehousing.public static final String WAREHOUSETRANSFERENTRIES
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing.public static final String PARENTTRANSFER
WarehouseTransfer.parentTransfer attribute defined at extension warehousing.public static final String DEPENDENTTRANSFERS
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing.public WarehouseTransferModel()
public WarehouseTransferModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WarehouseTransferModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="completionDate", type=GETTER) public Date getCompletionDate()
WarehouseTransfer.completionDate attribute defined at extension warehousing.@Accessor(qualifier="dependentTransfers", type=GETTER) public Collection<WarehouseTransferModel> getDependentTransfers()
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="parentTransfer", type=GETTER) public WarehouseTransferModel getParentTransfer()
WarehouseTransfer.parentTransfer attribute defined at extension warehousing.@Accessor(qualifier="warehouseTransferEntries", type=GETTER) public Collection<WarehouseTransferEntryModel> getWarehouseTransferEntries()
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="completionDate", type=SETTER) public void setCompletionDate(Date value)
WarehouseTransfer.completionDate attribute defined at extension warehousing.value - the completionDate@Accessor(qualifier="dependentTransfers", type=SETTER) public void setDependentTransfers(Collection<WarehouseTransferModel> value)
WarehouseTransfer.dependentTransfers attribute defined at extension warehousing.value - the dependentTransfers@Accessor(qualifier="parentTransfer", type=SETTER) public void setParentTransfer(WarehouseTransferModel value)
WarehouseTransfer.parentTransfer attribute defined at extension warehousing.value - the parentTransfer@Accessor(qualifier="warehouseTransferEntries", type=SETTER) public void setWarehouseTransferEntries(Collection<WarehouseTransferEntryModel> value)
WarehouseTransfer.warehouseTransferEntries attribute defined at extension warehousing.value - the warehouseTransferEntriesCopyright © 2017 SAP SE. All Rights Reserved.