public class AdvancedShippingNoticeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ADVANCEDSHIPPINGNOTICEENTRY2ASNRELATION
Generated relation code constant for relation
AdvancedShippingNoticeEntry2AsnRelation defining source attribute asnEntries in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ASNENTRIES
Generated constant - Attribute key of
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing. |
static java.lang.String |
EXTERNALID
Generated constant - Attribute key of
AdvancedShippingNotice.externalId attribute defined at extension warehousing. |
static java.lang.String |
INTERNALID
Generated constant - Attribute key of
AdvancedShippingNotice.internalId attribute defined at extension warehousing. |
static java.lang.String |
POINTOFSERVICE
Generated constant - Attribute key of
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing. |
static java.lang.String |
RELEASEDATE
Generated constant - Attribute key of
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
AdvancedShippingNotice.status attribute defined at extension warehousing. |
static java.lang.String |
WAREHOUSE
Generated constant - Attribute key of
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AdvancedShippingNoticeModel()
Generated constructor - Default constructor for generic creation.
|
AdvancedShippingNoticeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AdvancedShippingNoticeModel(java.lang.String _externalId,
java.lang.String _internalId,
ItemModel _owner,
PointOfServiceModel _pointOfService,
java.util.Date _releaseDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeModel(java.lang.String _externalId,
java.lang.String _internalId,
PointOfServiceModel _pointOfService,
java.util.Date _releaseDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AdvancedShippingNoticeEntryModel> |
getAsnEntries()
Generated method - Getter of the
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing. |
java.lang.String |
getExternalId()
Generated method - Getter of the
AdvancedShippingNotice.externalId attribute defined at extension warehousing. |
java.lang.String |
getInternalId()
Generated method - Getter of the
AdvancedShippingNotice.internalId attribute defined at extension warehousing. |
PointOfServiceModel |
getPointOfService()
Generated method - Getter of the
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing. |
java.util.Date |
getReleaseDate()
Generated method - Getter of the
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing. |
AsnStatus |
getStatus()
Generated method - Getter of the
AdvancedShippingNotice.status attribute defined at extension warehousing. |
WarehouseModel |
getWarehouse()
Generated method - Getter of the
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
void |
setAsnEntries(java.util.List<AdvancedShippingNoticeEntryModel> value)
Generated method - Setter of
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing. |
void |
setExternalId(java.lang.String value)
Generated method - Setter of
AdvancedShippingNotice.externalId attribute defined at extension warehousing. |
void |
setInternalId(java.lang.String value)
Generated method - Setter of
AdvancedShippingNotice.internalId attribute defined at extension warehousing. |
void |
setPointOfService(PointOfServiceModel value)
Generated method - Setter of
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing. |
void |
setReleaseDate(java.util.Date value)
Generated method - Setter of
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing. |
void |
setStatus(AsnStatus value)
Generated method - Setter of
AdvancedShippingNotice.status attribute defined at extension warehousing. |
void |
setWarehouse(WarehouseModel value)
Generated method - Setter of
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _ADVANCEDSHIPPINGNOTICEENTRY2ASNRELATION
AdvancedShippingNoticeEntry2AsnRelation defining source attribute asnEntries in extension warehousing.public static final java.lang.String STATUS
AdvancedShippingNotice.status attribute defined at extension warehousing.public static final java.lang.String EXTERNALID
AdvancedShippingNotice.externalId attribute defined at extension warehousing.public static final java.lang.String INTERNALID
AdvancedShippingNotice.internalId attribute defined at extension warehousing.public static final java.lang.String RELEASEDATE
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing.public static final java.lang.String WAREHOUSE
AdvancedShippingNotice.warehouse attribute defined at extension warehousing.public static final java.lang.String POINTOFSERVICE
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing.public static final java.lang.String ASNENTRIES
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing.public AdvancedShippingNoticeModel()
public AdvancedShippingNoticeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AdvancedShippingNoticeModel(java.lang.String _externalId,
java.lang.String _internalId,
PointOfServiceModel _pointOfService,
java.util.Date _releaseDate)
_externalId - initial attribute declared by type AdvancedShippingNotice at extension warehousing_internalId - initial attribute declared by type AdvancedShippingNotice at extension warehousing_pointOfService - initial attribute declared by type AdvancedShippingNotice at extension warehousing_releaseDate - initial attribute declared by type AdvancedShippingNotice at extension warehousing@Deprecated
public AdvancedShippingNoticeModel(java.lang.String _externalId,
java.lang.String _internalId,
ItemModel _owner,
PointOfServiceModel _pointOfService,
java.util.Date _releaseDate)
_externalId - initial attribute declared by type AdvancedShippingNotice at extension warehousing_internalId - initial attribute declared by type AdvancedShippingNotice at extension warehousing_owner - initial attribute declared by type Item at extension core_pointOfService - initial attribute declared by type AdvancedShippingNotice at extension warehousing_releaseDate - initial attribute declared by type AdvancedShippingNotice at extension warehousing@Accessor(qualifier="asnEntries", type=GETTER) public java.util.List<AdvancedShippingNoticeEntryModel> getAsnEntries()
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="externalId", type=GETTER) public java.lang.String getExternalId()
AdvancedShippingNotice.externalId attribute defined at extension warehousing.@Accessor(qualifier="internalId", type=GETTER) public java.lang.String getInternalId()
AdvancedShippingNotice.internalId attribute defined at extension warehousing.@Accessor(qualifier="pointOfService", type=GETTER) public PointOfServiceModel getPointOfService()
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing.@Accessor(qualifier="releaseDate", type=GETTER) public java.util.Date getReleaseDate()
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing.@Accessor(qualifier="status", type=GETTER) public AsnStatus getStatus()
AdvancedShippingNotice.status attribute defined at extension warehousing.@Accessor(qualifier="warehouse", type=GETTER) public WarehouseModel getWarehouse()
AdvancedShippingNotice.warehouse attribute defined at extension warehousing.@Accessor(qualifier="asnEntries", type=SETTER) public void setAsnEntries(java.util.List<AdvancedShippingNoticeEntryModel> value)
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing.value - the asnEntries@Accessor(qualifier="externalId", type=SETTER) public void setExternalId(java.lang.String value)
AdvancedShippingNotice.externalId attribute defined at extension warehousing.value - the externalId - ASN id coming from external provider@Accessor(qualifier="internalId", type=SETTER) public void setInternalId(java.lang.String value)
AdvancedShippingNotice.internalId attribute defined at extension warehousing.value - the internalId - Internal ASN id which is generated by NumberSeries@Accessor(qualifier="pointOfService", type=SETTER) public void setPointOfService(PointOfServiceModel value)
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing.value - the pointOfService@Accessor(qualifier="releaseDate", type=SETTER) public void setReleaseDate(java.util.Date value)
AdvancedShippingNotice.releaseDate attribute defined at extension warehousing.value - the releaseDate - Release date for asn entries@Accessor(qualifier="status", type=SETTER) public void setStatus(AsnStatus value)
AdvancedShippingNotice.status attribute defined at extension warehousing.value - the status - Determines the status of given ASN@Accessor(qualifier="warehouse", type=SETTER) public void setWarehouse(WarehouseModel value)
AdvancedShippingNotice.warehouse attribute defined at extension warehousing.value - the warehouseCopyright © 2018 SAP SE. All Rights Reserved.