|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
This object is a container for the availability interval associated with a Workstaion in plan object. Currently it is only used for z/OS workstations, but in the future its usage can be extended also to the TWS distributed workstations.
The following syntax validation constraints must be met on WorkstationInPlanAvailabilityIntervals objects in ZOS environment:
intervalEndDateTime | Cannot be null. Must be after intervalStartDateTime |
intervalStartDateTime | Cannot be null. Must be before intervalEndDateTime. |
modifiedSettings | See WorkstationInPlanAvailabilitySettings for constraints on this field |
plannedSettings | See WorkstationInPlanAvailabilitySettings for constraints on this field |
description | Not used. |
types.WorkstationInPlanAvailabilitySettings
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationInPlanAvailabilityIntervals()
Creates an empty WorkstationAvailabilityInterval object. |
|
WorkstationInPlanAvailabilityIntervals(java.util.Date startDateTime,
java.util.Date endDateTime)
Create a workstyationin plan availability interval with the specified start date-time and end date-time |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationInPlanAvailabilityInterval object are equal to those of the given one. |
java.lang.String |
getDescription()
Returns the Description |
java.util.Date |
getIntervalEndDateTime()
Returns the Interval End Date |
java.util.Date |
getIntervalStartDateTime()
Returns the Interval Start Date |
WorkstationInPlanAvailabilitySettings |
getModifiedSettings()
Returns the Modified settings for this interval |
WorkstationInPlanAvailabilitySettings |
getPlannedSettings()
Returns the Planned settings for this interval |
int |
hashCode()
Returns a hash code for this WorkstationInPlanAvailabilityInterval object. |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setIntervalEndDateTime(java.util.Date endDateAndTime)
Sets the Interval End Date |
void |
setIntervalStartDateTime(java.util.Date startDateAndTime)
Sets the Interval Start Date |
java.lang.String |
toString()
Returns a string representation of this WorkstationAvailabilityInterval 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 WorkstationInPlanAvailabilityIntervals()
public WorkstationInPlanAvailabilityIntervals(java.util.Date startDateTime, java.util.Date endDateTime)
startDateTime
- endDateTime
- Method Detail |
public java.util.Date getIntervalStartDateTime()
public java.util.Date getIntervalEndDateTime()
public java.lang.String getDescription()
public WorkstationInPlanAvailabilitySettings getPlannedSettings()
public WorkstationInPlanAvailabilitySettings getModifiedSettings()
public void setIntervalStartDateTime(java.util.Date startDateAndTime)
startDateAndTime
- The intervalStartDateTime to set.public void setIntervalEndDateTime(java.util.Date endDateAndTime)
endDateAndTime
- The intervalEndDateTime to set.public void setDescription(java.lang.String description)
description
- The description to set.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 |