|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.msk.params.TimeIntervalParams
public class TimeIntervalParams
Represents a time interval specified by a starting and an ending time.
Field Summary | |
---|---|
protected Duration |
endingTime
|
protected Duration |
startingTime
|
Constructor Summary | |
---|---|
TimeIntervalParams()
|
Method Summary | |
---|---|
Duration |
getEndingTime()
Gets the value of the endingTime property. |
Duration |
getStartingTime()
Gets the value of the startingTime property. |
boolean |
isSetEndingTime()
|
boolean |
isSetStartingTime()
|
void |
setEndingTime(Duration value)
Sets the value of the endingTime property. |
void |
setStartingTime(Duration value)
Sets the value of the startingTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Duration startingTime
protected Duration endingTime
Constructor Detail |
---|
public TimeIntervalParams()
Method Detail |
---|
public Duration getStartingTime()
Duration
public void setStartingTime(Duration value)
value
- allowed object is
Duration
public boolean isSetStartingTime()
public Duration getEndingTime()
Duration
public void setEndingTime(Duration value)
value
- allowed object is
Duration
public boolean isSetEndingTime()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |