public class FrcTemplateHeader
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
Activities associated with the template
|
private int |
activitiesArraySize
Activities array size
|
private double |
end
Template end date
|
private java.lang.String |
name
Template name
|
private int |
parentId
Parent ID (Site/BU)
|
private int |
parentType
Parent type
|
private double |
start
Template start date
|
private int |
templateId
Template ID
|
private int |
type
Template type
|
| Constructor and Description |
|---|
FrcTemplateHeader() |
FrcTemplateHeader(int templateId,
java.lang.String name,
int type,
int parentType,
int parentId,
double start,
double end,
int activitiesArraySize,
FrcActivity[] activities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
FrcActivity[] |
getActivities()
Gets the activities value for this FrcTemplateHeader.
|
int |
getActivitiesArraySize()
Gets the activitiesArraySize value for this FrcTemplateHeader.
|
double |
getEnd()
Gets the end value for this FrcTemplateHeader.
|
java.lang.String |
getName()
Gets the name value for this FrcTemplateHeader.
|
int |
getParentId()
Gets the parentId value for this FrcTemplateHeader.
|
int |
getParentType()
Gets the parentType value for this FrcTemplateHeader.
|
double |
getStart()
Gets the start value for this FrcTemplateHeader.
|
int |
getTemplateId()
Gets the templateId value for this FrcTemplateHeader.
|
int |
getType()
Gets the type value for this FrcTemplateHeader.
|
int |
hashCode() |
void |
setActivities(FrcActivity[] activities)
Sets the activities value for this FrcTemplateHeader.
|
void |
setActivitiesArraySize(int activitiesArraySize)
Sets the activitiesArraySize value for this FrcTemplateHeader.
|
void |
setEnd(double end)
Sets the end value for this FrcTemplateHeader.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcTemplateHeader.
|
void |
setParentId(int parentId)
Sets the parentId value for this FrcTemplateHeader.
|
void |
setParentType(int parentType)
Sets the parentType value for this FrcTemplateHeader.
|
void |
setStart(double start)
Sets the start value for this FrcTemplateHeader.
|
void |
setTemplateId(int templateId)
Sets the templateId value for this FrcTemplateHeader.
|
void |
setType(int type)
Sets the type value for this FrcTemplateHeader.
|
private int templateId
private java.lang.String name
private int type
EFrcTemplateTypesprivate int parentType
EFrcParentTypesprivate int parentId
private double start
private double end
private int activitiesArraySize
private FrcActivity[] activities
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcTemplateHeader()
public FrcTemplateHeader(int templateId,
java.lang.String name,
int type,
int parentType,
int parentId,
double start,
double end,
int activitiesArraySize,
FrcActivity[] activities)
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.