|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sblim.wbem.cim.CIMDateTime
org.sblim.wbem.cim.CIMSimpleDateTime
| Field Summary |
| Fields inherited from class org.sblim.wbem.cim.CIMDateTime |
DAY_PRESICION, FULL_PRESICION, HOUR_PRESICION, iCalendar, iDateString, iDay, iHour, iInterval, iMicrosecond, iMillisecond, iMinute, iMonth, iOffsetMinute, iPresicion, iSecond, iYear, MILLI_FIVE_DIGIT_PRESICION, MILLI_FOUR_DIGIT_PRESICION, MILLI_ONE_DIGIT_PRESICION, MILLI_SIX_DIGIT_PRESICION, MILLI_THREE_DIGIT_PRESICION, MILLI_TWO_DIGIT_PRESICION, MINUTE_PRESICION, MONTH_PRESICION, SECOND_PRESICION, YEAR_PRESICION |
| Constructor Summary | |
CIMSimpleDateTime()
Constructs an CIMDataTime used to define a point in time. |
|
CIMSimpleDateTime(java.util.Calendar pCalendar)
Constructs a CIMSimpleDateTime object from the given Calendar object. |
|
CIMSimpleDateTime(java.lang.String pDateString)
Constructs a CIMSimpleDateTime object from the specified String defining an date. |
|
| Method Summary | |
java.lang.Object |
clone()
|
int |
getMonth()
Returns the month specified by this CIMDateTime. |
int |
getYear()
Returns the year specified by this CIMDateTime. |
static void |
main(java.lang.String[] args)
|
void |
setDay(int pDay)
Specifies the day of this CIMDateTime. |
void |
setMonth(int pMonth)
Specifies the month for this CIMDateTime. |
void |
setYear(int pYear)
Specifies the year for this CIMDateTime. |
| Methods inherited from class org.sblim.wbem.cim.CIMDateTime |
after, before, clone, equals, getCalendar, getDay, getHour, getMicrosecond, getMillisecodsPresicion, getMillisecond, getMinute, getOffsetMinute, getPresicion, getSeconds, hashCode, isDayPresicion, isHourPresicion, isInterval, isMinutePresicion, isMonthPresicion, isSecondPresicion, isYearPresicion, setHour, setMicroseconds, setMilliseconds, setMinute, setOffsetMinute, setPresicion, setSecond, starPadding, toMOF, toString, valueOf, valueOf, zeroPadding |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMSimpleDateTime()
public CIMSimpleDateTime(java.lang.String pDateString)
pDateString - A date stringpublic CIMSimpleDateTime(java.util.Calendar pCalendar)
pCalendar - A Calendar object| Method Detail |
public int getMonth()
public int getYear()
public void setDay(int pDay)
pDay - The daypublic void setMonth(int pMonth)
pMonth - The monthpublic void setYear(int pYear)
pYear - The yearpublic java.lang.Object clone()
clone in class CIMDateTimepublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||