Class SAPCpiOutboundPriceComponentModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundPriceComponentModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SAPCpiOutboundReturnOrderPriceComponentModel
public class SAPCpiOutboundPriceComponentModel extends ItemModel
Generated model class for type SAPCpiOutboundPriceComponent first defined at extension sapcpiadapter.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDPRICECOMPONENTGenerated relation code constant for relationSAPCpiOutboundOrder2SAPCpiOutboundPriceComponentdefining source attributesapCpiOutboundOrderin extensionsapcpiadapter.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringABSOLUTEGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.static java.lang.StringCONDITIONCODEGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.static java.lang.StringCONDITIONCOUNTERGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.static java.lang.StringCURRENCYISOCODEGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.static java.lang.StringENTRYNUMBERGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.static java.lang.StringORDERIDGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.static java.lang.StringPRICEQUANTITYGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.static java.lang.StringSAPCPIOUTBOUNDORDERGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.static java.lang.StringUNITGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.static java.lang.StringVALUEGenerated constant - Attribute key ofSAPCpiOutboundPriceComponent.valueattribute defined at extensionsapcpiadapter.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SAPCpiOutboundPriceComponentModel()Generated constructor - Default constructor for generic creation.SAPCpiOutboundPriceComponentModel(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 parametersSAPCpiOutboundPriceComponentModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbsolute()Generated method - Getter of theSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.java.lang.StringgetConditionCode()Generated method - Getter of theSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.java.lang.StringgetConditionCounter()Generated method - Getter of theSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.java.lang.StringgetCurrencyIsoCode()Generated method - Getter of theSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.java.lang.StringgetEntryNumber()Generated method - Getter of theSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.java.lang.StringgetOrderId()Generated method - Getter of theSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.java.lang.StringgetPriceQuantity()Generated method - Getter of theSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.SAPCpiOutboundOrderModelgetSapCpiOutboundOrder()Generated method - Getter of theSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.java.lang.StringgetUnit()Generated method - Getter of theSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.java.lang.StringgetValue()Generated method - Getter of theSAPCpiOutboundPriceComponent.valueattribute defined at extensionsapcpiadapter.voidsetAbsolute(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.voidsetConditionCode(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.voidsetConditionCounter(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.voidsetCurrencyIsoCode(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.voidsetEntryNumber(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.voidsetOrderId(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.voidsetPriceQuantity(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.voidsetSapCpiOutboundOrder(SAPCpiOutboundOrderModel value)Generated method - Setter ofSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.voidsetUnit(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.voidsetValue(java.lang.String value)Generated method - Setter ofSAPCpiOutboundPriceComponent.valueattribute defined at extensionsapcpiadapter.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDPRICECOMPONENT
public static final java.lang.String _SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDPRICECOMPONENT
Generated relation code constant for relationSAPCpiOutboundOrder2SAPCpiOutboundPriceComponentdefining source attributesapCpiOutboundOrderin extensionsapcpiadapter.- See Also:
- Constant Field Values
-
ORDERID
public static final java.lang.String ORDERID
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
ENTRYNUMBER
public static final java.lang.String ENTRYNUMBER
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.valueattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
UNIT
public static final java.lang.String UNIT
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
ABSOLUTE
public static final java.lang.String ABSOLUTE
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
CONDITIONCODE
public static final java.lang.String CONDITIONCODE
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
CONDITIONCOUNTER
public static final java.lang.String CONDITIONCOUNTER
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
CURRENCYISOCODE
public static final java.lang.String CURRENCYISOCODE
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
PRICEQUANTITY
public static final java.lang.String PRICEQUANTITY
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDORDER
public static final java.lang.String SAPCPIOUTBOUNDORDER
Generated constant - Attribute key ofSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCpiOutboundPriceComponentModel
public SAPCpiOutboundPriceComponentModel()
Generated constructor - Default constructor for generic creation.
-
SAPCpiOutboundPriceComponentModel
public SAPCpiOutboundPriceComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPCpiOutboundPriceComponentModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCpiOutboundPriceComponentModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAbsolute
@Accessor(qualifier="absolute", type=GETTER) public java.lang.String getAbsolute()
Generated method - Getter of theSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.- Returns:
- the absolute
-
getConditionCode
@Accessor(qualifier="conditionCode", type=GETTER) public java.lang.String getConditionCode()
Generated method - Getter of theSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.- Returns:
- the conditionCode
-
getConditionCounter
@Accessor(qualifier="conditionCounter", type=GETTER) public java.lang.String getConditionCounter()
Generated method - Getter of theSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.- Returns:
- the conditionCounter
-
getCurrencyIsoCode
@Accessor(qualifier="currencyIsoCode", type=GETTER) public java.lang.String getCurrencyIsoCode()
Generated method - Getter of theSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.- Returns:
- the currencyIsoCode
-
getEntryNumber
@Accessor(qualifier="entryNumber", type=GETTER) public java.lang.String getEntryNumber()
Generated method - Getter of theSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.- Returns:
- the entryNumber
-
getOrderId
@Accessor(qualifier="orderId", type=GETTER) public java.lang.String getOrderId()
Generated method - Getter of theSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.- Returns:
- the orderId
-
getPriceQuantity
@Accessor(qualifier="priceQuantity", type=GETTER) public java.lang.String getPriceQuantity()
Generated method - Getter of theSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.- Returns:
- the priceQuantity
-
getSapCpiOutboundOrder
@Accessor(qualifier="sapCpiOutboundOrder", type=GETTER) public SAPCpiOutboundOrderModel getSapCpiOutboundOrder()
Generated method - Getter of theSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- Returns:
- the sapCpiOutboundOrder
-
getUnit
@Accessor(qualifier="unit", type=GETTER) public java.lang.String getUnit()
Generated method - Getter of theSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.- Returns:
- the unit
-
getValue
@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
Generated method - Getter of theSAPCpiOutboundPriceComponent.valueattribute defined at extensionsapcpiadapter.- Returns:
- the value
-
setAbsolute
@Accessor(qualifier="absolute", type=SETTER) public void setAbsolute(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.absoluteattribute defined at extensionsapcpiadapter.- Parameters:
value- the absolute
-
setConditionCode
@Accessor(qualifier="conditionCode", type=SETTER) public void setConditionCode(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.conditionCodeattribute defined at extensionsapcpiadapter.- Parameters:
value- the conditionCode
-
setConditionCounter
@Accessor(qualifier="conditionCounter", type=SETTER) public void setConditionCounter(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.conditionCounterattribute defined at extensionsapcpiadapter.- Parameters:
value- the conditionCounter
-
setCurrencyIsoCode
@Accessor(qualifier="currencyIsoCode", type=SETTER) public void setCurrencyIsoCode(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.currencyIsoCodeattribute defined at extensionsapcpiadapter.- Parameters:
value- the currencyIsoCode
-
setEntryNumber
@Accessor(qualifier="entryNumber", type=SETTER) public void setEntryNumber(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.entryNumberattribute defined at extensionsapcpiadapter.- Parameters:
value- the entryNumber
-
setOrderId
@Accessor(qualifier="orderId", type=SETTER) public void setOrderId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.orderIdattribute defined at extensionsapcpiadapter.- Parameters:
value- the orderId
-
setPriceQuantity
@Accessor(qualifier="priceQuantity", type=SETTER) public void setPriceQuantity(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.priceQuantityattribute defined at extensionsapcpiadapter.- Parameters:
value- the priceQuantity
-
setSapCpiOutboundOrder
@Accessor(qualifier="sapCpiOutboundOrder", type=SETTER) public void setSapCpiOutboundOrder(SAPCpiOutboundOrderModel value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.sapCpiOutboundOrderattribute defined at extensionsapcpiadapter.- Parameters:
value- the sapCpiOutboundOrder
-
setUnit
@Accessor(qualifier="unit", type=SETTER) public void setUnit(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundPriceComponent.unitattribute defined at extensionsapcpiadapter.- Parameters:
value- the unit
-
-