com.ibm.retail.AEF.event
Interface TimeInterval

All Superinterfaces:
POSAppEventElement, SAXElementHandler, java.io.Serializable

public interface TimeInterval
extends POSAppEventElement

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

RESTRICTED

public static final int RESTRICTED
See Also:
Constant Field Values

UNRESTRICTED

public static final int UNRESTRICTED
See Also:
Constant Field Values
Method Detail

getStartMonth

public java.lang.String getStartMonth()
Returns the start month

Returns:
String

getEndMonth

public java.lang.String getEndMonth()
Get the end month

Returns:
String

getStartDateOfMonth

public java.lang.String getStartDateOfMonth()
Returns the start date of the month.

Returns:
String

getEndDateOfMonth

public java.lang.String getEndDateOfMonth()
Returns the end date of the month.

Returns:
String

getStartDayOfWeek

public java.lang.String getStartDayOfWeek()
Returns the start day of the week of the interval.

Returns:
String

getEndDayOfWeek

public java.lang.String getEndDayOfWeek()
Returns the end day of the week of the interval.

Returns:
String

getStartTime

public java.lang.String getStartTime()
Returns the start of the time interval.

Returns:
String

getEndTime

public java.lang.String getEndTime()
Returns the end of the time interval.

Returns:
String

getType

public int getType()
Indicates whether the period represents a restricted period, or an unrestricted period.

Returns:
int TimeInterval.RESTRICTED, TimeInterval.UNRESTRICTED


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004