public class PriceCopyModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
PriceCopy.currency attribute defined at extension bmecat. |
static java.lang.String |
ENDDATE
Generated constant - Attribute key of
PriceCopy.endDate attribute defined at extension bmecat. |
static java.lang.String |
MINQUANTITY
Generated constant - Attribute key of
PriceCopy.minQuantity attribute defined at extension bmecat. |
static java.lang.String |
NET
Generated constant - Attribute key of
PriceCopy.net attribute defined at extension bmecat. |
static java.lang.String |
PRICEVALUE
Generated constant - Attribute key of
PriceCopy.priceValue attribute defined at extension bmecat. |
static java.lang.String |
PRODUCTCODE
Generated constant - Attribute key of
PriceCopy.productCode attribute defined at extension bmecat. |
static java.lang.String |
STARTDATE
Generated constant - Attribute key of
PriceCopy.startDate attribute defined at extension bmecat. |
static java.lang.String |
UNIT
Generated constant - Attribute key of
PriceCopy.unit attribute defined at extension bmecat. |
static java.lang.String |
UNITFACTOR
Generated constant - Attribute key of
PriceCopy.unitFactor attribute defined at extension bmecat. |
static java.lang.String |
USERPRICEGROUP
Generated constant - Attribute key of
PriceCopy.userPriceGroup attribute defined at extension bmecat. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PriceCopyModel()
Generated constructor - Default constructor for generic creation.
|
PriceCopyModel(java.util.Date _endDate,
java.lang.Boolean _net,
java.util.Date _startDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PriceCopyModel(java.util.Date _endDate,
java.lang.Boolean _net,
ItemModel _owner,
java.util.Date _startDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PriceCopyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getCurrency()
Generated method - Getter of the
PriceCopy.currency attribute defined at extension bmecat. |
java.util.Date |
getEndDate()
Generated method - Getter of the
PriceCopy.endDate attribute defined at extension bmecat. |
java.lang.Long |
getMinQuantity()
Generated method - Getter of the
PriceCopy.minQuantity attribute defined at extension bmecat. |
java.lang.Boolean |
getNet()
Generated method - Getter of the
PriceCopy.net attribute defined at extension bmecat. |
java.lang.Double |
getPriceValue()
Generated method - Getter of the
PriceCopy.priceValue attribute defined at extension bmecat. |
java.lang.String |
getProductCode()
Generated method - Getter of the
PriceCopy.productCode attribute defined at extension bmecat. |
java.util.Date |
getStartDate()
Generated method - Getter of the
PriceCopy.startDate attribute defined at extension bmecat. |
UnitModel |
getUnit()
Generated method - Getter of the
PriceCopy.unit attribute defined at extension bmecat. |
java.lang.Integer |
getUnitFactor()
Generated method - Getter of the
PriceCopy.unitFactor attribute defined at extension bmecat. |
HybrisEnumValue |
getUserPriceGroup()
Generated method - Getter of the
PriceCopy.userPriceGroup attribute defined at extension bmecat. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
PriceCopy.currency attribute defined at extension bmecat. |
void |
setEndDate(java.util.Date value)
Generated method - Setter of
PriceCopy.endDate attribute defined at extension bmecat. |
void |
setMinQuantity(java.lang.Long value)
Generated method - Setter of
PriceCopy.minQuantity attribute defined at extension bmecat. |
void |
setNet(java.lang.Boolean value)
Generated method - Setter of
PriceCopy.net attribute defined at extension bmecat. |
void |
setPriceValue(java.lang.Double value)
Generated method - Setter of
PriceCopy.priceValue attribute defined at extension bmecat. |
void |
setProductCode(java.lang.String value)
Generated method - Setter of
PriceCopy.productCode attribute defined at extension bmecat. |
void |
setStartDate(java.util.Date value)
Generated method - Setter of
PriceCopy.startDate attribute defined at extension bmecat. |
void |
setUnit(UnitModel value)
Generated method - Setter of
PriceCopy.unit attribute defined at extension bmecat. |
void |
setUnitFactor(java.lang.Integer value)
Generated method - Setter of
PriceCopy.unitFactor attribute defined at extension bmecat. |
void |
setUserPriceGroup(HybrisEnumValue value)
Generated method - Setter of
PriceCopy.userPriceGroup attribute defined at extension bmecat. |
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 PRODUCTCODE
PriceCopy.productCode attribute defined at extension bmecat.public static final java.lang.String UNIT
PriceCopy.unit attribute defined at extension bmecat.public static final java.lang.String UNITFACTOR
PriceCopy.unitFactor attribute defined at extension bmecat.public static final java.lang.String USERPRICEGROUP
PriceCopy.userPriceGroup attribute defined at extension bmecat.public static final java.lang.String MINQUANTITY
PriceCopy.minQuantity attribute defined at extension bmecat.public static final java.lang.String CURRENCY
PriceCopy.currency attribute defined at extension bmecat.public static final java.lang.String NET
PriceCopy.net attribute defined at extension bmecat.public static final java.lang.String STARTDATE
PriceCopy.startDate attribute defined at extension bmecat.public static final java.lang.String ENDDATE
PriceCopy.endDate attribute defined at extension bmecat.public static final java.lang.String PRICEVALUE
PriceCopy.priceValue attribute defined at extension bmecat.public PriceCopyModel()
public PriceCopyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public PriceCopyModel(java.util.Date _endDate,
java.lang.Boolean _net,
java.util.Date _startDate)
_endDate - initial attribute declared by type PriceCopy at extension bmecat_net - initial attribute declared by type PriceCopy at extension bmecat_startDate - initial attribute declared by type PriceCopy at extension bmecat@Deprecated
public PriceCopyModel(java.util.Date _endDate,
java.lang.Boolean _net,
ItemModel _owner,
java.util.Date _startDate)
_endDate - initial attribute declared by type PriceCopy at extension bmecat_net - initial attribute declared by type PriceCopy at extension bmecat_owner - initial attribute declared by type Item at extension core_startDate - initial attribute declared by type PriceCopy at extension bmecat@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
PriceCopy.currency attribute defined at extension bmecat.@Accessor(qualifier="endDate", type=GETTER) public java.util.Date getEndDate()
PriceCopy.endDate attribute defined at extension bmecat.@Accessor(qualifier="minQuantity", type=GETTER) public java.lang.Long getMinQuantity()
PriceCopy.minQuantity attribute defined at extension bmecat.@Accessor(qualifier="net", type=GETTER) public java.lang.Boolean getNet()
PriceCopy.net attribute defined at extension bmecat.@Accessor(qualifier="priceValue", type=GETTER) public java.lang.Double getPriceValue()
PriceCopy.priceValue attribute defined at extension bmecat.@Accessor(qualifier="productCode", type=GETTER) public java.lang.String getProductCode()
PriceCopy.productCode attribute defined at extension bmecat.@Accessor(qualifier="startDate", type=GETTER) public java.util.Date getStartDate()
PriceCopy.startDate attribute defined at extension bmecat.@Accessor(qualifier="unit", type=GETTER) public UnitModel getUnit()
PriceCopy.unit attribute defined at extension bmecat.@Accessor(qualifier="unitFactor", type=GETTER) public java.lang.Integer getUnitFactor()
PriceCopy.unitFactor attribute defined at extension bmecat.@Accessor(qualifier="userPriceGroup", type=GETTER) public HybrisEnumValue getUserPriceGroup()
PriceCopy.userPriceGroup attribute defined at extension bmecat.@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
PriceCopy.currency attribute defined at extension bmecat.value - the currency - Currency@Accessor(qualifier="endDate", type=SETTER) public void setEndDate(java.util.Date value)
PriceCopy.endDate attribute defined at extension bmecat.value - the endDate - EndDate@Accessor(qualifier="minQuantity", type=SETTER) public void setMinQuantity(java.lang.Long value)
PriceCopy.minQuantity attribute defined at extension bmecat.value - the minQuantity - MinimumQuantity@Accessor(qualifier="net", type=SETTER) public void setNet(java.lang.Boolean value)
PriceCopy.net attribute defined at extension bmecat.value - the net - Net@Accessor(qualifier="priceValue", type=SETTER) public void setPriceValue(java.lang.Double value)
PriceCopy.priceValue attribute defined at extension bmecat.value - the priceValue@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(java.lang.String value)
PriceCopy.productCode attribute defined at extension bmecat.value - the productCode - ProductCode@Accessor(qualifier="startDate", type=SETTER) public void setStartDate(java.util.Date value)
PriceCopy.startDate attribute defined at extension bmecat.value - the startDate - StartDate@Accessor(qualifier="unit", type=SETTER) public void setUnit(UnitModel value)
PriceCopy.unit attribute defined at extension bmecat.value - the unit - Unit@Accessor(qualifier="unitFactor", type=SETTER) public void setUnitFactor(java.lang.Integer value)
PriceCopy.unitFactor attribute defined at extension bmecat.value - the unitFactor - UnitFactor@Accessor(qualifier="userPriceGroup", type=SETTER) public void setUserPriceGroup(HybrisEnumValue value)
PriceCopy.userPriceGroup attribute defined at extension bmecat.value - the userPriceGroup - UserPriceGroupCopyright © 2018 SAP SE. All Rights Reserved.