public class FrcStaffingDataObjectives
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private FrcTemplateData[] |
abandonTemplate |
private int |
abandonTemplateArraySize |
private FrcTemplateData[] |
ASATemplate |
private int |
asaTemplateArraySize |
private FrcTemplateData[] |
maxOccTemplate |
private int |
maxOccTemplateArraySize |
private FrcDataObjectives[] |
objectives |
private int |
objectivesArraySize |
private FrcTemplateData[] |
serviceLevelTemplate |
private int |
SLTemplateArraySize |
Constructor and Description |
---|
FrcStaffingDataObjectives() |
FrcStaffingDataObjectives(int objectivesArraySize,
FrcDataObjectives[] objectives,
int asaTemplateArraySize,
FrcTemplateData[] ASATemplate,
int maxOccTemplateArraySize,
FrcTemplateData[] maxOccTemplate,
int SLTemplateArraySize,
FrcTemplateData[] serviceLevelTemplate,
int abandonTemplateArraySize,
FrcTemplateData[] abandonTemplate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
FrcTemplateData[] |
getAbandonTemplate()
Gets the abandonTemplate value for this FrcStaffingDataObjectives.
|
int |
getAbandonTemplateArraySize()
Gets the abandonTemplateArraySize value for this FrcStaffingDataObjectives.
|
FrcTemplateData[] |
getASATemplate()
Gets the ASATemplate value for this FrcStaffingDataObjectives.
|
int |
getAsaTemplateArraySize()
Gets the asaTemplateArraySize value for this FrcStaffingDataObjectives.
|
FrcTemplateData[] |
getMaxOccTemplate()
Gets the maxOccTemplate value for this FrcStaffingDataObjectives.
|
int |
getMaxOccTemplateArraySize()
Gets the maxOccTemplateArraySize value for this FrcStaffingDataObjectives.
|
FrcDataObjectives[] |
getObjectives()
Gets the objectives value for this FrcStaffingDataObjectives.
|
int |
getObjectivesArraySize()
Gets the objectivesArraySize value for this FrcStaffingDataObjectives.
|
FrcTemplateData[] |
getServiceLevelTemplate()
Gets the serviceLevelTemplate value for this FrcStaffingDataObjectives.
|
int |
getSLTemplateArraySize()
Gets the SLTemplateArraySize value for this FrcStaffingDataObjectives.
|
int |
hashCode() |
void |
setAbandonTemplate(FrcTemplateData[] abandonTemplate)
Sets the abandonTemplate value for this FrcStaffingDataObjectives.
|
void |
setAbandonTemplateArraySize(int abandonTemplateArraySize)
Sets the abandonTemplateArraySize value for this FrcStaffingDataObjectives.
|
void |
setASATemplate(FrcTemplateData[] ASATemplate)
Sets the ASATemplate value for this FrcStaffingDataObjectives.
|
void |
setAsaTemplateArraySize(int asaTemplateArraySize)
Sets the asaTemplateArraySize value for this FrcStaffingDataObjectives.
|
void |
setMaxOccTemplate(FrcTemplateData[] maxOccTemplate)
Sets the maxOccTemplate value for this FrcStaffingDataObjectives.
|
void |
setMaxOccTemplateArraySize(int maxOccTemplateArraySize)
Sets the maxOccTemplateArraySize value for this FrcStaffingDataObjectives.
|
void |
setObjectives(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcStaffingDataObjectives.
|
void |
setObjectivesArraySize(int objectivesArraySize)
Sets the objectivesArraySize value for this FrcStaffingDataObjectives.
|
void |
setServiceLevelTemplate(FrcTemplateData[] serviceLevelTemplate)
Sets the serviceLevelTemplate value for this FrcStaffingDataObjectives.
|
void |
setSLTemplateArraySize(int SLTemplateArraySize)
Sets the SLTemplateArraySize value for this FrcStaffingDataObjectives.
|
private int objectivesArraySize
private FrcDataObjectives[] objectives
private int asaTemplateArraySize
private FrcTemplateData[] ASATemplate
private int maxOccTemplateArraySize
private FrcTemplateData[] maxOccTemplate
private int SLTemplateArraySize
private FrcTemplateData[] serviceLevelTemplate
private int abandonTemplateArraySize
private FrcTemplateData[] abandonTemplate
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcStaffingDataObjectives()
public FrcStaffingDataObjectives(int objectivesArraySize, FrcDataObjectives[] objectives, int asaTemplateArraySize, FrcTemplateData[] ASATemplate, int maxOccTemplateArraySize, FrcTemplateData[] maxOccTemplate, int SLTemplateArraySize, FrcTemplateData[] serviceLevelTemplate, int abandonTemplateArraySize, FrcTemplateData[] abandonTemplate)
public int getObjectivesArraySize()
public void setObjectivesArraySize(int objectivesArraySize)
objectivesArraySize
- public FrcDataObjectives[] getObjectives()
public void setObjectives(FrcDataObjectives[] objectives)
objectives
- public int getAsaTemplateArraySize()
public void setAsaTemplateArraySize(int asaTemplateArraySize)
asaTemplateArraySize
- public FrcTemplateData[] getASATemplate()
public void setASATemplate(FrcTemplateData[] ASATemplate)
ASATemplate
- public int getMaxOccTemplateArraySize()
public void setMaxOccTemplateArraySize(int maxOccTemplateArraySize)
maxOccTemplateArraySize
- public FrcTemplateData[] getMaxOccTemplate()
public void setMaxOccTemplate(FrcTemplateData[] maxOccTemplate)
maxOccTemplate
- public int getSLTemplateArraySize()
public void setSLTemplateArraySize(int SLTemplateArraySize)
SLTemplateArraySize
- public FrcTemplateData[] getServiceLevelTemplate()
public void setServiceLevelTemplate(FrcTemplateData[] serviceLevelTemplate)
serviceLevelTemplate
- public int getAbandonTemplateArraySize()
public void setAbandonTemplateArraySize(int abandonTemplateArraySize)
abandonTemplateArraySize
- public FrcTemplateData[] getAbandonTemplate()
public void setAbandonTemplate(FrcTemplateData[] abandonTemplate)
abandonTemplate
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.