public class CfgActivityShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmActivityId
Activity ID
|
protected int |
wmActivitySetId
Activity Set ID that Activity belongs to--can be zero, meaning that
Activity does not belong to any Activity Set.
|
protected java.lang.String |
wmName
Name of Activity
|
protected java.lang.String |
wmShortName
Short Name of Activity
|
protected int |
wmSiteId
Site ID that Activity belongs to
|
protected int |
wmType
Activity Type (ECfgActivityType)
|
protected int |
wmVirtualActivityId
Multi-Site Activity ID that Activity belongs to--can be zero, meaning that
Activity does not belong to any Multi-Site Activity.
|
Constructor and Description |
---|
CfgActivityShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivityId()
Gets the value of the wmActivityId property.
|
int |
getWmActivitySetId()
Gets the value of the wmActivitySetId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmVirtualActivityId()
Gets the value of the wmVirtualActivityId property.
|
int |
hashCode() |
void |
setWmActivityId(int value)
Sets the value of the wmActivityId property.
|
void |
setWmActivitySetId(int value)
Sets the value of the wmActivitySetId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmVirtualActivityId(int value)
Sets the value of the wmVirtualActivityId property.
|
java.lang.String |
toString() |
CfgActivityShort |
withWmActivityId(int value) |
CfgActivityShort |
withWmActivitySetId(int value) |
CfgActivityShort |
withWmName(java.lang.String value) |
CfgActivityShort |
withWmShortName(java.lang.String value) |
CfgActivityShort |
withWmSiteId(int value) |
CfgActivityShort |
withWmType(int value) |
CfgActivityShort |
withWmVirtualActivityId(int value) |
private static final long serialVersionUID
protected int wmActivityId
protected int wmSiteId
protected int wmVirtualActivityId
protected int wmActivitySetId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmType
public int getWmActivityId()
public void setWmActivityId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmVirtualActivityId()
public void setWmVirtualActivityId(int value)
public int getWmActivitySetId()
public void setWmActivitySetId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public int getWmType()
public void setWmType(int value)
public CfgActivityShort withWmActivityId(int value)
public CfgActivityShort withWmSiteId(int value)
public CfgActivityShort withWmVirtualActivityId(int value)
public CfgActivityShort withWmActivitySetId(int value)
public CfgActivityShort withWmName(java.lang.String value)
public CfgActivityShort withWmShortName(java.lang.String value)
public CfgActivityShort withWmType(int 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.