|
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.params.MultiPeriodGenParams
umontreal.iro.lecuyer.contactcenters.msk.params.ServiceTimeParams
public class ServiceTimeParams
Represents parameters for service times.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class umontreal.iro.lecuyer.contactcenters.params.MultiPeriodGenParams |
---|
MultiPeriodGenParams.PeriodGen |
Field Summary | |
---|---|
protected Integer |
agent
|
protected Integer |
callType
|
protected Integer |
group
|
Fields inherited from class umontreal.iro.lecuyer.contactcenters.params.MultiPeriodGenParams |
---|
defaultGen, distributionClass, estimateParameters, generatorClass, mult, periodGen, preGen, shift, unit, wrapGen |
Constructor Summary | |
---|---|
ServiceTimeParams()
|
Method Summary | |
---|---|
int |
getAgent()
Gets the value of the agent property. |
int |
getCallType()
Gets the value of the callType property. |
int |
getGroup()
Gets the value of the group property. |
boolean |
isSetAgent()
|
boolean |
isSetCallType()
|
boolean |
isSetGroup()
|
void |
setAgent(int value)
Sets the value of the agent property. |
void |
setCallType(int value)
Sets the value of the callType property. |
void |
setGroup(int value)
Sets the value of the group property. |
void |
unsetAgent()
|
void |
unsetCallType()
|
void |
unsetGroup()
|
Methods inherited from class umontreal.iro.lecuyer.contactcenters.params.MultiPeriodGenParams |
---|
getDefaultGen, getDistributionClass, getGeneratorClass, getMult, getPeriodGen, getPreGen, getShift, getUnit, getWrapGen, isEstimateParameters, isSetDefaultGen, isSetDistributionClass, isSetEstimateParameters, isSetGeneratorClass, isSetMult, isSetPeriodGen, isSetPreGen, isSetShift, isSetUnit, isSetWrapGen, setDefaultGen, setDistributionClass, setEstimateParameters, setGeneratorClass, setMult, setPreGen, setShift, setUnit, setWrapGen, unsetEstimateParameters, unsetMult, unsetPeriodGen, unsetShift |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer group
protected Integer agent
protected Integer callType
Constructor Detail |
---|
public ServiceTimeParams()
Method Detail |
---|
public int getGroup()
Integer
public void setGroup(int value)
value
- allowed object is
Integer
public boolean isSetGroup()
public void unsetGroup()
public int getAgent()
Integer
public void setAgent(int value)
value
- allowed object is
Integer
public boolean isSetAgent()
public void unsetAgent()
public int getCallType()
Integer
public void setCallType(int value)
value
- allowed object is
Integer
public boolean isSetCallType()
public void unsetCallType()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |