public abstract class GeneratedPriceCopy extends GenericItem
PriceCopy.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURRENCY
Qualifier of the
PriceCopy.currency attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
ENDDATE
Qualifier of the
PriceCopy.endDate attribute |
static java.lang.String |
MINQUANTITY
Qualifier of the
PriceCopy.minQuantity attribute |
static java.lang.String |
NET
Qualifier of the
PriceCopy.net attribute |
static java.lang.String |
PRICEVALUE
Qualifier of the
PriceCopy.priceValue attribute |
static java.lang.String |
PRODUCTCODE
Qualifier of the
PriceCopy.productCode attribute |
static java.lang.String |
STARTDATE
Qualifier of the
PriceCopy.startDate attribute |
static java.lang.String |
UNIT
Qualifier of the
PriceCopy.unit attribute |
static java.lang.String |
UNITFACTOR
Qualifier of the
PriceCopy.unitFactor attribute |
static java.lang.String |
USERPRICEGROUP
Qualifier of the
PriceCopy.userPriceGroup attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedPriceCopy() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency()
Generated method - Getter of the
PriceCopy.currency attribute. |
Currency |
getCurrency(SessionContext ctx)
Generated method - Getter of the
PriceCopy.currency attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.Date |
getEndDate()
Generated method - Getter of the
PriceCopy.endDate attribute. |
java.util.Date |
getEndDate(SessionContext ctx)
Generated method - Getter of the
PriceCopy.endDate attribute. |
java.lang.Long |
getMinQuantity()
Generated method - Getter of the
PriceCopy.minQuantity attribute. |
java.lang.Long |
getMinQuantity(SessionContext ctx)
Generated method - Getter of the
PriceCopy.minQuantity attribute. |
long |
getMinQuantityAsPrimitive()
Generated method - Getter of the
PriceCopy.minQuantity attribute. |
long |
getMinQuantityAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PriceCopy.minQuantity attribute. |
java.lang.Double |
getPriceValue()
Generated method - Getter of the
PriceCopy.priceValue attribute. |
java.lang.Double |
getPriceValue(SessionContext ctx)
Generated method - Getter of the
PriceCopy.priceValue attribute. |
double |
getPriceValueAsPrimitive()
Generated method - Getter of the
PriceCopy.priceValue attribute. |
double |
getPriceValueAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PriceCopy.priceValue attribute. |
java.lang.String |
getProductCode()
Generated method - Getter of the
PriceCopy.productCode attribute. |
java.lang.String |
getProductCode(SessionContext ctx)
Generated method - Getter of the
PriceCopy.productCode attribute. |
java.util.Date |
getStartDate()
Generated method - Getter of the
PriceCopy.startDate attribute. |
java.util.Date |
getStartDate(SessionContext ctx)
Generated method - Getter of the
PriceCopy.startDate attribute. |
Unit |
getUnit()
Generated method - Getter of the
PriceCopy.unit attribute. |
Unit |
getUnit(SessionContext ctx)
Generated method - Getter of the
PriceCopy.unit attribute. |
java.lang.Integer |
getUnitFactor()
Generated method - Getter of the
PriceCopy.unitFactor attribute. |
java.lang.Integer |
getUnitFactor(SessionContext ctx)
Generated method - Getter of the
PriceCopy.unitFactor attribute. |
int |
getUnitFactorAsPrimitive()
Generated method - Getter of the
PriceCopy.unitFactor attribute. |
int |
getUnitFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PriceCopy.unitFactor attribute. |
EnumerationValue |
getUserPriceGroup()
Generated method - Getter of the
PriceCopy.userPriceGroup attribute. |
EnumerationValue |
getUserPriceGroup(SessionContext ctx)
Generated method - Getter of the
PriceCopy.userPriceGroup attribute. |
java.lang.Boolean |
isNet()
Generated method - Getter of the
PriceCopy.net attribute. |
java.lang.Boolean |
isNet(SessionContext ctx)
Generated method - Getter of the
PriceCopy.net attribute. |
boolean |
isNetAsPrimitive()
Generated method - Getter of the
PriceCopy.net attribute. |
boolean |
isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PriceCopy.net attribute. |
void |
setCurrency(Currency value)
Generated method - Setter of the
PriceCopy.currency attribute. |
void |
setCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
PriceCopy.currency attribute. |
void |
setEndDate(java.util.Date value)
Generated method - Setter of the
PriceCopy.endDate attribute. |
void |
setEndDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
PriceCopy.endDate attribute. |
void |
setMinQuantity(long value)
Generated method - Setter of the
PriceCopy.minQuantity attribute. |
void |
setMinQuantity(java.lang.Long value)
Generated method - Setter of the
PriceCopy.minQuantity attribute. |
void |
setMinQuantity(SessionContext ctx,
long value)
Generated method - Setter of the
PriceCopy.minQuantity attribute. |
void |
setMinQuantity(SessionContext ctx,
java.lang.Long value)
Generated method - Setter of the
PriceCopy.minQuantity attribute. |
void |
setNet(boolean value)
Generated method - Setter of the
PriceCopy.net attribute. |
void |
setNet(java.lang.Boolean value)
Generated method - Setter of the
PriceCopy.net attribute. |
void |
setNet(SessionContext ctx,
boolean value)
Generated method - Setter of the
PriceCopy.net attribute. |
void |
setNet(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
PriceCopy.net attribute. |
void |
setPriceValue(double value)
Generated method - Setter of the
PriceCopy.priceValue attribute. |
void |
setPriceValue(java.lang.Double value)
Generated method - Setter of the
PriceCopy.priceValue attribute. |
void |
setPriceValue(SessionContext ctx,
double value)
Generated method - Setter of the
PriceCopy.priceValue attribute. |
void |
setPriceValue(SessionContext ctx,
java.lang.Double value)
Generated method - Setter of the
PriceCopy.priceValue attribute. |
void |
setProductCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PriceCopy.productCode attribute. |
void |
setProductCode(java.lang.String value)
Generated method - Setter of the
PriceCopy.productCode attribute. |
void |
setStartDate(java.util.Date value)
Generated method - Setter of the
PriceCopy.startDate attribute. |
void |
setStartDate(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
PriceCopy.startDate attribute. |
void |
setUnit(SessionContext ctx,
Unit value)
Generated method - Setter of the
PriceCopy.unit attribute. |
void |
setUnit(Unit value)
Generated method - Setter of the
PriceCopy.unit attribute. |
void |
setUnitFactor(int value)
Generated method - Setter of the
PriceCopy.unitFactor attribute. |
void |
setUnitFactor(java.lang.Integer value)
Generated method - Setter of the
PriceCopy.unitFactor attribute. |
void |
setUnitFactor(SessionContext ctx,
int value)
Generated method - Setter of the
PriceCopy.unitFactor attribute. |
void |
setUnitFactor(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
PriceCopy.unitFactor attribute. |
void |
setUserPriceGroup(EnumerationValue value)
Generated method - Setter of the
PriceCopy.userPriceGroup attribute. |
void |
setUserPriceGroup(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
PriceCopy.userPriceGroup attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String PRODUCTCODE
PriceCopy.productCode attributepublic static final java.lang.String UNIT
PriceCopy.unit attributepublic static final java.lang.String UNITFACTOR
PriceCopy.unitFactor attributepublic static final java.lang.String USERPRICEGROUP
PriceCopy.userPriceGroup attributepublic static final java.lang.String MINQUANTITY
PriceCopy.minQuantity attributepublic static final java.lang.String CURRENCY
PriceCopy.currency attributepublic static final java.lang.String NET
PriceCopy.net attributepublic static final java.lang.String STARTDATE
PriceCopy.startDate attributepublic static final java.lang.String ENDDATE
PriceCopy.endDate attributepublic static final java.lang.String PRICEVALUE
PriceCopy.priceValue attributeprotected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Currency getCurrency(SessionContext ctx)
PriceCopy.currency attribute.public Currency getCurrency()
PriceCopy.currency attribute.public void setCurrency(SessionContext ctx, Currency value)
PriceCopy.currency attribute.value - the currency - Currencypublic void setCurrency(Currency value)
PriceCopy.currency attribute.value - the currency - Currencypublic java.util.Date getEndDate(SessionContext ctx)
PriceCopy.endDate attribute.public java.util.Date getEndDate()
PriceCopy.endDate attribute.public void setEndDate(SessionContext ctx, java.util.Date value)
PriceCopy.endDate attribute.value - the endDate - EndDatepublic void setEndDate(java.util.Date value)
PriceCopy.endDate attribute.value - the endDate - EndDatepublic java.lang.Long getMinQuantity(SessionContext ctx)
PriceCopy.minQuantity attribute.public java.lang.Long getMinQuantity()
PriceCopy.minQuantity attribute.public long getMinQuantityAsPrimitive(SessionContext ctx)
PriceCopy.minQuantity attribute.public long getMinQuantityAsPrimitive()
PriceCopy.minQuantity attribute.public void setMinQuantity(SessionContext ctx, java.lang.Long value)
PriceCopy.minQuantity attribute.value - the minQuantity - MinimumQuantitypublic void setMinQuantity(java.lang.Long value)
PriceCopy.minQuantity attribute.value - the minQuantity - MinimumQuantitypublic void setMinQuantity(SessionContext ctx, long value)
PriceCopy.minQuantity attribute.value - the minQuantity - MinimumQuantitypublic void setMinQuantity(long value)
PriceCopy.minQuantity attribute.value - the minQuantity - MinimumQuantitypublic java.lang.Boolean isNet(SessionContext ctx)
PriceCopy.net attribute.public java.lang.Boolean isNet()
PriceCopy.net attribute.public boolean isNetAsPrimitive(SessionContext ctx)
PriceCopy.net attribute.public boolean isNetAsPrimitive()
PriceCopy.net attribute.public void setNet(SessionContext ctx, java.lang.Boolean value)
PriceCopy.net attribute.value - the net - Netpublic void setNet(java.lang.Boolean value)
PriceCopy.net attribute.value - the net - Netpublic void setNet(SessionContext ctx, boolean value)
PriceCopy.net attribute.value - the net - Netpublic void setNet(boolean value)
PriceCopy.net attribute.value - the net - Netpublic java.lang.Double getPriceValue(SessionContext ctx)
PriceCopy.priceValue attribute.public java.lang.Double getPriceValue()
PriceCopy.priceValue attribute.public double getPriceValueAsPrimitive(SessionContext ctx)
PriceCopy.priceValue attribute.public double getPriceValueAsPrimitive()
PriceCopy.priceValue attribute.public void setPriceValue(SessionContext ctx, java.lang.Double value)
PriceCopy.priceValue attribute.value - the priceValuepublic void setPriceValue(java.lang.Double value)
PriceCopy.priceValue attribute.value - the priceValuepublic void setPriceValue(SessionContext ctx, double value)
PriceCopy.priceValue attribute.value - the priceValuepublic void setPriceValue(double value)
PriceCopy.priceValue attribute.value - the priceValuepublic java.lang.String getProductCode(SessionContext ctx)
PriceCopy.productCode attribute.public java.lang.String getProductCode()
PriceCopy.productCode attribute.public void setProductCode(SessionContext ctx, java.lang.String value)
PriceCopy.productCode attribute.value - the productCode - ProductCodepublic void setProductCode(java.lang.String value)
PriceCopy.productCode attribute.value - the productCode - ProductCodepublic java.util.Date getStartDate(SessionContext ctx)
PriceCopy.startDate attribute.public java.util.Date getStartDate()
PriceCopy.startDate attribute.public void setStartDate(SessionContext ctx, java.util.Date value)
PriceCopy.startDate attribute.value - the startDate - StartDatepublic void setStartDate(java.util.Date value)
PriceCopy.startDate attribute.value - the startDate - StartDatepublic Unit getUnit(SessionContext ctx)
PriceCopy.unit attribute.public Unit getUnit()
PriceCopy.unit attribute.public void setUnit(SessionContext ctx, Unit value)
PriceCopy.unit attribute.value - the unit - Unitpublic void setUnit(Unit value)
PriceCopy.unit attribute.value - the unit - Unitpublic java.lang.Integer getUnitFactor(SessionContext ctx)
PriceCopy.unitFactor attribute.public java.lang.Integer getUnitFactor()
PriceCopy.unitFactor attribute.public int getUnitFactorAsPrimitive(SessionContext ctx)
PriceCopy.unitFactor attribute.public int getUnitFactorAsPrimitive()
PriceCopy.unitFactor attribute.public void setUnitFactor(SessionContext ctx, java.lang.Integer value)
PriceCopy.unitFactor attribute.value - the unitFactor - UnitFactorpublic void setUnitFactor(java.lang.Integer value)
PriceCopy.unitFactor attribute.value - the unitFactor - UnitFactorpublic void setUnitFactor(SessionContext ctx, int value)
PriceCopy.unitFactor attribute.value - the unitFactor - UnitFactorpublic void setUnitFactor(int value)
PriceCopy.unitFactor attribute.value - the unitFactor - UnitFactorpublic EnumerationValue getUserPriceGroup(SessionContext ctx)
PriceCopy.userPriceGroup attribute.public EnumerationValue getUserPriceGroup()
PriceCopy.userPriceGroup attribute.public void setUserPriceGroup(SessionContext ctx, EnumerationValue value)
PriceCopy.userPriceGroup attribute.value - the userPriceGroup - UserPriceGrouppublic void setUserPriceGroup(EnumerationValue value)
PriceCopy.userPriceGroup attribute.value - the userPriceGroup - UserPriceGroupCopyright © 2018 SAP SE. All Rights Reserved.