public class CalendarImpl extends GEObjectImpl implements Calendar
Warning: The CalendarImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
CalendarImpl()
Create a new instance of CalendarImpl.
|
CalendarImpl(boolean initWithDefaultValues)
Create a new instanceof
|
CalendarImpl(java.lang.String name)
Create a new instance of CalendarImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
java.lang.String |
getName()
Get the value of the name attribute.
|
java.lang.String |
getWeekCalendar()
Get the value of the weekCalendar attribute.
|
java.lang.String |
getYearCalendar()
Get the value of the yearCalendar attribute.
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetWeekCalendar()
Determine if the weekCalendar attribute is set
|
boolean |
isSetYearCalendar()
Determine if the yearCalendar attribute is set
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setWeekCalendar(java.lang.String aWeekCalendar)
Set the weekCalendar attribute.
|
void |
setYearCalendar(java.lang.String aYearCalendar)
Set the yearCalendar attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic CalendarImpl()
public CalendarImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public CalendarImpl(java.lang.String name)
public boolean isSetName()
public void setName(java.lang.String aName)
setName in interface CalendarsetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
public boolean isSetYearCalendar()
isSetYearCalendar in interface Calendartrue if the yearCalendar attribute is setpublic void setYearCalendar(java.lang.String aYearCalendar)
setYearCalendar in interface CalendaraYearCalendar - the new value for the yearCalendar attributepublic java.lang.String getYearCalendar()
getYearCalendar in interface Calendarpublic boolean isSetWeekCalendar()
isSetWeekCalendar in interface Calendartrue if the weekCalendar attribute is setpublic void setWeekCalendar(java.lang.String aWeekCalendar)
setWeekCalendar in interface CalendaraWeekCalendar - the new value for the weekCalendar attributepublic java.lang.String getWeekCalendar()
getWeekCalendar in interface Calendarpublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.