|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sale.Date
This class is an implementation of the Time interface.
The time is represented in the form of a simple date. The format is "dd.mm.yy".
Note: This is a very simple implementation and it is not Y2K safe!
Constructor Summary | |
Date()
Creates a new date with standard starting time "01.01.00". |
|
Date(String sNewDate)
Creates a new date with the given starting time. |
Method Summary | |
Date |
getDateValue()
Convert the date to a Date object. |
Object |
getDefaultInterval()
Get the default time interval. |
Object |
getTime()
Get the current date. |
Comparable |
getTimeStamp(long lStampNumber)
Create and return a time stamp. |
void |
goAhead(Object oInterval)
Increment the time by the given time interval. |
void |
setTime(Object oTime)
Set the given date. |
String |
toString()
Returns the current date. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Date()
public Date(String sNewDate) throws IllegalArgumentException
sNewDate
- a String representing the date to be set, format: dd.mm.yy (day.month.year)Method Detail |
public void setTime(Object oTime) throws IllegalArgumentException
oTime
- a String representing the date to be set, format: dd.mm.yy (day.month.year)public Object getTime()
public void goAhead(Object oInterval) throws IllegalArgumentException
oInterval
- the interval to increment time. Must be a String that gives the number of days by which
to increment.public Object getDefaultInterval()
public Comparable getTimeStamp(long lStampNumber)
lStampNumber
- the number of the stamppublic String toString()
public Date getDateValue()
Date
object.
Note: As the entire sale.Date class is not Y2K compliant, this method also is not.
|
SalesPoint Framework v3.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |