Package de.hybris.platform.europe1.jalo
Class GeneratedPriceRow
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
PriceRow
public abstract class GeneratedPriceRow extends PDTRow
Generated class for typePriceRow.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALOGVERSIONQualifier of thePriceRow.catalogVersionattributestatic java.lang.StringCHANNELQualifier of thePriceRow.channelattributestatic java.lang.StringCURRENCYQualifier of thePriceRow.currencyattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringGIVEAWAYPRICEQualifier of thePriceRow.giveAwayPriceattributestatic java.lang.StringMATCHVALUEQualifier of thePriceRow.matchValueattributestatic java.lang.StringMINQTDQualifier of thePriceRow.minqtdattributestatic java.lang.StringNETQualifier of thePriceRow.netattributestatic java.lang.StringPRICEQualifier of thePriceRow.priceattributeprotected static BidirectionalOneToManyHandler<GeneratedPriceRow>PRODUCTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.StringUNITQualifier of thePriceRow.unitattributestatic java.lang.StringUNITFACTORQualifier of thePriceRow.unitFactorattribute-
Fields inherited from class de.hybris.platform.europe1.jalo.PDTRow
ALL_PRODUCT_GROUPS, ALL_PRODUCTS, ALL_USER_GROUPS, ALL_USERS, DATE_RANGE, DATERANGE, END_TIME, START_TIME
-
Fields inherited from class de.hybris.platform.europe1.jalo.GeneratedPDTRow
ENDTIME, PG, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, STARTTIME, UG, USER, USERMATCHQUALIFIER
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedPriceRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.CatalogVersiongetCatalogVersion()Generated method - Getter of thePriceRow.catalogVersionattribute.CatalogVersiongetCatalogVersion(SessionContext ctx)Generated method - Getter of thePriceRow.catalogVersionattribute.EnumerationValuegetChannel()Generated method - Getter of thePriceRow.channelattribute.EnumerationValuegetChannel(SessionContext ctx)Generated method - Getter of thePriceRow.channelattribute.CurrencygetCurrency()Generated method - Getter of thePriceRow.currencyattribute.CurrencygetCurrency(SessionContext ctx)Generated method - Getter of thePriceRow.currencyattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.IntegergetMatchValue()Generated method - Getter of thePriceRow.matchValueattribute.java.lang.IntegergetMatchValue(SessionContext ctx)Generated method - Getter of thePriceRow.matchValueattribute.intgetMatchValueAsPrimitive()Generated method - Getter of thePriceRow.matchValueattribute.intgetMatchValueAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.matchValueattribute.java.lang.LonggetMinqtd()Generated method - Getter of thePriceRow.minqtdattribute.java.lang.LonggetMinqtd(SessionContext ctx)Generated method - Getter of thePriceRow.minqtdattribute.longgetMinqtdAsPrimitive()Generated method - Getter of thePriceRow.minqtdattribute.longgetMinqtdAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.minqtdattribute.java.lang.DoublegetPrice()Generated method - Getter of thePriceRow.priceattribute.java.lang.DoublegetPrice(SessionContext ctx)Generated method - Getter of thePriceRow.priceattribute.doublegetPriceAsPrimitive()Generated method - Getter of thePriceRow.priceattribute.doublegetPriceAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.priceattribute.UnitgetUnit()Generated method - Getter of thePriceRow.unitattribute.UnitgetUnit(SessionContext ctx)Generated method - Getter of thePriceRow.unitattribute.java.lang.IntegergetUnitFactor()Generated method - Getter of thePriceRow.unitFactorattribute.java.lang.IntegergetUnitFactor(SessionContext ctx)Generated method - Getter of thePriceRow.unitFactorattribute.intgetUnitFactorAsPrimitive()Generated method - Getter of thePriceRow.unitFactorattribute.intgetUnitFactorAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.unitFactorattribute.java.lang.BooleanisGiveAwayPrice()Generated method - Getter of thePriceRow.giveAwayPriceattribute.java.lang.BooleanisGiveAwayPrice(SessionContext ctx)Generated method - Getter of thePriceRow.giveAwayPriceattribute.booleanisGiveAwayPriceAsPrimitive()Generated method - Getter of thePriceRow.giveAwayPriceattribute.booleanisGiveAwayPriceAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.giveAwayPriceattribute.java.lang.BooleanisNet()Generated method - Getter of thePriceRow.netattribute.java.lang.BooleanisNet(SessionContext ctx)Generated method - Getter of thePriceRow.netattribute.booleanisNetAsPrimitive()Generated method - Getter of thePriceRow.netattribute.booleanisNetAsPrimitive(SessionContext ctx)Generated method - Getter of thePriceRow.netattribute.voidsetCatalogVersion(CatalogVersion value)Generated method - Setter of thePriceRow.catalogVersionattribute.voidsetCatalogVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of thePriceRow.catalogVersionattribute.voidsetChannel(EnumerationValue value)Generated method - Setter of thePriceRow.channelattribute.voidsetChannel(SessionContext ctx, EnumerationValue value)Generated method - Setter of thePriceRow.channelattribute.voidsetCurrency(Currency value)Generated method - Setter of thePriceRow.currencyattribute.voidsetCurrency(SessionContext ctx, Currency value)Generated method - Setter of thePriceRow.currencyattribute.voidsetGiveAwayPrice(boolean value)Generated method - Setter of thePriceRow.giveAwayPriceattribute.voidsetGiveAwayPrice(SessionContext ctx, boolean value)Generated method - Setter of thePriceRow.giveAwayPriceattribute.voidsetGiveAwayPrice(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of thePriceRow.giveAwayPriceattribute.voidsetGiveAwayPrice(java.lang.Boolean value)Generated method - Setter of thePriceRow.giveAwayPriceattribute.voidsetMatchValue(int value)Generated method - Setter of thePriceRow.matchValueattribute.voidsetMatchValue(SessionContext ctx, int value)Generated method - Setter of thePriceRow.matchValueattribute.voidsetMatchValue(SessionContext ctx, java.lang.Integer value)Generated method - Setter of thePriceRow.matchValueattribute.voidsetMatchValue(java.lang.Integer value)Generated method - Setter of thePriceRow.matchValueattribute.voidsetMinqtd(long value)Generated method - Setter of thePriceRow.minqtdattribute.voidsetMinqtd(SessionContext ctx, long value)Generated method - Setter of thePriceRow.minqtdattribute.voidsetMinqtd(SessionContext ctx, java.lang.Long value)Generated method - Setter of thePriceRow.minqtdattribute.voidsetMinqtd(java.lang.Long value)Generated method - Setter of thePriceRow.minqtdattribute.voidsetNet(boolean value)Generated method - Setter of thePriceRow.netattribute.voidsetNet(SessionContext ctx, boolean value)Generated method - Setter of thePriceRow.netattribute.voidsetNet(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of thePriceRow.netattribute.voidsetNet(java.lang.Boolean value)Generated method - Setter of thePriceRow.netattribute.voidsetPrice(double value)Generated method - Setter of thePriceRow.priceattribute.voidsetPrice(SessionContext ctx, double value)Generated method - Setter of thePriceRow.priceattribute.voidsetPrice(SessionContext ctx, java.lang.Double value)Generated method - Setter of thePriceRow.priceattribute.voidsetPrice(java.lang.Double value)Generated method - Setter of thePriceRow.priceattribute.voidsetUnit(Unit value)Generated method - Setter of thePriceRow.unitattribute.voidsetUnit(SessionContext ctx, Unit value)Generated method - Setter of thePriceRow.unitattribute.voidsetUnitFactor(int value)Generated method - Setter of thePriceRow.unitFactorattribute.voidsetUnitFactor(SessionContext ctx, int value)Generated method - Setter of thePriceRow.unitFactorattribute.voidsetUnitFactor(SessionContext ctx, java.lang.Integer value)Generated method - Setter of thePriceRow.unitFactorattribute.voidsetUnitFactor(java.lang.Integer value)Generated method - Setter of thePriceRow.unitFactorattribute.-
Methods inherited from class de.hybris.platform.europe1.jalo.PDTRow
getCustomer, getCustomer, getCustomerGroup, getCustomerGroup, getCustomerPriceGroup, getCustomerPriceGroup, getDateRange, getDateRange, getInitialProductMatchField, getInitialUserMatchField, getProductGroup, getProductGroup, getProductPriceGroup, getProductPriceGroup, getUserGroup, getUserGroup, markProductModified, remove, removeLinks, setDateRange, setDateRange, setPg, setProduct, setProductId, setProductMatchQualifier, setProperty, setUg, setUser, setUserMatchQualifier, updateProductMatchField, updateUserMatchField
-
Methods inherited from class de.hybris.platform.europe1.jalo.GeneratedPDTRow
getEndTime, getEndTime, getPg, getPg, getProduct, getProduct, getProductId, getProductId, getProductMatchQualifier, getProductMatchQualifier, getProductMatchQualifierAsPrimitive, getProductMatchQualifierAsPrimitive, getStartTime, getStartTime, getUg, getUg, getUser, getUser, getUserMatchQualifier, getUserMatchQualifier, getUserMatchQualifierAsPrimitive, getUserMatchQualifierAsPrimitive, setEndTime, setEndTime, setPg, setProduct, setProductId, setProductMatchQualifier, setProductMatchQualifier, setProductMatchQualifier, setStartTime, setStartTime, setUg, setUser, setUserMatchQualifier, setUserMatchQualifier, setUserMatchQualifier
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of thePriceRow.catalogVersionattribute- See Also:
- Constant Field Values
-
MATCHVALUE
public static final java.lang.String MATCHVALUE
Qualifier of thePriceRow.matchValueattribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of thePriceRow.currencyattribute- See Also:
- Constant Field Values
-
MINQTD
public static final java.lang.String MINQTD
Qualifier of thePriceRow.minqtdattribute- See Also:
- Constant Field Values
-
NET
public static final java.lang.String NET
Qualifier of thePriceRow.netattribute- See Also:
- Constant Field Values
-
PRICE
public static final java.lang.String PRICE
Qualifier of thePriceRow.priceattribute- See Also:
- Constant Field Values
-
UNIT
public static final java.lang.String UNIT
Qualifier of thePriceRow.unitattribute- See Also:
- Constant Field Values
-
UNITFACTOR
public static final java.lang.String UNITFACTOR
Qualifier of thePriceRow.unitFactorattribute- See Also:
- Constant Field Values
-
GIVEAWAYPRICE
public static final java.lang.String GIVEAWAYPRICE
Qualifier of thePriceRow.giveAwayPriceattribute- See Also:
- Constant Field Values
-
CHANNEL
public static final java.lang.String CHANNEL
Qualifier of thePriceRow.channelattribute- See Also:
- Constant Field Values
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedPriceRow> PRODUCTHANDLER
BidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classGeneratedPDTRow
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of thePriceRow.catalogVersionattribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of thePriceRow.catalogVersionattribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of thePriceRow.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of thePriceRow.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
getChannel
public EnumerationValue getChannel(SessionContext ctx)
Generated method - Getter of thePriceRow.channelattribute.- Returns:
- the channel
-
getChannel
public EnumerationValue getChannel()
Generated method - Getter of thePriceRow.channelattribute.- Returns:
- the channel
-
setChannel
public void setChannel(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePriceRow.channelattribute.- Parameters:
value- the channel
-
setChannel
public void setChannel(EnumerationValue value)
Generated method - Setter of thePriceRow.channelattribute.- Parameters:
value- the channel
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.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; }- Overrides:
createItemin classPDTRow- Parameters:
ctx- 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 )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of thePriceRow.currencyattribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of thePriceRow.currencyattribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of thePriceRow.currencyattribute.- Parameters:
value- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of thePriceRow.currencyattribute.- Parameters:
value- the currency
-
isGiveAwayPrice
public java.lang.Boolean isGiveAwayPrice(SessionContext ctx)
Generated method - Getter of thePriceRow.giveAwayPriceattribute.- Returns:
- the giveAwayPrice
-
isGiveAwayPrice
public java.lang.Boolean isGiveAwayPrice()
Generated method - Getter of thePriceRow.giveAwayPriceattribute.- Returns:
- the giveAwayPrice
-
isGiveAwayPriceAsPrimitive
public boolean isGiveAwayPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.giveAwayPriceattribute.- Returns:
- the giveAwayPrice
-
isGiveAwayPriceAsPrimitive
public boolean isGiveAwayPriceAsPrimitive()
Generated method - Getter of thePriceRow.giveAwayPriceattribute.- Returns:
- the giveAwayPrice
-
setGiveAwayPrice
public void setGiveAwayPrice(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of thePriceRow.giveAwayPriceattribute.- Parameters:
value- the giveAwayPrice
-
setGiveAwayPrice
public void setGiveAwayPrice(java.lang.Boolean value)
Generated method - Setter of thePriceRow.giveAwayPriceattribute.- Parameters:
value- the giveAwayPrice
-
setGiveAwayPrice
public void setGiveAwayPrice(SessionContext ctx, boolean value)
Generated method - Setter of thePriceRow.giveAwayPriceattribute.- Parameters:
value- the giveAwayPrice
-
setGiveAwayPrice
public void setGiveAwayPrice(boolean value)
Generated method - Setter of thePriceRow.giveAwayPriceattribute.- Parameters:
value- the giveAwayPrice
-
getMatchValue
public java.lang.Integer getMatchValue(SessionContext ctx)
Generated method - Getter of thePriceRow.matchValueattribute.- Returns:
- the matchValue
-
getMatchValue
public java.lang.Integer getMatchValue()
Generated method - Getter of thePriceRow.matchValueattribute.- Returns:
- the matchValue
-
getMatchValueAsPrimitive
public int getMatchValueAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.matchValueattribute.- Returns:
- the matchValue
-
getMatchValueAsPrimitive
public int getMatchValueAsPrimitive()
Generated method - Getter of thePriceRow.matchValueattribute.- Returns:
- the matchValue
-
setMatchValue
public void setMatchValue(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of thePriceRow.matchValueattribute.- Parameters:
value- the matchValue
-
setMatchValue
public void setMatchValue(java.lang.Integer value)
Generated method - Setter of thePriceRow.matchValueattribute.- Parameters:
value- the matchValue
-
setMatchValue
public void setMatchValue(SessionContext ctx, int value)
Generated method - Setter of thePriceRow.matchValueattribute.- Parameters:
value- the matchValue
-
setMatchValue
public void setMatchValue(int value)
Generated method - Setter of thePriceRow.matchValueattribute.- Parameters:
value- the matchValue
-
getMinqtd
public java.lang.Long getMinqtd(SessionContext ctx)
Generated method - Getter of thePriceRow.minqtdattribute.- Returns:
- the minqtd
-
getMinqtd
public java.lang.Long getMinqtd()
Generated method - Getter of thePriceRow.minqtdattribute.- Returns:
- the minqtd
-
getMinqtdAsPrimitive
public long getMinqtdAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.minqtdattribute.- Returns:
- the minqtd
-
getMinqtdAsPrimitive
public long getMinqtdAsPrimitive()
Generated method - Getter of thePriceRow.minqtdattribute.- Returns:
- the minqtd
-
setMinqtd
public void setMinqtd(SessionContext ctx, java.lang.Long value)
Generated method - Setter of thePriceRow.minqtdattribute.- Parameters:
value- the minqtd
-
setMinqtd
public void setMinqtd(java.lang.Long value)
Generated method - Setter of thePriceRow.minqtdattribute.- Parameters:
value- the minqtd
-
setMinqtd
public void setMinqtd(SessionContext ctx, long value)
Generated method - Setter of thePriceRow.minqtdattribute.- Parameters:
value- the minqtd
-
setMinqtd
public void setMinqtd(long value)
Generated method - Setter of thePriceRow.minqtdattribute.- Parameters:
value- the minqtd
-
isNet
public java.lang.Boolean isNet(SessionContext ctx)
Generated method - Getter of thePriceRow.netattribute.- Returns:
- the net
-
isNet
public java.lang.Boolean isNet()
Generated method - Getter of thePriceRow.netattribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.netattribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive()
Generated method - Getter of thePriceRow.netattribute.- Returns:
- the net
-
setNet
public void setNet(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of thePriceRow.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(java.lang.Boolean value)
Generated method - Setter of thePriceRow.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(SessionContext ctx, boolean value)
Generated method - Setter of thePriceRow.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(boolean value)
Generated method - Setter of thePriceRow.netattribute.- Parameters:
value- the net
-
getPrice
public java.lang.Double getPrice(SessionContext ctx)
Generated method - Getter of thePriceRow.priceattribute.- Returns:
- the price
-
getPrice
public java.lang.Double getPrice()
Generated method - Getter of thePriceRow.priceattribute.- Returns:
- the price
-
getPriceAsPrimitive
public double getPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.priceattribute.- Returns:
- the price
-
getPriceAsPrimitive
public double getPriceAsPrimitive()
Generated method - Getter of thePriceRow.priceattribute.- Returns:
- the price
-
setPrice
public void setPrice(SessionContext ctx, java.lang.Double value)
Generated method - Setter of thePriceRow.priceattribute.- Parameters:
value- the price
-
setPrice
public void setPrice(java.lang.Double value)
Generated method - Setter of thePriceRow.priceattribute.- Parameters:
value- the price
-
setPrice
public void setPrice(SessionContext ctx, double value)
Generated method - Setter of thePriceRow.priceattribute.- Parameters:
value- the price
-
setPrice
public void setPrice(double value)
Generated method - Setter of thePriceRow.priceattribute.- Parameters:
value- the price
-
getUnit
public Unit getUnit(SessionContext ctx)
Generated method - Getter of thePriceRow.unitattribute.- Returns:
- the unit
-
getUnit
public Unit getUnit()
Generated method - Getter of thePriceRow.unitattribute.- Returns:
- the unit
-
setUnit
public void setUnit(SessionContext ctx, Unit value)
Generated method - Setter of thePriceRow.unitattribute.- Parameters:
value- the unit
-
setUnit
public void setUnit(Unit value)
Generated method - Setter of thePriceRow.unitattribute.- Parameters:
value- the unit
-
getUnitFactor
public java.lang.Integer getUnitFactor(SessionContext ctx)
Generated method - Getter of thePriceRow.unitFactorattribute.- Returns:
- the unitFactor
-
getUnitFactor
public java.lang.Integer getUnitFactor()
Generated method - Getter of thePriceRow.unitFactorattribute.- Returns:
- the unitFactor
-
getUnitFactorAsPrimitive
public int getUnitFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of thePriceRow.unitFactorattribute.- Returns:
- the unitFactor
-
getUnitFactorAsPrimitive
public int getUnitFactorAsPrimitive()
Generated method - Getter of thePriceRow.unitFactorattribute.- Returns:
- the unitFactor
-
setUnitFactor
public void setUnitFactor(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of thePriceRow.unitFactorattribute.- Parameters:
value- the unitFactor
-
setUnitFactor
public void setUnitFactor(java.lang.Integer value)
Generated method - Setter of thePriceRow.unitFactorattribute.- Parameters:
value- the unitFactor
-
setUnitFactor
public void setUnitFactor(SessionContext ctx, int value)
Generated method - Setter of thePriceRow.unitFactorattribute.- Parameters:
value- the unitFactor
-
setUnitFactor
public void setUnitFactor(int value)
Generated method - Setter of thePriceRow.unitFactorattribute.- Parameters:
value- the unitFactor
-
-