public class SchScenario
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
bOwn |
private SchScenarioSite[] |
schSites |
private int |
schSitesNSizeIs |
private SchScenarioSiteStatus[] |
schSiteStatus |
private int |
schSiteStatusNSizeIs |
private long |
timestamp |
private java.lang.String |
wmComments |
private double |
wmCreateDateTime |
private double |
wmEndDate |
private java.lang.String |
wmName |
private java.lang.String |
wmOwner |
private int |
wmScheduleId |
private double |
wmStartDate |
private int |
wmType |
private double |
wmUpdateDateTime |
Constructor and Description |
---|
SchScenario() |
SchScenario(int wmScheduleId,
java.lang.String wmName,
double wmStartDate,
double wmEndDate,
int wmType,
java.lang.String wmComments,
int schSitesNSizeIs,
SchScenarioSite[] schSites,
int schSiteStatusNSizeIs,
SchScenarioSiteStatus[] schSiteStatus,
double wmCreateDateTime,
double wmUpdateDateTime,
java.lang.String wmOwner,
boolean bOwn,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SchScenarioSite[] |
getSchSites()
Gets the schSites value for this SchScenario.
|
int |
getSchSitesNSizeIs()
Gets the schSitesNSizeIs value for this SchScenario.
|
SchScenarioSiteStatus[] |
getSchSiteStatus()
Gets the schSiteStatus value for this SchScenario.
|
int |
getSchSiteStatusNSizeIs()
Gets the schSiteStatusNSizeIs value for this SchScenario.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenario.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchScenario.
|
double |
getWmCreateDateTime()
Gets the wmCreateDateTime value for this SchScenario.
|
double |
getWmEndDate()
Gets the wmEndDate value for this SchScenario.
|
java.lang.String |
getWmName()
Gets the wmName value for this SchScenario.
|
java.lang.String |
getWmOwner()
Gets the wmOwner value for this SchScenario.
|
int |
getWmScheduleId()
Gets the wmScheduleId value for this SchScenario.
|
double |
getWmStartDate()
Gets the wmStartDate value for this SchScenario.
|
int |
getWmType()
Gets the wmType value for this SchScenario.
|
double |
getWmUpdateDateTime()
Gets the wmUpdateDateTime value for this SchScenario.
|
int |
hashCode() |
boolean |
isBOwn()
Gets the bOwn value for this SchScenario.
|
void |
setBOwn(boolean bOwn)
Sets the bOwn value for this SchScenario.
|
void |
setSchSites(SchScenarioSite[] schSites)
Sets the schSites value for this SchScenario.
|
void |
setSchSitesNSizeIs(int schSitesNSizeIs)
Sets the schSitesNSizeIs value for this SchScenario.
|
void |
setSchSiteStatus(SchScenarioSiteStatus[] schSiteStatus)
Sets the schSiteStatus value for this SchScenario.
|
void |
setSchSiteStatusNSizeIs(int schSiteStatusNSizeIs)
Sets the schSiteStatusNSizeIs value for this SchScenario.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenario.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchScenario.
|
void |
setWmCreateDateTime(double wmCreateDateTime)
Sets the wmCreateDateTime value for this SchScenario.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this SchScenario.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this SchScenario.
|
void |
setWmOwner(java.lang.String wmOwner)
Sets the wmOwner value for this SchScenario.
|
void |
setWmScheduleId(int wmScheduleId)
Sets the wmScheduleId value for this SchScenario.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this SchScenario.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchScenario.
|
void |
setWmUpdateDateTime(double wmUpdateDateTime)
Sets the wmUpdateDateTime value for this SchScenario.
|
private int wmScheduleId
private java.lang.String wmName
private double wmStartDate
private double wmEndDate
private int wmType
private java.lang.String wmComments
private int schSitesNSizeIs
private SchScenarioSite[] schSites
private int schSiteStatusNSizeIs
private SchScenarioSiteStatus[] schSiteStatus
private double wmCreateDateTime
private double wmUpdateDateTime
private java.lang.String wmOwner
private boolean bOwn
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchScenario()
public SchScenario(int wmScheduleId, java.lang.String wmName, double wmStartDate, double wmEndDate, int wmType, java.lang.String wmComments, int schSitesNSizeIs, SchScenarioSite[] schSites, int schSiteStatusNSizeIs, SchScenarioSiteStatus[] schSiteStatus, double wmCreateDateTime, double wmUpdateDateTime, java.lang.String wmOwner, boolean bOwn, long timestamp)
public int getWmScheduleId()
public void setWmScheduleId(int wmScheduleId)
wmScheduleId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public int getWmType()
public void setWmType(int wmType)
wmType
- public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- public int getSchSitesNSizeIs()
public void setSchSitesNSizeIs(int schSitesNSizeIs)
schSitesNSizeIs
- public SchScenarioSite[] getSchSites()
public void setSchSites(SchScenarioSite[] schSites)
schSites
- public int getSchSiteStatusNSizeIs()
public void setSchSiteStatusNSizeIs(int schSiteStatusNSizeIs)
schSiteStatusNSizeIs
- public SchScenarioSiteStatus[] getSchSiteStatus()
public void setSchSiteStatus(SchScenarioSiteStatus[] schSiteStatus)
schSiteStatus
- public double getWmCreateDateTime()
public void setWmCreateDateTime(double wmCreateDateTime)
wmCreateDateTime
- public double getWmUpdateDateTime()
public void setWmUpdateDateTime(double wmUpdateDateTime)
wmUpdateDateTime
- public java.lang.String getWmOwner()
public void setWmOwner(java.lang.String wmOwner)
wmOwner
- public boolean isBOwn()
public void setBOwn(boolean bOwn)
bOwn
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.