public class PriceCopyModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CURRENCY
Generated constant - Attribute key of
PriceCopy.currency attribute defined at extension bmecat. |
static String |
ENDDATE
Generated constant - Attribute key of
PriceCopy.endDate attribute defined at extension bmecat. |
static String |
MINQUANTITY
Generated constant - Attribute key of
PriceCopy.minQuantity attribute defined at extension bmecat. |
static String |
NET
Generated constant - Attribute key of
PriceCopy.net attribute defined at extension bmecat. |
static String |
PRICEVALUE
Generated constant - Attribute key of
PriceCopy.priceValue attribute defined at extension bmecat. |
static String |
PRODUCTCODE
Generated constant - Attribute key of
PriceCopy.productCode attribute defined at extension bmecat. |
static String |
STARTDATE
Generated constant - Attribute key of
PriceCopy.startDate attribute defined at extension bmecat. |
static String |
UNIT
Generated constant - Attribute key of
PriceCopy.unit attribute defined at extension bmecat. |
static String |
UNITFACTOR
Generated constant - Attribute key of
PriceCopy.unitFactor attribute defined at extension bmecat. |
static String |
USERPRICEGROUP
Generated constant - Attribute key of
PriceCopy.userPriceGroup attribute defined at extension bmecat. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PriceCopyModel()
Generated constructor - Default constructor for generic creation.
|
PriceCopyModel(Date _endDate,
Boolean _net,
Date _startDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PriceCopyModel(Date _endDate,
Boolean _net,
ItemModel _owner,
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. |
Date |
getEndDate()
Generated method - Getter of the
PriceCopy.endDate attribute defined at extension bmecat. |
Long |
getMinQuantity()
Generated method - Getter of the
PriceCopy.minQuantity attribute defined at extension bmecat. |
Boolean |
getNet()
Generated method - Getter of the
PriceCopy.net attribute defined at extension bmecat. |
Double |
getPriceValue()
Generated method - Getter of the
PriceCopy.priceValue attribute defined at extension bmecat. |
String |
getProductCode()
Generated method - Getter of the
PriceCopy.productCode attribute defined at extension bmecat. |
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. |
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(Date value)
Generated method - Setter of
PriceCopy.endDate attribute defined at extension bmecat. |
void |
setMinQuantity(Long value)
Generated method - Setter of
PriceCopy.minQuantity attribute defined at extension bmecat. |
void |
setNet(Boolean value)
Generated method - Setter of
PriceCopy.net attribute defined at extension bmecat. |
void |
setPriceValue(Double value)
Generated method - Setter of
PriceCopy.priceValue attribute defined at extension bmecat. |
void |
setProductCode(String value)
Generated method - Setter of
PriceCopy.productCode attribute defined at extension bmecat. |
void |
setStartDate(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(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, 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 PRODUCTCODE
PriceCopy.productCode attribute defined at extension bmecat.public static final String UNIT
PriceCopy.unit attribute defined at extension bmecat.public static final String UNITFACTOR
PriceCopy.unitFactor attribute defined at extension bmecat.public static final String USERPRICEGROUP
PriceCopy.userPriceGroup attribute defined at extension bmecat.public static final String MINQUANTITY
PriceCopy.minQuantity attribute defined at extension bmecat.public static final String CURRENCY
PriceCopy.currency attribute defined at extension bmecat.public static final String NET
PriceCopy.net attribute defined at extension bmecat.public static final String STARTDATE
PriceCopy.startDate attribute defined at extension bmecat.public static final String ENDDATE
PriceCopy.endDate attribute defined at extension bmecat.public static final 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(Date _endDate, Boolean _net, 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(Date _endDate, Boolean _net, ItemModel _owner, 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 Date getEndDate()
PriceCopy.endDate attribute defined at extension bmecat.@Accessor(qualifier="minQuantity", type=GETTER) public Long getMinQuantity()
PriceCopy.minQuantity attribute defined at extension bmecat.@Accessor(qualifier="net", type=GETTER) public Boolean getNet()
PriceCopy.net attribute defined at extension bmecat.@Accessor(qualifier="priceValue", type=GETTER) public Double getPriceValue()
PriceCopy.priceValue attribute defined at extension bmecat.@Accessor(qualifier="productCode", type=GETTER) public String getProductCode()
PriceCopy.productCode attribute defined at extension bmecat.@Accessor(qualifier="startDate", type=GETTER) public 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 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(Date value)
PriceCopy.endDate attribute defined at extension bmecat.value - the endDate - EndDate@Accessor(qualifier="minQuantity", type=SETTER) public void setMinQuantity(Long value)
PriceCopy.minQuantity attribute defined at extension bmecat.value - the minQuantity - MinimumQuantity@Accessor(qualifier="net", type=SETTER) public void setNet(Boolean value)
PriceCopy.net attribute defined at extension bmecat.value - the net - Net@Accessor(qualifier="priceValue", type=SETTER) public void setPriceValue(Double value)
PriceCopy.priceValue attribute defined at extension bmecat.value - the priceValue@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(String value)
PriceCopy.productCode attribute defined at extension bmecat.value - the productCode - ProductCode@Accessor(qualifier="startDate", type=SETTER) public void setStartDate(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(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 © 2017 SAP SE. All Rights Reserved.