public class FrcTemplate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private FrcActivity[] |
activities |
private int |
activitiesArraySize |
private FrcData[] |
data |
private int |
dataArraySize |
private double |
end |
private java.lang.String |
name |
private int |
parentId |
private int |
parentType |
private double |
start |
private int |
templateId |
private int |
type |
Constructor and Description |
---|
FrcTemplate() |
FrcTemplate(int templateId,
java.lang.String name,
int type,
int parentType,
int parentId,
double start,
double end,
int activitiesArraySize,
FrcActivity[] activities,
int dataArraySize,
FrcData[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
FrcActivity[] |
getActivities()
Gets the activities value for this FrcTemplate.
|
int |
getActivitiesArraySize()
Gets the activitiesArraySize value for this FrcTemplate.
|
FrcData[] |
getData()
Gets the data value for this FrcTemplate.
|
int |
getDataArraySize()
Gets the dataArraySize value for this FrcTemplate.
|
double |
getEnd()
Gets the end value for this FrcTemplate.
|
java.lang.String |
getName()
Gets the name value for this FrcTemplate.
|
int |
getParentId()
Gets the parentId value for this FrcTemplate.
|
int |
getParentType()
Gets the parentType value for this FrcTemplate.
|
double |
getStart()
Gets the start value for this FrcTemplate.
|
int |
getTemplateId()
Gets the templateId value for this FrcTemplate.
|
int |
getType()
Gets the type value for this FrcTemplate.
|
int |
hashCode() |
void |
setActivities(FrcActivity[] activities)
Sets the activities value for this FrcTemplate.
|
void |
setActivitiesArraySize(int activitiesArraySize)
Sets the activitiesArraySize value for this FrcTemplate.
|
void |
setData(FrcData[] data)
Sets the data value for this FrcTemplate.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this FrcTemplate.
|
void |
setEnd(double end)
Sets the end value for this FrcTemplate.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcTemplate.
|
void |
setParentId(int parentId)
Sets the parentId value for this FrcTemplate.
|
void |
setParentType(int parentType)
Sets the parentType value for this FrcTemplate.
|
void |
setStart(double start)
Sets the start value for this FrcTemplate.
|
void |
setTemplateId(int templateId)
Sets the templateId value for this FrcTemplate.
|
void |
setType(int type)
Sets the type value for this FrcTemplate.
|
private int templateId
private java.lang.String name
private int type
private int parentType
private int parentId
private double start
private double end
private int activitiesArraySize
private FrcActivity[] activities
private int dataArraySize
private FrcData[] data
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcTemplate()
public FrcTemplate(int templateId, java.lang.String name, int type, int parentType, int parentId, double start, double end, int activitiesArraySize, FrcActivity[] activities, int dataArraySize, FrcData[] data)
public int getTemplateId()
public void setTemplateId(int templateId)
templateId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getType()
public void setType(int type)
type
- public int getParentType()
public void setParentType(int parentType)
parentType
- public int getParentId()
public void setParentId(int parentId)
parentId
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getActivitiesArraySize()
public void setActivitiesArraySize(int activitiesArraySize)
activitiesArraySize
- public FrcActivity[] getActivities()
public void setActivities(FrcActivity[] activities)
activities
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public FrcData[] getData()
public void setData(FrcData[] data)
data
- 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.