public class FrcActivityDataParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId is not 0
|
private int |
buId
Business Unit ID
|
private double |
growthPercentage
Growth %, 0-99% = decrease a value, 101+% = increase a value
|
private double |
IOT
Indirectly Occupied Time %
|
private double |
nonWorkOverhead
Non-working Overhead %
|
private double |
periodStart
Period start date and time
|
private int |
siteId
Site ID
|
private double |
workOverhead
Working Overhead %
|
Constructor and Description |
---|
FrcActivityDataParameters() |
FrcActivityDataParameters(int siteId,
int activityId,
int buId,
double periodStart,
double IOT,
double workOverhead,
double nonWorkOverhead,
double growthPercentage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityPeriodParameters.
|
int |
getBuId()
Gets the buId value for this FrcActivityPeriodParameters.
|
double |
getGrowthPercentage()
Gets the growthPercentage value for this FrcActivityDataParameters.
|
double |
getIOT()
Gets the IOT value for this FrcActivityDataParameters.
|
double |
getNonWorkOverhead()
Gets the nonWorkOverhead value for this FrcActivityDataParameters.
|
double |
getPeriodStart()
Gets the periodStart value for this FrcActivityDataParameters.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityPeriodParameters.
|
double |
getWorkOverhead()
Gets the workOverhead value for this FrcActivityDataParameters.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityPeriodParameters.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityPeriodParameters.
|
void |
setGrowthPercentage(double growthPercentage)
Sets the growthPercentage value for this FrcActivityDataParameters.
|
void |
setIOT(double IOT)
Sets the IOT value for this FrcActivityDataParameters.
|
void |
setNonWorkOverhead(double nonWorkOverhead)
Sets the nonWorkOverhead value for this FrcActivityDataParameters.
|
void |
setPeriodStart(double periodStart)
Sets the periodStart value for this FrcActivityDataParameters.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityPeriodParameters.
|
void |
setWorkOverhead(double workOverhead)
Sets the workOverhead value for this FrcActivityDataParameters.
|
private int siteId
private int activityId
private int buId
private double periodStart
private double IOT
private double workOverhead
private double nonWorkOverhead
private double growthPercentage
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityDataParameters()
public FrcActivityDataParameters(int siteId, int activityId, int buId, double periodStart, double IOT, double workOverhead, double nonWorkOverhead, double growthPercentage)
public int getSiteId()
public void setSiteId(int siteId)
siteId
- public int getActivityId()
public void setActivityId(int activityId)
activityId
- public int getBuId()
public void setBuId(int buId)
buId
- public double getPeriodStart()
public void setGrowthPercentage(double growthPercentage)
growthPercentage
- Growth %public double getGrowthPercentage()
public void setPeriodStart(double periodStart)
periodStart
- Period start date and timepublic double getIOT()
public void setIOT(double IOT)
IOT
- Indirectly Occupied Time percentage valuepublic double getWorkOverhead()
public void setWorkOverhead(double workOverhead)
workOverhead
- Working Overhead percentage valuepublic double getNonWorkOverhead()
public void setNonWorkOverhead(double nonWorkOverhead)
nonWorkOverhead
- Non-Working Overhead percentage valuepublic 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.