|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.CalendarKey
This object represents a calendar external key, including fields used to identify a calendar in TWS external interfaces.
Calendar
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
CalendarKey()
Creates an empty CalendarKey. |
|
CalendarKey(java.lang.String calendarName)
Creates a CalendarKey with the specified name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this CalendarKey object are equal to those of the given one. |
java.lang.String |
getName()
Returns the calendar name. |
int |
hashCode()
Returns a hash code for this CalendarKey object. |
static CalendarKey |
parseKey(java.lang.String key)
Parses data from the specified string and creates a new CalendarKey. |
void |
setName(java.lang.String value)
Sets the calendar name. |
java.lang.String |
toString()
Returns a string representation of this CalendarKey object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CalendarKey()
public CalendarKey(java.lang.String calendarName)
calendarName
- The calendar name.Method Detail |
public static CalendarKey parseKey(java.lang.String key)
key
- The string containing key data.
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String value)
value
- The calendar name.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |