public class PackagingInfoModel extends ItemModel
Represents the attributes of packages in a consignment.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CONSIGNMENT2PACKAGINGINFORELATION
Generated relation code constant for relation
Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONSIGNMENT
Generated constant - Attribute key of
PackagingInfo.consignment attribute defined at extension warehousing. |
static String |
CONSIGNMENTPOS
Generated constant - Attribute key of
PackagingInfo.consignmentPOS attribute defined at extension warehousing. |
static String |
DIMENSIONUNIT
Generated constant - Attribute key of
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
static String |
GROSSWEIGHT
Generated constant - Attribute key of
PackagingInfo.grossWeight attribute defined at extension warehousing. |
static String |
HEIGHT
Generated constant - Attribute key of
PackagingInfo.height attribute defined at extension warehousing. |
static String |
INSUREDVALUE
Generated constant - Attribute key of
PackagingInfo.insuredValue attribute defined at extension warehousing. |
static String |
LENGTH
Generated constant - Attribute key of
PackagingInfo.length attribute defined at extension warehousing. |
static String |
WEIGHTUNIT
Generated constant - Attribute key of
PackagingInfo.weightUnit attribute defined at extension warehousing. |
static String |
WIDTH
Generated constant - Attribute key of
PackagingInfo.width attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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. |
String |
getDimensionUnit()
Generated method - Getter of the
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
String |
getGrossWeight()
Generated method - Getter of the
PackagingInfo.grossWeight attribute defined at extension warehousing. |
String |
getHeight()
Generated method - Getter of the
PackagingInfo.height attribute defined at extension warehousing. |
String |
getInsuredValue()
Generated method - Getter of the
PackagingInfo.insuredValue attribute defined at extension warehousing. |
String |
getLength()
Generated method - Getter of the
PackagingInfo.length attribute defined at extension warehousing. |
String |
getWeightUnit()
Generated method - Getter of the
PackagingInfo.weightUnit attribute defined at extension warehousing. |
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(String value)
Generated method - Setter of
PackagingInfo.dimensionUnit attribute defined at extension warehousing. |
void |
setGrossWeight(String value)
Generated method - Setter of
PackagingInfo.grossWeight attribute defined at extension warehousing. |
void |
setHeight(String value)
Generated method - Setter of
PackagingInfo.height attribute defined at extension warehousing. |
void |
setInsuredValue(String value)
Generated method - Setter of
PackagingInfo.insuredValue attribute defined at extension warehousing. |
void |
setLength(String value)
Generated method - Setter of
PackagingInfo.length attribute defined at extension warehousing. |
void |
setWeightUnit(String value)
Generated method - Setter of
PackagingInfo.weightUnit attribute defined at extension warehousing. |
void |
setWidth(String value)
Generated method - Setter of
PackagingInfo.width 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 _CONSIGNMENT2PACKAGINGINFORELATION
Consignment2PackagingInfoRelation defining source attribute consignment in extension warehousing.public static final String WIDTH
PackagingInfo.width attribute defined at extension warehousing.public static final String HEIGHT
PackagingInfo.height attribute defined at extension warehousing.public static final String LENGTH
PackagingInfo.length attribute defined at extension warehousing.public static final String GROSSWEIGHT
PackagingInfo.grossWeight attribute defined at extension warehousing.public static final String DIMENSIONUNIT
PackagingInfo.dimensionUnit attribute defined at extension warehousing.public static final String WEIGHTUNIT
PackagingInfo.weightUnit attribute defined at extension warehousing.public static final String INSUREDVALUE
PackagingInfo.insuredValue attribute defined at extension warehousing.public static final String CONSIGNMENTPOS
PackagingInfo.consignmentPOS attribute defined at extension warehousing.public static final 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 String getDimensionUnit()
PackagingInfo.dimensionUnit attribute defined at extension warehousing.@Accessor(qualifier="grossWeight", type=GETTER) public String getGrossWeight()
PackagingInfo.grossWeight attribute defined at extension warehousing.@Accessor(qualifier="height", type=GETTER) public String getHeight()
PackagingInfo.height attribute defined at extension warehousing.@Accessor(qualifier="insuredValue", type=GETTER) public String getInsuredValue()
PackagingInfo.insuredValue attribute defined at extension warehousing.@Accessor(qualifier="length", type=GETTER) public String getLength()
PackagingInfo.length attribute defined at extension warehousing.@Accessor(qualifier="weightUnit", type=GETTER) public String getWeightUnit()
PackagingInfo.weightUnit attribute defined at extension warehousing.@Accessor(qualifier="width", type=GETTER) public 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(String value)
PackagingInfo.dimensionUnit attribute defined at extension warehousing.value - the dimensionUnit@Accessor(qualifier="grossWeight", type=SETTER) public void setGrossWeight(String value)
PackagingInfo.grossWeight attribute defined at extension warehousing.value - the grossWeight@Accessor(qualifier="height", type=SETTER) public void setHeight(String value)
PackagingInfo.height attribute defined at extension warehousing.value - the height@Accessor(qualifier="insuredValue", type=SETTER) public void setInsuredValue(String value)
PackagingInfo.insuredValue attribute defined at extension warehousing.value - the insuredValue@Accessor(qualifier="length", type=SETTER) public void setLength(String value)
PackagingInfo.length attribute defined at extension warehousing.value - the length@Accessor(qualifier="weightUnit", type=SETTER) public void setWeightUnit(String value)
PackagingInfo.weightUnit attribute defined at extension warehousing.value - the weightUnitCopyright © 2017 SAP SE. All Rights Reserved.