public class FrcScenarioInformation
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 boolean |
bOwn |
private java.lang.String |
comments |
private double |
dateCreated |
private double |
dateModified |
private double |
end |
private java.lang.String |
name |
private int |
scenarioId |
private double |
start |
private int |
status |
private int |
type |
private java.lang.String |
user |
Constructor and Description |
---|
FrcScenarioInformation() |
FrcScenarioInformation(int scenarioId,
java.lang.String name,
java.lang.String comments,
java.lang.String user,
double start,
double end,
int type,
int status,
boolean bOwn,
double dateModified,
double dateCreated,
int activitiesArraySize,
FrcActivity[] activities) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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(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.
|
private int scenarioId
private java.lang.String name
private java.lang.String comments
private java.lang.String user
private double start
private double end
private int type
private int status
private boolean bOwn
private double dateModified
private double dateCreated
private int activitiesArraySize
private FrcActivity[] activities
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcScenarioInformation()
public FrcScenarioInformation(int scenarioId, java.lang.String name, java.lang.String comments, java.lang.String user, double start, double end, int type, int status, boolean bOwn, double dateModified, double dateCreated, int activitiesArraySize, 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 FrcActivity[] getActivities()
public void setActivities(FrcActivity[] activities)
activities
- 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.