Uses of Class
com.ibm.tws.objects.model.CalendarKey

Packages that use CalendarKey
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

Uses of CalendarKey in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return CalendarKey
 CalendarKey Calendar.getKey()
          Returns the CalendarKey wrapped by this Calendar object.
 CalendarKey CalendarHeader.getKey()
          Returns the CalendarKey wrapped by this CalendarHeader object.
static CalendarKey CalendarKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new CalendarKey.
 CalendarKey JobStream.getFreeDaysCalendarKey()
          Returns the key of the free days calendar used with this job stream.
 CalendarKey JobStreamHeader.getFreeDaysCalendarKey()
          Returns the key of the free days calendar used with this job stream.
 CalendarKey RunCycle.getCalendarKey()
          Returns the key of the calendar by which this run cycle is defined.
 

Methods in com.ibm.tws.objects.model with parameters of type CalendarKey
 void Calendar.setKey(CalendarKey calendarKey)
          Sets the CalendarKey to be wrapped by this Calendar object.
 void CalendarHeader.setKey(CalendarKey calendarKey)
          Sets the CalendarKey to be wrapped by this CalendarHeader object.
 void JobStream.setFreeDaysCalendarKey(CalendarKey key)
          Sets the key of the free days calendar used with this job stream.
 void JobStreamHeader.setFreeDaysCalendarKey(CalendarKey key)
          Sets the key of the free days calendar used with this job stream.
 void RunCycle.setCalendarKey(CalendarKey key)
          Sets the key of the calendar by which this run cycle is defined.
 

Constructors in com.ibm.tws.objects.model with parameters of type CalendarKey
CalendarHeader(CalendarKey calendarKey)
          Creates a CalendarHeader with the specified key.
CalendarHeader(Identifier calendarId, CalendarKey calendarKey)
          Creates a CalendarHeader with the specified identifier and key.
 

Uses of CalendarKey in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type CalendarKey
 void CalendarValidator.validateKey(CalendarKey calendarKey)
          Validates a CalendarKey object.
 



Copyright © 2005 IBM All Rights Reserved.