public class CfgReportTaskShort
extends java.lang.Object
implements java.io.Serializable
CfgReportTask
Modifier and Type | Field and Description |
---|---|
private int |
gswUserId
An ID of user that owns Report Task
CfgUser |
private java.lang.String |
wmName
Name of report
|
(package private) int |
wmReportTaskId
Report Task unique ID
|
private int |
wmReportType
Report Type
|
private int |
wmStatus
Report status
ECfgReportTaskStatus |
Constructor and Description |
---|
CfgReportTaskShort() |
CfgReportTaskShort(int wmReportTaskId,
int wmReportType,
java.lang.String wmName,
int wmStatus,
int gswUserId) |
Modifier and Type | Method and Description |
---|---|
int |
getGswUserId()
Gets the gswUserId value for this CfgReportTaskShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgReportTaskShort.
|
int |
getWmReportTaskId()
Gets the wmReportTaskId value for this CfgReportTaskShort.
|
int |
getWmReportType()
Gets the wmReportType value for this CfgReportTaskShort.
|
int |
getWmStatus()
Gets the wmStatus value for this CfgReportTaskShort.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this CfgReportTaskShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgReportTaskShort.
|
void |
setWmReportTaskId(int wmReportTaskId)
Sets the wmReportTaskId value for this CfgReportTaskShort.
|
void |
setWmReportType(int wmReportType)
Sets the wmReportType value for this CfgReportTaskShort.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this CfgReportTaskShort.
|
int wmReportTaskId
private int wmReportType
private java.lang.String wmName
private int wmStatus
ECfgReportTaskStatus
private int gswUserId
CfgUser
public CfgReportTaskShort()
public CfgReportTaskShort(int wmReportTaskId, int wmReportType, java.lang.String wmName, int wmStatus, int gswUserId)
public int getWmReportTaskId()
public void setWmReportTaskId(int wmReportTaskId)
wmReportTaskId
- public int getWmReportType()
public void setWmReportType(int wmReportType)
wmReportType
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmStatus()
public void setWmStatus(int wmStatus)
wmStatus
- public int getGswUserId()
public void setGswUserId(int gswUserId)
gswUserId
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.