public abstract class GeneratedAbstractOrderEntry extends GenericItem
AbstractOrderEntry.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 String |
BASEPRICE
Qualifier of the
AbstractOrderEntry.basePrice attribute |
static String |
CALCULATED
Qualifier of the
AbstractOrderEntry.calculated attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DISCOUNTVALUESINTERNAL
Qualifier of the
AbstractOrderEntry.discountValuesInternal attribute |
static String |
ENTRYNUMBER
Qualifier of the
AbstractOrderEntry.entryNumber attribute |
static String |
GIVEAWAY
Qualifier of the
AbstractOrderEntry.giveAway attribute |
static String |
INFO
Qualifier of the
AbstractOrderEntry.info attribute |
static String |
ORDER
Qualifier of the
AbstractOrderEntry.order attribute |
protected static BidirectionalOneToManyHandler<GeneratedAbstractOrderEntry> |
ORDERHANDLER
BidirectionalOneToManyHandler for handling 1:n ORDER's relation attributes from 'one' side. |
static String |
PRODUCT
Qualifier of the
AbstractOrderEntry.product attribute |
static String |
QUANTITY
Qualifier of the
AbstractOrderEntry.quantity attribute |
static String |
REJECTED
Qualifier of the
AbstractOrderEntry.rejected attribute |
static String |
TAXVALUESINTERNAL
Qualifier of the
AbstractOrderEntry.taxValuesInternal attribute |
static String |
TOTALPRICE
Qualifier of the
AbstractOrderEntry.totalPrice attribute |
static String |
UNIT
Qualifier of the
AbstractOrderEntry.unit 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 |
|---|
GeneratedAbstractOrderEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
Double |
getBasePrice()
Generated method - Getter of the
AbstractOrderEntry.basePrice attribute. |
Double |
getBasePrice(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.basePrice attribute. |
double |
getBasePriceAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.basePrice attribute. |
double |
getBasePriceAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.basePrice attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getDiscountValuesInternal()
Generated method - Getter of the
AbstractOrderEntry.discountValuesInternal attribute. |
String |
getDiscountValuesInternal(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.discountValuesInternal attribute. |
Integer |
getEntryNumber()
Generated method - Getter of the
AbstractOrderEntry.entryNumber attribute. |
Integer |
getEntryNumber(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.entryNumber attribute. |
int |
getEntryNumberAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.entryNumber attribute. |
int |
getEntryNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.entryNumber attribute. |
String |
getInfo()
Generated method - Getter of the
AbstractOrderEntry.info attribute. |
String |
getInfo(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.info attribute. |
AbstractOrder |
getOrder()
Generated method - Getter of the
AbstractOrderEntry.order attribute. |
AbstractOrder |
getOrder(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.order attribute. |
Product |
getProduct()
Generated method - Getter of the
AbstractOrderEntry.product attribute. |
Product |
getProduct(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.product attribute. |
Long |
getQuantity()
Generated method - Getter of the
AbstractOrderEntry.quantity attribute. |
Long |
getQuantity(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.quantity attribute. |
long |
getQuantityAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.quantity attribute. |
long |
getQuantityAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.quantity attribute. |
String |
getTaxValuesInternal()
Generated method - Getter of the
AbstractOrderEntry.taxValuesInternal attribute. |
String |
getTaxValuesInternal(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.taxValuesInternal attribute. |
Double |
getTotalPrice()
Generated method - Getter of the
AbstractOrderEntry.totalPrice attribute. |
Double |
getTotalPrice(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.totalPrice attribute. |
double |
getTotalPriceAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.totalPrice attribute. |
double |
getTotalPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.totalPrice attribute. |
Unit |
getUnit()
Generated method - Getter of the
AbstractOrderEntry.unit attribute. |
Unit |
getUnit(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.unit attribute. |
Boolean |
isCalculated()
Generated method - Getter of the
AbstractOrderEntry.calculated attribute. |
Boolean |
isCalculated(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.calculated attribute. |
boolean |
isCalculatedAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.calculated attribute. |
boolean |
isCalculatedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.calculated attribute. |
Boolean |
isGiveAway()
Generated method - Getter of the
AbstractOrderEntry.giveAway attribute. |
Boolean |
isGiveAway(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.giveAway attribute. |
boolean |
isGiveAwayAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.giveAway attribute. |
boolean |
isGiveAwayAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.giveAway attribute. |
Boolean |
isRejected()
Generated method - Getter of the
AbstractOrderEntry.rejected attribute. |
Boolean |
isRejected(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.rejected attribute. |
boolean |
isRejectedAsPrimitive()
Generated method - Getter of the
AbstractOrderEntry.rejected attribute. |
boolean |
isRejectedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrderEntry.rejected attribute. |
void |
setBasePrice(double value)
Generated method - Setter of the
AbstractOrderEntry.basePrice attribute. |
void |
setBasePrice(Double value)
Generated method - Setter of the
AbstractOrderEntry.basePrice attribute. |
void |
setBasePrice(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrderEntry.basePrice attribute. |
void |
setBasePrice(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrderEntry.basePrice attribute. |
void |
setCalculated(boolean value)
Generated method - Setter of the
AbstractOrderEntry.calculated attribute. |
void |
setCalculated(Boolean value)
Generated method - Setter of the
AbstractOrderEntry.calculated attribute. |
void |
setCalculated(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrderEntry.calculated attribute. |
void |
setCalculated(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrderEntry.calculated attribute. |
void |
setDiscountValuesInternal(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrderEntry.discountValuesInternal attribute. |
void |
setDiscountValuesInternal(String value)
Generated method - Setter of the
AbstractOrderEntry.discountValuesInternal attribute. |
void |
setEntryNumber(int value)
Generated method - Setter of the
AbstractOrderEntry.entryNumber attribute. |
void |
setEntryNumber(Integer value)
Generated method - Setter of the
AbstractOrderEntry.entryNumber attribute. |
void |
setEntryNumber(SessionContext ctx,
int value)
Generated method - Setter of the
AbstractOrderEntry.entryNumber attribute. |
void |
setEntryNumber(SessionContext ctx,
Integer value)
Generated method - Setter of the
AbstractOrderEntry.entryNumber attribute. |
void |
setGiveAway(boolean value)
Generated method - Setter of the
AbstractOrderEntry.giveAway attribute. |
void |
setGiveAway(Boolean value)
Generated method - Setter of the
AbstractOrderEntry.giveAway attribute. |
void |
setGiveAway(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrderEntry.giveAway attribute. |
void |
setGiveAway(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrderEntry.giveAway attribute. |
void |
setInfo(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrderEntry.info attribute. |
void |
setInfo(String value)
Generated method - Setter of the
AbstractOrderEntry.info attribute. |
void |
setOrder(AbstractOrder value)
Generated method - Setter of the
AbstractOrderEntry.order attribute. |
void |
setOrder(SessionContext ctx,
AbstractOrder value)
Generated method - Setter of the
AbstractOrderEntry.order attribute. |
void |
setProduct(Product value)
Generated method - Setter of the
AbstractOrderEntry.product attribute. |
void |
setProduct(SessionContext ctx,
Product value)
Generated method - Setter of the
AbstractOrderEntry.product attribute. |
void |
setQuantity(long value)
Generated method - Setter of the
AbstractOrderEntry.quantity attribute. |
void |
setQuantity(Long value)
Generated method - Setter of the
AbstractOrderEntry.quantity attribute. |
void |
setQuantity(SessionContext ctx,
long value)
Generated method - Setter of the
AbstractOrderEntry.quantity attribute. |
void |
setQuantity(SessionContext ctx,
Long value)
Generated method - Setter of the
AbstractOrderEntry.quantity attribute. |
void |
setRejected(boolean value)
Generated method - Setter of the
AbstractOrderEntry.rejected attribute. |
void |
setRejected(Boolean value)
Generated method - Setter of the
AbstractOrderEntry.rejected attribute. |
void |
setRejected(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrderEntry.rejected attribute. |
void |
setRejected(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrderEntry.rejected attribute. |
void |
setTaxValuesInternal(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrderEntry.taxValuesInternal attribute. |
void |
setTaxValuesInternal(String value)
Generated method - Setter of the
AbstractOrderEntry.taxValuesInternal attribute. |
void |
setTotalPrice(double value)
Generated method - Setter of the
AbstractOrderEntry.totalPrice attribute. |
void |
setTotalPrice(Double value)
Generated method - Setter of the
AbstractOrderEntry.totalPrice attribute. |
void |
setTotalPrice(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrderEntry.totalPrice attribute. |
void |
setTotalPrice(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrderEntry.totalPrice attribute. |
void |
setUnit(SessionContext ctx,
Unit value)
Generated method - Setter of the
AbstractOrderEntry.unit attribute. |
void |
setUnit(Unit value)
Generated method - Setter of the
AbstractOrderEntry.unit attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String BASEPRICE
AbstractOrderEntry.basePrice attributepublic static final String CALCULATED
AbstractOrderEntry.calculated attributepublic static final String DISCOUNTVALUESINTERNAL
AbstractOrderEntry.discountValuesInternal attributepublic static final String ENTRYNUMBER
AbstractOrderEntry.entryNumber attributepublic static final String INFO
AbstractOrderEntry.info attributepublic static final String PRODUCT
AbstractOrderEntry.product attributepublic static final String QUANTITY
AbstractOrderEntry.quantity attributepublic static final String TAXVALUESINTERNAL
AbstractOrderEntry.taxValuesInternal attributepublic static final String TOTALPRICE
AbstractOrderEntry.totalPrice attributepublic static final String UNIT
AbstractOrderEntry.unit attributepublic static final String GIVEAWAY
AbstractOrderEntry.giveAway attributepublic static final String REJECTED
AbstractOrderEntry.rejected attributepublic static final String ORDER
AbstractOrderEntry.order attributeprotected static final BidirectionalOneToManyHandler<GeneratedAbstractOrderEntry> ORDERHANDLER
BidirectionalOneToManyHandler for handling 1:n ORDER's relation attributes from 'one' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Double getBasePrice(SessionContext ctx)
AbstractOrderEntry.basePrice attribute.public Double getBasePrice()
AbstractOrderEntry.basePrice attribute.public double getBasePriceAsPrimitive(SessionContext ctx)
AbstractOrderEntry.basePrice attribute.public double getBasePriceAsPrimitive()
AbstractOrderEntry.basePrice attribute.public void setBasePrice(SessionContext ctx, Double value)
AbstractOrderEntry.basePrice attribute.value - the basePricepublic void setBasePrice(Double value)
AbstractOrderEntry.basePrice attribute.value - the basePricepublic void setBasePrice(SessionContext ctx, double value)
AbstractOrderEntry.basePrice attribute.value - the basePricepublic void setBasePrice(double value)
AbstractOrderEntry.basePrice attribute.value - the basePricepublic Boolean isCalculated(SessionContext ctx)
AbstractOrderEntry.calculated attribute.public Boolean isCalculated()
AbstractOrderEntry.calculated attribute.public boolean isCalculatedAsPrimitive(SessionContext ctx)
AbstractOrderEntry.calculated attribute.public boolean isCalculatedAsPrimitive()
AbstractOrderEntry.calculated attribute.public void setCalculated(SessionContext ctx, Boolean value)
AbstractOrderEntry.calculated attribute.value - the calculatedpublic void setCalculated(Boolean value)
AbstractOrderEntry.calculated attribute.value - the calculatedpublic void setCalculated(SessionContext ctx, boolean value)
AbstractOrderEntry.calculated attribute.value - the calculatedpublic void setCalculated(boolean value)
AbstractOrderEntry.calculated attribute.value - the calculatedprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic String getDiscountValuesInternal(SessionContext ctx)
AbstractOrderEntry.discountValuesInternal attribute.public String getDiscountValuesInternal()
AbstractOrderEntry.discountValuesInternal attribute.public void setDiscountValuesInternal(SessionContext ctx, String value)
AbstractOrderEntry.discountValuesInternal attribute.value - the discountValuesInternalpublic void setDiscountValuesInternal(String value)
AbstractOrderEntry.discountValuesInternal attribute.value - the discountValuesInternalpublic Integer getEntryNumber(SessionContext ctx)
AbstractOrderEntry.entryNumber attribute.public Integer getEntryNumber()
AbstractOrderEntry.entryNumber attribute.public int getEntryNumberAsPrimitive(SessionContext ctx)
AbstractOrderEntry.entryNumber attribute.public int getEntryNumberAsPrimitive()
AbstractOrderEntry.entryNumber attribute.public void setEntryNumber(SessionContext ctx, Integer value)
AbstractOrderEntry.entryNumber attribute.value - the entryNumberpublic void setEntryNumber(Integer value)
AbstractOrderEntry.entryNumber attribute.value - the entryNumberpublic void setEntryNumber(SessionContext ctx, int value)
AbstractOrderEntry.entryNumber attribute.value - the entryNumberpublic void setEntryNumber(int value)
AbstractOrderEntry.entryNumber attribute.value - the entryNumberpublic Boolean isGiveAway(SessionContext ctx)
AbstractOrderEntry.giveAway attribute.public Boolean isGiveAway()
AbstractOrderEntry.giveAway attribute.public boolean isGiveAwayAsPrimitive(SessionContext ctx)
AbstractOrderEntry.giveAway attribute.public boolean isGiveAwayAsPrimitive()
AbstractOrderEntry.giveAway attribute.public void setGiveAway(SessionContext ctx, Boolean value)
AbstractOrderEntry.giveAway attribute.value - the giveAwaypublic void setGiveAway(Boolean value)
AbstractOrderEntry.giveAway attribute.value - the giveAwaypublic void setGiveAway(SessionContext ctx, boolean value)
AbstractOrderEntry.giveAway attribute.value - the giveAwaypublic void setGiveAway(boolean value)
AbstractOrderEntry.giveAway attribute.value - the giveAwaypublic String getInfo(SessionContext ctx)
AbstractOrderEntry.info attribute.public String getInfo()
AbstractOrderEntry.info attribute.public void setInfo(SessionContext ctx, String value)
AbstractOrderEntry.info attribute.value - the infopublic void setInfo(String value)
AbstractOrderEntry.info attribute.value - the infopublic AbstractOrder getOrder(SessionContext ctx)
AbstractOrderEntry.order attribute.public AbstractOrder getOrder()
AbstractOrderEntry.order attribute.public void setOrder(SessionContext ctx, AbstractOrder value)
AbstractOrderEntry.order attribute.value - the orderpublic void setOrder(AbstractOrder value)
AbstractOrderEntry.order attribute.value - the orderpublic Product getProduct(SessionContext ctx)
AbstractOrderEntry.product attribute.public Product getProduct()
AbstractOrderEntry.product attribute.public void setProduct(SessionContext ctx, Product value)
AbstractOrderEntry.product attribute.value - the productpublic void setProduct(Product value)
AbstractOrderEntry.product attribute.value - the productpublic Long getQuantity(SessionContext ctx)
AbstractOrderEntry.quantity attribute.public Long getQuantity()
AbstractOrderEntry.quantity attribute.public long getQuantityAsPrimitive(SessionContext ctx)
AbstractOrderEntry.quantity attribute.public long getQuantityAsPrimitive()
AbstractOrderEntry.quantity attribute.public void setQuantity(SessionContext ctx, Long value)
AbstractOrderEntry.quantity attribute.value - the quantitypublic void setQuantity(Long value)
AbstractOrderEntry.quantity attribute.value - the quantitypublic void setQuantity(SessionContext ctx, long value)
AbstractOrderEntry.quantity attribute.value - the quantitypublic void setQuantity(long value)
AbstractOrderEntry.quantity attribute.value - the quantitypublic Boolean isRejected(SessionContext ctx)
AbstractOrderEntry.rejected attribute.public Boolean isRejected()
AbstractOrderEntry.rejected attribute.public boolean isRejectedAsPrimitive(SessionContext ctx)
AbstractOrderEntry.rejected attribute.public boolean isRejectedAsPrimitive()
AbstractOrderEntry.rejected attribute.public void setRejected(SessionContext ctx, Boolean value)
AbstractOrderEntry.rejected attribute.value - the rejectedpublic void setRejected(Boolean value)
AbstractOrderEntry.rejected attribute.value - the rejectedpublic void setRejected(SessionContext ctx, boolean value)
AbstractOrderEntry.rejected attribute.value - the rejectedpublic void setRejected(boolean value)
AbstractOrderEntry.rejected attribute.value - the rejectedpublic String getTaxValuesInternal(SessionContext ctx)
AbstractOrderEntry.taxValuesInternal attribute.public String getTaxValuesInternal()
AbstractOrderEntry.taxValuesInternal attribute.public void setTaxValuesInternal(SessionContext ctx, String value)
AbstractOrderEntry.taxValuesInternal attribute.value - the taxValuesInternalpublic void setTaxValuesInternal(String value)
AbstractOrderEntry.taxValuesInternal attribute.value - the taxValuesInternalpublic Double getTotalPrice(SessionContext ctx)
AbstractOrderEntry.totalPrice attribute.public Double getTotalPrice()
AbstractOrderEntry.totalPrice attribute.public double getTotalPriceAsPrimitive(SessionContext ctx)
AbstractOrderEntry.totalPrice attribute.public double getTotalPriceAsPrimitive()
AbstractOrderEntry.totalPrice attribute.public void setTotalPrice(SessionContext ctx, Double value)
AbstractOrderEntry.totalPrice attribute.value - the totalPricepublic void setTotalPrice(Double value)
AbstractOrderEntry.totalPrice attribute.value - the totalPricepublic void setTotalPrice(SessionContext ctx, double value)
AbstractOrderEntry.totalPrice attribute.value - the totalPricepublic void setTotalPrice(double value)
AbstractOrderEntry.totalPrice attribute.value - the totalPricepublic Unit getUnit(SessionContext ctx)
AbstractOrderEntry.unit attribute.public Unit getUnit()
AbstractOrderEntry.unit attribute.public void setUnit(SessionContext ctx, Unit value)
AbstractOrderEntry.unit attribute.value - the unitpublic void setUnit(Unit value)
AbstractOrderEntry.unit attribute.value - the unitCopyright © 2017 SAP SE. All Rights Reserved.