public class FrcTemplate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FrcActivity> |
activities
Activities associated with the template
|
protected int |
activitiesArraySize
Activity array size
|
protected java.util.List<FrcData> |
data
Template data
|
protected int |
dataArraySize
Data array size
|
protected double |
end
Template end date for overlap templates;
for non-overlapping templates, end date can be any date which
translates to a Saturday
|
protected java.lang.String |
name
Template name
|
protected int |
parentId
Parent ID (Site/BU)
|
protected int |
parentType
Parent type
|
private static long |
serialVersionUID |
protected double |
start
Template start date for overlapping templates;
for non-overlapping templates, start date can be any date which
translates to a Sunday
|
protected int |
templateId
Template ID
|
protected int |
type
Template type
|
Constructor and Description |
---|
FrcTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<FrcActivity> |
getActivities()
Gets the activities value for this FrcTemplate.
|
int |
getActivitiesArraySize()
Gets the activitiesArraySize value for this FrcTemplate.
|
java.util.List<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(java.util.List<FrcActivity> activities)
Sets the activities value for this FrcTemplate.
|
void |
setActivitiesArraySize(int activitiesArraySize)
Sets the activitiesArraySize value for this FrcTemplate.
|
void |
setData(java.util.List<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.
|
java.lang.String |
toString() |
FrcTemplate |
withActivities(java.util.Collection<FrcActivity> values) |
FrcTemplate |
withActivities(FrcActivity... values) |
FrcTemplate |
withActivitiesArraySize(int value) |
FrcTemplate |
withData(java.util.Collection<FrcData> values) |
FrcTemplate |
withData(FrcData... values) |
FrcTemplate |
withDataArraySize(int value) |
FrcTemplate |
withEnd(double value) |
FrcTemplate |
withName(java.lang.String value) |
FrcTemplate |
withParentId(int value) |
FrcTemplate |
withParentType(int value) |
FrcTemplate |
withStart(double value) |
FrcTemplate |
withTemplateId(int value) |
FrcTemplate |
withType(int value) |
private static final long serialVersionUID
protected int templateId
protected java.lang.String name
protected int type
EFrcTemplateTypes
protected int parentType
EFrcParentTypes
protected int parentId
protected double start
protected double end
protected int activitiesArraySize
protected java.util.List<FrcActivity> activities
protected int dataArraySize
protected java.util.List<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 java.util.List<FrcActivity> getActivities()
public void setActivities(java.util.List<FrcActivity> activities)
activities
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public java.util.List<FrcData> getData()
public void setData(java.util.List<FrcData> data)
data
- public FrcTemplate withActivities(java.util.Collection<FrcActivity> values)
public FrcTemplate withActivities(FrcActivity... values)
public FrcTemplate withActivitiesArraySize(int value)
public FrcTemplate withData(java.util.Collection<FrcData> values)
public FrcTemplate withData(FrcData... values)
public FrcTemplate withDataArraySize(int value)
public FrcTemplate withParentId(int value)
public FrcTemplate withParentType(int value)
public FrcTemplate withType(int value)
public FrcTemplate withTemplateId(int value)
public FrcTemplate withName(java.lang.String value)
public FrcTemplate withStart(double value)
public FrcTemplate withEnd(double value)
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.