public class FrcScenarioInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FrcActivity> |
activities
Scenario Activities
|
protected int |
activitiesArraySize
Activity array size
|
protected boolean |
bOwn
Owner flag
|
protected java.lang.String |
comments
Comments
|
protected double |
dateCreated
Created date and time
|
protected double |
dateModified
Last modified date and time
|
protected double |
end
Scenario end date
|
protected java.lang.String |
name
Scenario name
|
protected int |
scenarioId
Scenario ID
|
private static long |
serialVersionUID |
protected double |
start
Scenario start date
|
protected int |
status
Scenario status
|
protected int |
type
Scenario type
|
protected java.lang.String |
user
User
|
Constructor and Description |
---|
FrcScenarioInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<FrcActivity> |
getActivities()
Gets the activities value for this FrcScenarioInformation.
|
int |
getActivitiesArraySize()
Gets the activitiesArraySize value for this FrcScenarioInformation.
|
java.lang.String |
getComments()
Gets the comments value for this FrcScenarioInformation.
|
double |
getDateCreated()
Gets the dateCreated value for this FrcScenarioInformation.
|
double |
getDateModified()
Gets the dateModified value for this FrcScenarioInformation.
|
double |
getEnd()
Gets the end value for this FrcScenarioInformation.
|
java.lang.String |
getName()
Gets the name value for this FrcScenarioInformation.
|
int |
getScenarioId()
Gets the scenarioId value for this FrcScenarioInformation.
|
double |
getStart()
Gets the start value for this FrcScenarioInformation.
|
int |
getStatus()
Gets the status value for this FrcScenarioInformation.
|
int |
getType()
Gets the type value for this FrcScenarioInformation.
|
java.lang.String |
getUser()
Gets the user value for this FrcScenarioInformation.
|
int |
hashCode() |
boolean |
isBOwn()
Gets the bOwn value for this FrcScenarioInformation.
|
void |
setActivities(java.util.List<FrcActivity> activities)
Sets the activities value for this FrcScenarioInformation.
|
void |
setActivitiesArraySize(int activitiesArraySize)
Sets the activitiesArraySize value for this FrcScenarioInformation.
|
void |
setBOwn(boolean bOwn)
Sets the bOwn value for this FrcScenarioInformation.
|
void |
setComments(java.lang.String comments)
Sets the comments value for this FrcScenarioInformation.
|
void |
setDateCreated(double dateCreated)
Sets the dateCreated value for this FrcScenarioInformation.
|
void |
setDateModified(double dateModified)
Sets the dateModified value for this FrcScenarioInformation.
|
void |
setEnd(double end)
Sets the end value for this FrcScenarioInformation.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcScenarioInformation.
|
void |
setScenarioId(int scenarioId)
Sets the scenarioId value for this FrcScenarioInformation.
|
void |
setStart(double start)
Sets the start value for this FrcScenarioInformation.
|
void |
setStatus(int status)
Sets the status value for this FrcScenarioInformation.
|
void |
setType(int type)
Sets the type value for this FrcScenarioInformation.
|
void |
setUser(java.lang.String user)
Sets the user value for this FrcScenarioInformation.
|
java.lang.String |
toString() |
FrcScenarioInformation |
withActivities(java.util.Collection<FrcActivity> values) |
FrcScenarioInformation |
withActivities(FrcActivity... values) |
FrcScenarioInformation |
withActivitiesArraySize(int value) |
FrcScenarioInformation |
withBOwn(boolean value) |
FrcScenarioInformation |
withComments(java.lang.String value) |
FrcScenarioInformation |
withDateCreated(double value) |
FrcScenarioInformation |
withDateModified(double value) |
FrcScenarioInformation |
withEnd(double value) |
FrcScenarioInformation |
withName(java.lang.String value) |
FrcScenarioInformation |
withScenarioId(int value) |
FrcScenarioInformation |
withStart(double value) |
FrcScenarioInformation |
withStatus(int value) |
FrcScenarioInformation |
withType(int value) |
FrcScenarioInformation |
withUser(java.lang.String value) |
private static final long serialVersionUID
protected int scenarioId
protected java.lang.String name
protected java.lang.String comments
protected java.lang.String user
protected double start
protected double end
protected int type
EFrcScenarioTypes
protected int status
EFrcScenarioStatuses
protected boolean bOwn
protected double dateModified
protected double dateCreated
protected int activitiesArraySize
protected java.util.List<FrcActivity> activities
public int getScenarioId()
public void setScenarioId(int scenarioId)
scenarioId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- public java.lang.String getUser()
public void setUser(java.lang.String user)
user
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getType()
public void setType(int type)
type
- public int getStatus()
public void setStatus(int status)
status
- public boolean isBOwn()
public void setBOwn(boolean bOwn)
bOwn
- public double getDateModified()
public void setDateModified(double dateModified)
dateModified
- public double getDateCreated()
public void setDateCreated(double dateCreated)
dateCreated
- 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 FrcScenarioInformation withActivities(java.util.Collection<FrcActivity> values)
public FrcScenarioInformation withActivities(FrcActivity... values)
public FrcScenarioInformation withActivitiesArraySize(int value)
public FrcScenarioInformation withBOwn(boolean value)
public FrcScenarioInformation withComments(java.lang.String value)
public FrcScenarioInformation withDateCreated(double value)
public FrcScenarioInformation withDateModified(double value)
public FrcScenarioInformation withScenarioId(int value)
public FrcScenarioInformation withStatus(int value)
public FrcScenarioInformation withType(int value)
public FrcScenarioInformation withStart(double value)
public FrcScenarioInformation withEnd(double value)
public FrcScenarioInformation withName(java.lang.String value)
public FrcScenarioInformation withUser(java.lang.String 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.