|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.salespointframework.core.Date
@Deprecated public class 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!
| Field Summary | |
|---|---|
private boolean |
m_fSpecialYear
Deprecated. Is this a special year? |
private java.lang.String |
m_sDate
Deprecated. The current date. |
private java.lang.String |
m_sDefaultInterval
Deprecated. The default interval for Dates. |
| Constructor Summary | |
|---|---|
Date()
Deprecated. Creates a new date with standard starting time "01.01.00". |
|
Date(java.lang.String sNewDate)
Deprecated. Creates a new date with the given starting time. |
|
| Method Summary | |
|---|---|
java.util.Date |
getDateValue()
Deprecated. Convert the date to a Date object. |
java.lang.Object |
getDefaultInterval()
Deprecated. Get the default time interval. |
java.lang.Object |
getTime()
Deprecated. Get the current date. |
java.lang.Comparable<java.lang.String> |
getTimeStamp(long lStampNumber)
Deprecated. Create and return a time stamp. |
void |
goAhead(java.lang.Object oInterval)
Deprecated. Increment the time by the given time interval. |
void |
setTime(java.lang.Object oTime)
Deprecated. Set the given date. |
java.lang.String |
toString()
Deprecated. Returns the current date. |
private void |
validate(java.lang.Object oToValidate)
Deprecated. Validate a given String, i.e. check it represents a date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String m_sDate
private java.lang.String m_sDefaultInterval
private boolean m_fSpecialYear
| Constructor Detail |
|---|
public Date()
public Date(java.lang.String sNewDate)
throws java.lang.IllegalArgumentException
sNewDate - a String representing the date to be set, format: dd.mm.yy (day.month.year)
java.lang.IllegalArgumentException - if the given String has an invalid format| Method Detail |
|---|
public void setTime(java.lang.Object oTime)
throws java.lang.IllegalArgumentException
setTime in interface TimeoTime - a String representing the date to be set, format: dd.mm.yy (day.month.year)
java.lang.IllegalArgumentException - if the given String has an invalid formatpublic java.lang.Object getTime()
getTime in interface Time
public void goAhead(java.lang.Object oInterval)
throws java.lang.IllegalArgumentException
goAhead in interface TimeoInterval - the interval to increment time. Must be a String that gives the number of days by which
to increment.
java.lang.IllegalArgumentException - if the given interval is no String or cannot be transformed into a
long value.public java.lang.Object getDefaultInterval()
getDefaultInterval in interface Timepublic java.lang.Comparable<java.lang.String> getTimeStamp(long lStampNumber)
getTimeStamp in interface TimelStampNumber - the number of the stamp
public java.lang.String toString()
toString in class java.lang.Object
private void validate(java.lang.Object oToValidate)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic java.util.Date getDateValue()
Date object.
Note: As the entire org.salespointframework.sale.Date class is not Y2K compliant, this method also is not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||