|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DepartmentDefinition
is a simple data object to contain information
about POS departments.
DepartmentDefinitions
are accessible from an OptionsEvent
.
getDepartmentDefinitions
Field Summary | |
---|---|
static java.lang.String |
DEPT_DESCRIPTION
Property name identifier for: Description of the department |
static java.lang.String |
DEPT_KEY
Property name identifier for: Function code or POS key used to identify this department |
static java.lang.String |
DEPT_NUMBER
Property name identifier for: Department number or identifier |
static java.lang.String |
MANAGER_OVERRIDE
Property value identifier for manager override |
static java.lang.String |
MANUFACTURER_COUPON_ALLOWED
Property identifier for whether manufacturer coupon is allowed. |
static java.lang.String |
OPERATOR_OVERRIDE
Property value identifier for operator override |
static java.lang.String |
PRICE_ALLOWED
Property identifier for whether price change is allowed. |
static java.lang.String |
REFUND_ALLOWED
Property identifier for whether refund is allowed. |
static java.lang.String |
STORE_COUPON_ALLOWED
Property identifier for whether store coupon is allowed. |
static java.lang.String |
TOGGLE_FOODSTAMP_ALLOWED
Property identifier for whether toggle of foodstampability is allowed. |
static java.lang.String |
TOGGLE_TAX_ALLOWED
Property identifier for whether toggle of taxability is allowed. |
Method Summary | |
---|---|
java.lang.String |
getDepartmentNumber()
Get the department number. |
java.lang.String |
getDescription()
Get the description of the department. |
java.lang.String |
getKey()
Get the function code or POS key used to identify this department. |
java.lang.String |
getManufacturerCouponAllowed()
Get the value of the manufacturer coupon allowed property. |
java.lang.String |
getPriceAllowed()
Get the value of the price allowed property. |
java.lang.String |
getRefundAllowed()
Get the value of the toggle foodstampability allowed property. |
java.lang.String |
getStoreCouponAllowed()
Get the value of the store coupon allowed property. |
java.lang.String |
getToggleFoodstampAllowed()
Get the value of the toggle taxability allowed property. |
java.lang.String |
getToggleTaxAllowed()
Get the value of the tax/no tax allowed property. |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement |
---|
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString |
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler |
---|
endElement, startElement |
Field Detail |
public static final java.lang.String DEPT_NUMBER
public static final java.lang.String DEPT_DESCRIPTION
public static final java.lang.String DEPT_KEY
public static final java.lang.String TOGGLE_TAX_ALLOWED
public static final java.lang.String TOGGLE_FOODSTAMP_ALLOWED
public static final java.lang.String REFUND_ALLOWED
public static final java.lang.String STORE_COUPON_ALLOWED
public static final java.lang.String MANUFACTURER_COUPON_ALLOWED
public static final java.lang.String PRICE_ALLOWED
public static final java.lang.String MANAGER_OVERRIDE
public static final java.lang.String OPERATOR_OVERRIDE
Method Detail |
public java.lang.String getDepartmentNumber()
public java.lang.String getDescription()
public java.lang.String getKey()
public java.lang.String getToggleTaxAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
public java.lang.String getToggleFoodstampAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
public java.lang.String getRefundAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
public java.lang.String getStoreCouponAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
public java.lang.String getManufacturerCouponAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
public java.lang.String getPriceAllowed()
Possible values are:
true
false
DepartmentDefinition.MANAGER_OVERRIDE
DepartmentDefinition.OPERATOR_OVERRIDE
null (undefined)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |