public class PackagingInfoModel extends ItemModel
Represents the attributes of packages in a consignment.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CONSIGNMENT2PACKAGINGINFORELATION
Generated relation code constant for relation
Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONSIGNMENT
Generated constant - Attribute key of
PackagingInfo.consignment attribute defined at extension warehousing. |
static java.lang.String |
CONSIGNMENTPOS
Generated constant - Attribute key of
PackagingInfo.consignmentPOS attribute defined at extension warehousing. |
static java.lang.String |
DIMENSIONUNIT
Generated constant - Attribute key of
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
static java.lang.String |
GROSSWEIGHT
Generated constant - Attribute key of
PackagingInfo.grossWeight attribute defined at extension warehousing. |
static java.lang.String |
HEIGHT
Generated constant - Attribute key of
PackagingInfo.height attribute defined at extension warehousing. |
static java.lang.String |
INSUREDVALUE
Generated constant - Attribute key of
PackagingInfo.insuredValue attribute defined at extension warehousing. |
static java.lang.String |
LENGTH
Generated constant - Attribute key of
PackagingInfo.length attribute defined at extension warehousing. |
static java.lang.String |
WEIGHTUNIT
Generated constant - Attribute key of
PackagingInfo.weightUnit attribute defined at extension warehousing. |
static java.lang.String |
WIDTH
Generated constant - Attribute key of
PackagingInfo.width attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PackagingInfoModel()
Generated constructor - Default constructor for generic creation.
|
PackagingInfoModel(ConsignmentModel _consignment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PackagingInfoModel(ConsignmentModel _consignment,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PackagingInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
getConsignment()
Generated method - Getter of the
PackagingInfo.consignment attribute defined at extension warehousing. |
java.lang.String |
getDimensionUnit()
Generated method - Getter of the
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
java.lang.String |
getGrossWeight()
Generated method - Getter of the
PackagingInfo.grossWeight attribute defined at extension warehousing. |
java.lang.String |
getHeight()
Generated method - Getter of the
PackagingInfo.height attribute defined at extension warehousing. |
java.lang.String |
getInsuredValue()
Generated method - Getter of the
PackagingInfo.insuredValue attribute defined at extension warehousing. |
java.lang.String |
getLength()
Generated method - Getter of the
PackagingInfo.length attribute defined at extension warehousing. |
java.lang.String |
getWeightUnit()
Generated method - Getter of the
PackagingInfo.weightUnit attribute defined at extension warehousing. |
java.lang.String |
getWidth()
Generated method - Getter of the
PackagingInfo.width attribute defined at extension warehousing. |
void |
setConsignment(ConsignmentModel value)
Generated method - Initial setter of
PackagingInfo.consignment attribute defined at extension warehousing. |
void |
setDimensionUnit(java.lang.String value)
Generated method - Setter of
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
void |
setGrossWeight(java.lang.String value)
Generated method - Setter of
PackagingInfo.grossWeight attribute defined at extension warehousing. |
void |
setHeight(java.lang.String value)
Generated method - Setter of
PackagingInfo.height attribute defined at extension warehousing. |
void |
setInsuredValue(java.lang.String value)
Generated method - Setter of
PackagingInfo.insuredValue attribute defined at extension warehousing. |
void |
setLength(java.lang.String value)
Generated method - Setter of
PackagingInfo.length attribute defined at extension warehousing. |
void |
setWeightUnit(java.lang.String value)
Generated method - Setter of
PackagingInfo.weightUnit attribute defined at extension warehousing. |
void |
setWidth(java.lang.String value)
Generated method - Setter of
PackagingInfo.width 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 _CONSIGNMENT2PACKAGINGINFORELATION
Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing.public static final java.lang.String WIDTH
PackagingInfo.width attribute defined at extension warehousing.public static final java.lang.String HEIGHT
PackagingInfo.height attribute defined at extension warehousing.public static final java.lang.String LENGTH
PackagingInfo.length attribute defined at extension warehousing.public static final java.lang.String GROSSWEIGHT
PackagingInfo.grossWeight attribute defined at extension warehousing.public static final java.lang.String DIMENSIONUNIT
PackagingInfo.dimensionUnit attribute defined at extension warehousing.public static final java.lang.String WEIGHTUNIT
PackagingInfo.weightUnit attribute defined at extension warehousing.public static final java.lang.String INSUREDVALUE
PackagingInfo.insuredValue attribute defined at extension warehousing.public static final java.lang.String CONSIGNMENTPOS
PackagingInfo.consignmentPOS attribute defined at extension warehousing.public static final java.lang.String CONSIGNMENT
PackagingInfo.consignment attribute defined at extension warehousing.public PackagingInfoModel()
public PackagingInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PackagingInfoModel(ConsignmentModel _consignment)
_consignment - initial attribute declared by type PackagingInfo at extension warehousing@Deprecated public PackagingInfoModel(ConsignmentModel _consignment, ItemModel _owner)
_consignment - initial attribute declared by type PackagingInfo at extension warehousing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
PackagingInfo.consignment attribute defined at extension warehousing.@Accessor(qualifier="dimensionUnit", type=GETTER) public java.lang.String getDimensionUnit()
PackagingInfo.dimensionUnit attribute defined at extension warehousing.@Accessor(qualifier="grossWeight", type=GETTER) public java.lang.String getGrossWeight()
PackagingInfo.grossWeight attribute defined at extension warehousing.@Accessor(qualifier="height", type=GETTER) public java.lang.String getHeight()
PackagingInfo.height attribute defined at extension warehousing.@Accessor(qualifier="insuredValue", type=GETTER) public java.lang.String getInsuredValue()
PackagingInfo.insuredValue attribute defined at extension warehousing.@Accessor(qualifier="length", type=GETTER) public java.lang.String getLength()
PackagingInfo.length attribute defined at extension warehousing.@Accessor(qualifier="weightUnit", type=GETTER) public java.lang.String getWeightUnit()
PackagingInfo.weightUnit attribute defined at extension warehousing.@Accessor(qualifier="width", type=GETTER) public java.lang.String getWidth()
PackagingInfo.width attribute defined at extension warehousing.@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
PackagingInfo.consignment attribute defined at extension warehousing. Can only be used at creation of model - before first save.value - the consignment@Accessor(qualifier="dimensionUnit", type=SETTER) public void setDimensionUnit(java.lang.String value)
PackagingInfo.dimensionUnit attribute defined at extension warehousing.value - the dimensionUnit@Accessor(qualifier="grossWeight", type=SETTER) public void setGrossWeight(java.lang.String value)
PackagingInfo.grossWeight attribute defined at extension warehousing.value - the grossWeight@Accessor(qualifier="height", type=SETTER) public void setHeight(java.lang.String value)
PackagingInfo.height attribute defined at extension warehousing.value - the height@Accessor(qualifier="insuredValue", type=SETTER) public void setInsuredValue(java.lang.String value)
PackagingInfo.insuredValue attribute defined at extension warehousing.value - the insuredValue@Accessor(qualifier="length", type=SETTER) public void setLength(java.lang.String value)
PackagingInfo.length attribute defined at extension warehousing.value - the length@Accessor(qualifier="weightUnit", type=SETTER) public void setWeightUnit(java.lang.String value)
PackagingInfo.weightUnit attribute defined at extension warehousing.value - the weightUnitCopyright © 2018 SAP SE. All Rights Reserved.