|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TimeInterval - Encapsulates a time interval when an item may made available for sale, or restricted from sale.
Field Summary | |
---|---|
static int |
RESTRICTED
|
static int |
UNRESTRICTED
|
Method Summary | |
---|---|
java.lang.String |
getEndDateOfMonth()
Returns the end date of the month. |
java.lang.String |
getEndDayOfWeek()
Returns the end day of the week of the interval. |
java.lang.String |
getEndMonth()
Get the end month |
java.lang.String |
getEndTime()
Returns the end of the time interval. |
java.lang.String |
getStartDateOfMonth()
Returns the start date of the month. |
java.lang.String |
getStartDayOfWeek()
Returns the start day of the week of the interval. |
java.lang.String |
getStartMonth()
Returns the start month |
java.lang.String |
getStartTime()
Returns the start of the time interval. |
int |
getType()
Indicates whether the period represents a restricted period, or an unrestricted period. |
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 int RESTRICTED
public static final int UNRESTRICTED
Method Detail |
public java.lang.String getStartMonth()
public java.lang.String getEndMonth()
public java.lang.String getStartDateOfMonth()
public java.lang.String getEndDateOfMonth()
public java.lang.String getStartDayOfWeek()
public java.lang.String getEndDayOfWeek()
public java.lang.String getStartTime()
public java.lang.String getEndTime()
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |