public class CfgAuditField
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.lang.String |
wmField |
protected double |
wmNewValueDateTime |
protected double |
wmNewValueFloat |
protected boolean |
wmNewValueFloatIsNull |
protected int |
wmNewValueInt |
protected boolean |
wmNewValueIntIsNull |
protected java.lang.String |
wmNewValueVChar |
protected double |
wmOldValueDateTime |
protected double |
wmOldValueFloat |
protected boolean |
wmOldValueFloatIsNull |
protected int |
wmOldValueInt |
protected boolean |
wmOldValueIntIsNull |
protected java.lang.String |
wmOldValueVChar |
protected java.lang.String |
wmRef2Field |
protected java.lang.String |
wmRef2Table |
protected int |
wmRef2ValueInt |
protected boolean |
wmRef2ValueIntIsNull |
protected java.lang.String |
wmRef2ValueVChar |
protected java.lang.String |
wmRefField |
protected java.lang.String |
wmRefTable |
protected int |
wmRefValueInt |
protected boolean |
wmRefValueIntIsNull |
protected java.lang.String |
wmRefValueVChar |
protected java.lang.String |
wmTable |
Constructor and Description |
---|
CfgAuditField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getWmField()
Gets the value of the wmField property.
|
double |
getWmNewValueDateTime()
Gets the value of the wmNewValueDateTime property.
|
double |
getWmNewValueFloat()
Gets the value of the wmNewValueFloat property.
|
int |
getWmNewValueInt()
Gets the value of the wmNewValueInt property.
|
java.lang.String |
getWmNewValueVChar()
Gets the value of the wmNewValueVChar property.
|
double |
getWmOldValueDateTime()
Gets the value of the wmOldValueDateTime property.
|
double |
getWmOldValueFloat()
Gets the value of the wmOldValueFloat property.
|
int |
getWmOldValueInt()
Gets the value of the wmOldValueInt property.
|
java.lang.String |
getWmOldValueVChar()
Gets the value of the wmOldValueVChar property.
|
java.lang.String |
getWmRef2Field()
Gets the value of the wmRef2Field property.
|
java.lang.String |
getWmRef2Table()
Gets the value of the wmRef2Table property.
|
int |
getWmRef2ValueInt()
Gets the value of the wmRef2ValueInt property.
|
java.lang.String |
getWmRef2ValueVChar()
Gets the value of the wmRef2ValueVChar property.
|
java.lang.String |
getWmRefField()
Gets the value of the wmRefField property.
|
java.lang.String |
getWmRefTable()
Gets the value of the wmRefTable property.
|
int |
getWmRefValueInt()
Gets the value of the wmRefValueInt property.
|
java.lang.String |
getWmRefValueVChar()
Gets the value of the wmRefValueVChar property.
|
java.lang.String |
getWmTable()
Gets the value of the wmTable property.
|
int |
hashCode() |
boolean |
isWmNewValueFloatIsNull()
Gets the value of the wmNewValueFloatIsNull property.
|
boolean |
isWmNewValueIntIsNull()
Gets the value of the wmNewValueIntIsNull property.
|
boolean |
isWmOldValueFloatIsNull()
Gets the value of the wmOldValueFloatIsNull property.
|
boolean |
isWmOldValueIntIsNull()
Gets the value of the wmOldValueIntIsNull property.
|
boolean |
isWmRef2ValueIntIsNull()
Gets the value of the wmRef2ValueIntIsNull property.
|
boolean |
isWmRefValueIntIsNull()
Gets the value of the wmRefValueIntIsNull property.
|
void |
setWmField(java.lang.String value)
Sets the value of the wmField property.
|
void |
setWmNewValueDateTime(double value)
Sets the value of the wmNewValueDateTime property.
|
void |
setWmNewValueFloat(double value)
Sets the value of the wmNewValueFloat property.
|
void |
setWmNewValueFloatIsNull(boolean value)
Sets the value of the wmNewValueFloatIsNull property.
|
void |
setWmNewValueInt(int value)
Sets the value of the wmNewValueInt property.
|
void |
setWmNewValueIntIsNull(boolean value)
Sets the value of the wmNewValueIntIsNull property.
|
void |
setWmNewValueVChar(java.lang.String value)
Sets the value of the wmNewValueVChar property.
|
void |
setWmOldValueDateTime(double value)
Sets the value of the wmOldValueDateTime property.
|
void |
setWmOldValueFloat(double value)
Sets the value of the wmOldValueFloat property.
|
void |
setWmOldValueFloatIsNull(boolean value)
Sets the value of the wmOldValueFloatIsNull property.
|
void |
setWmOldValueInt(int value)
Sets the value of the wmOldValueInt property.
|
void |
setWmOldValueIntIsNull(boolean value)
Sets the value of the wmOldValueIntIsNull property.
|
void |
setWmOldValueVChar(java.lang.String value)
Sets the value of the wmOldValueVChar property.
|
void |
setWmRef2Field(java.lang.String value)
Sets the value of the wmRef2Field property.
|
void |
setWmRef2Table(java.lang.String value)
Sets the value of the wmRef2Table property.
|
void |
setWmRef2ValueInt(int value)
Sets the value of the wmRef2ValueInt property.
|
void |
setWmRef2ValueIntIsNull(boolean value)
Sets the value of the wmRef2ValueIntIsNull property.
|
void |
setWmRef2ValueVChar(java.lang.String value)
Sets the value of the wmRef2ValueVChar property.
|
void |
setWmRefField(java.lang.String value)
Sets the value of the wmRefField property.
|
void |
setWmRefTable(java.lang.String value)
Sets the value of the wmRefTable property.
|
void |
setWmRefValueInt(int value)
Sets the value of the wmRefValueInt property.
|
void |
setWmRefValueIntIsNull(boolean value)
Sets the value of the wmRefValueIntIsNull property.
|
void |
setWmRefValueVChar(java.lang.String value)
Sets the value of the wmRefValueVChar property.
|
void |
setWmTable(java.lang.String value)
Sets the value of the wmTable property.
|
java.lang.String |
toString() |
CfgAuditField |
withWmField(java.lang.String value) |
CfgAuditField |
withWmNewValueDateTime(double value) |
CfgAuditField |
withWmNewValueFloat(double value) |
CfgAuditField |
withWmNewValueFloatIsNull(boolean value) |
CfgAuditField |
withWmNewValueInt(int value) |
CfgAuditField |
withWmNewValueIntIsNull(boolean value) |
CfgAuditField |
withWmNewValueVChar(java.lang.String value) |
CfgAuditField |
withWmOldValueDateTime(double value) |
CfgAuditField |
withWmOldValueFloat(double value) |
CfgAuditField |
withWmOldValueFloatIsNull(boolean value) |
CfgAuditField |
withWmOldValueInt(int value) |
CfgAuditField |
withWmOldValueIntIsNull(boolean value) |
CfgAuditField |
withWmOldValueVChar(java.lang.String value) |
CfgAuditField |
withWmRef2Field(java.lang.String value) |
CfgAuditField |
withWmRef2Table(java.lang.String value) |
CfgAuditField |
withWmRef2ValueInt(int value) |
CfgAuditField |
withWmRef2ValueIntIsNull(boolean value) |
CfgAuditField |
withWmRef2ValueVChar(java.lang.String value) |
CfgAuditField |
withWmRefField(java.lang.String value) |
CfgAuditField |
withWmRefTable(java.lang.String value) |
CfgAuditField |
withWmRefValueInt(int value) |
CfgAuditField |
withWmRefValueIntIsNull(boolean value) |
CfgAuditField |
withWmRefValueVChar(java.lang.String value) |
CfgAuditField |
withWmTable(java.lang.String value) |
private static final long serialVersionUID
protected java.lang.String wmTable
protected java.lang.String wmField
protected int wmNewValueInt
protected boolean wmNewValueIntIsNull
protected int wmOldValueInt
protected boolean wmOldValueIntIsNull
protected double wmOldValueFloat
protected boolean wmOldValueFloatIsNull
protected double wmNewValueFloat
protected boolean wmNewValueFloatIsNull
protected double wmNewValueDateTime
protected double wmOldValueDateTime
protected java.lang.String wmNewValueVChar
protected java.lang.String wmOldValueVChar
protected java.lang.String wmRefTable
protected java.lang.String wmRefField
protected int wmRefValueInt
protected boolean wmRefValueIntIsNull
protected java.lang.String wmRefValueVChar
protected java.lang.String wmRef2Table
protected java.lang.String wmRef2Field
protected int wmRef2ValueInt
protected boolean wmRef2ValueIntIsNull
protected java.lang.String wmRef2ValueVChar
public java.lang.String getWmTable()
String
public void setWmTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmField()
String
public void setWmField(java.lang.String value)
value
- allowed object is
String
public int getWmNewValueInt()
public void setWmNewValueInt(int value)
public boolean isWmNewValueIntIsNull()
public void setWmNewValueIntIsNull(boolean value)
public int getWmOldValueInt()
public void setWmOldValueInt(int value)
public boolean isWmOldValueIntIsNull()
public void setWmOldValueIntIsNull(boolean value)
public double getWmOldValueFloat()
public void setWmOldValueFloat(double value)
public boolean isWmOldValueFloatIsNull()
public void setWmOldValueFloatIsNull(boolean value)
public double getWmNewValueFloat()
public void setWmNewValueFloat(double value)
public boolean isWmNewValueFloatIsNull()
public void setWmNewValueFloatIsNull(boolean value)
public double getWmNewValueDateTime()
public void setWmNewValueDateTime(double value)
public double getWmOldValueDateTime()
public void setWmOldValueDateTime(double value)
public java.lang.String getWmNewValueVChar()
String
public void setWmNewValueVChar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmOldValueVChar()
String
public void setWmOldValueVChar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmRefTable()
String
public void setWmRefTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmRefField()
String
public void setWmRefField(java.lang.String value)
value
- allowed object is
String
public int getWmRefValueInt()
public void setWmRefValueInt(int value)
public boolean isWmRefValueIntIsNull()
public void setWmRefValueIntIsNull(boolean value)
public java.lang.String getWmRefValueVChar()
String
public void setWmRefValueVChar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmRef2Table()
String
public void setWmRef2Table(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmRef2Field()
String
public void setWmRef2Field(java.lang.String value)
value
- allowed object is
String
public int getWmRef2ValueInt()
public void setWmRef2ValueInt(int value)
public boolean isWmRef2ValueIntIsNull()
public void setWmRef2ValueIntIsNull(boolean value)
public java.lang.String getWmRef2ValueVChar()
String
public void setWmRef2ValueVChar(java.lang.String value)
value
- allowed object is
String
public CfgAuditField withWmTable(java.lang.String value)
public CfgAuditField withWmField(java.lang.String value)
public CfgAuditField withWmNewValueInt(int value)
public CfgAuditField withWmNewValueIntIsNull(boolean value)
public CfgAuditField withWmOldValueInt(int value)
public CfgAuditField withWmOldValueIntIsNull(boolean value)
public CfgAuditField withWmOldValueFloat(double value)
public CfgAuditField withWmOldValueFloatIsNull(boolean value)
public CfgAuditField withWmNewValueFloat(double value)
public CfgAuditField withWmNewValueFloatIsNull(boolean value)
public CfgAuditField withWmNewValueDateTime(double value)
public CfgAuditField withWmOldValueDateTime(double value)
public CfgAuditField withWmNewValueVChar(java.lang.String value)
public CfgAuditField withWmOldValueVChar(java.lang.String value)
public CfgAuditField withWmRefTable(java.lang.String value)
public CfgAuditField withWmRefField(java.lang.String value)
public CfgAuditField withWmRefValueInt(int value)
public CfgAuditField withWmRefValueIntIsNull(boolean value)
public CfgAuditField withWmRefValueVChar(java.lang.String value)
public CfgAuditField withWmRef2Table(java.lang.String value)
public CfgAuditField withWmRef2Field(java.lang.String value)
public CfgAuditField withWmRef2ValueInt(int value)
public CfgAuditField withWmRef2ValueIntIsNull(boolean value)
public CfgAuditField withWmRef2ValueVChar(java.lang.String 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.