public class FrcOvertimeData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
activityID
Activity ID
|
protected java.util.List<FrcData> |
data
Requirement data array
|
protected double |
end
End date
|
protected int |
itemsDataArraySize
Requirement data array size
|
private static long |
serialVersionUID |
protected double |
start
Start date
|
Constructor and Description |
---|
FrcOvertimeData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityID()
Gets the value of the activityID property.
|
java.util.List<FrcData> |
getData()
Gets the value of the data property.
|
double |
getEnd()
Gets the value of the end property.
|
int |
getItemsDataArraySize()
Gets the value of the itemsDataArraySize property.
|
double |
getStart()
Gets the value of the start property.
|
int |
hashCode() |
void |
setActivityID(int value)
Sets the value of the activityID property.
|
void |
setData(java.util.List<FrcData> value)
Sets the value of the data property.
|
void |
setEnd(double value)
Sets the value of the end property.
|
void |
setItemsDataArraySize(int value)
Sets the value of the itemsDataArraySize property.
|
void |
setStart(double value)
Sets the value of the start property.
|
java.lang.String |
toString() |
FrcOvertimeData |
withActivityID(int value) |
FrcOvertimeData |
withData(java.util.Collection<FrcData> values) |
FrcOvertimeData |
withData(FrcData... values) |
FrcOvertimeData |
withEnd(double value) |
FrcOvertimeData |
withItemsDataArraySize(int value) |
FrcOvertimeData |
withStart(double value) |
private static final long serialVersionUID
protected int activityID
protected double start
protected double end
protected int itemsDataArraySize
protected java.util.List<FrcData> data
public int getActivityID()
public void setActivityID(int value)
public double getStart()
public void setStart(double value)
public double getEnd()
public void setEnd(double value)
public int getItemsDataArraySize()
public void setItemsDataArraySize(int value)
public java.util.List<FrcData> getData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
FrcData
public void setData(java.util.List<FrcData> value)
public FrcOvertimeData withActivityID(int value)
public FrcOvertimeData withStart(double value)
public FrcOvertimeData withEnd(double value)
public FrcOvertimeData withItemsDataArraySize(int value)
public FrcOvertimeData withData(FrcData... values)
public FrcOvertimeData withData(java.util.Collection<FrcData> values)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.