public class CfgTimeOffTypeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
wmName
Time Off Type Name
|
private boolean |
wmPaid
Is Time Off paid? (true/false)
|
private java.lang.String |
wmShortName
Time Off Type Short Name
|
private int |
wmSiteId
Site ID, identifies
CfgSite object |
private int |
wmTimeOffTypeId
Time Off Type ID
|
Constructor and Description |
---|
CfgTimeOffTypeShort() |
CfgTimeOffTypeShort(int wmTimeOffTypeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmPaid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmName()
Gets the wmName value for this CfgTimeOffTypeShort.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgTimeOffTypeShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgTimeOffTypeShort.
|
int |
getWmTimeOffTypeId()
Gets the wmTimeOffTypeId value for this CfgTimeOffTypeShort.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the wmPaid value for this CfgTimeOffTypeShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTimeOffTypeShort.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgTimeOffTypeShort.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgTimeOffTypeShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgTimeOffTypeShort.
|
void |
setWmTimeOffTypeId(int wmTimeOffTypeId)
Sets the wmTimeOffTypeId value for this CfgTimeOffTypeShort.
|
private int wmTimeOffTypeId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private boolean wmPaid
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimeOffTypeShort()
public CfgTimeOffTypeShort(int wmTimeOffTypeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmPaid)
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int wmTimeOffTypeId)
wmTimeOffTypeId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName
- public boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- 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.