public class CfgMetadata
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmCfgEnumId
An enumerator ID value if wmFieldType is CFG_FIELD_TYPE_ENUM
|
protected int |
wmCfgMetadataId
Unique metadata ID
|
protected java.lang.String |
wmDescription
Human readable description
|
protected java.lang.String |
wmField
Database field name
|
protected int |
wmFieldType
Field Type
ECfgFieldType |
protected int |
wmObjectType
Object Type
ECfgObjectType |
protected java.lang.String |
wmTable
Database table name
|
Constructor and Description |
---|
CfgMetadata() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmCfgEnumId()
Gets the value of the wmCfgEnumId property.
|
int |
getWmCfgMetadataId()
Gets the value of the wmCfgMetadataId property.
|
java.lang.String |
getWmDescription()
Gets the value of the wmDescription property.
|
java.lang.String |
getWmField()
Gets the value of the wmField property.
|
int |
getWmFieldType()
Gets the value of the wmFieldType property.
|
int |
getWmObjectType()
Gets the value of the wmObjectType property.
|
java.lang.String |
getWmTable()
Gets the value of the wmTable property.
|
int |
hashCode() |
void |
setWmCfgEnumId(int value)
Sets the value of the wmCfgEnumId property.
|
void |
setWmCfgMetadataId(int value)
Sets the value of the wmCfgMetadataId property.
|
void |
setWmDescription(java.lang.String value)
Sets the value of the wmDescription property.
|
void |
setWmField(java.lang.String value)
Sets the value of the wmField property.
|
void |
setWmFieldType(int value)
Sets the value of the wmFieldType property.
|
void |
setWmObjectType(int value)
Sets the value of the wmObjectType property.
|
void |
setWmTable(java.lang.String value)
Sets the value of the wmTable property.
|
java.lang.String |
toString() |
CfgMetadata |
withWmCfgEnumId(int value) |
CfgMetadata |
withWmCfgMetadataId(int value) |
CfgMetadata |
withWmDescription(java.lang.String value) |
CfgMetadata |
withWmField(java.lang.String value) |
CfgMetadata |
withWmFieldType(int value) |
CfgMetadata |
withWmObjectType(int value) |
CfgMetadata |
withWmTable(java.lang.String value) |
private static final long serialVersionUID
protected int wmCfgMetadataId
protected java.lang.String wmTable
protected java.lang.String wmField
protected int wmObjectType
ECfgObjectType
protected int wmFieldType
ECfgFieldType
protected int wmCfgEnumId
protected java.lang.String wmDescription
public int getWmCfgMetadataId()
public void setWmCfgMetadataId(int value)
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 getWmObjectType()
public void setWmObjectType(int value)
public int getWmFieldType()
public void setWmFieldType(int value)
public int getWmCfgEnumId()
public void setWmCfgEnumId(int value)
public java.lang.String getWmDescription()
String
public void setWmDescription(java.lang.String value)
value
- allowed object is
String
public CfgMetadata withWmCfgMetadataId(int value)
public CfgMetadata withWmTable(java.lang.String value)
public CfgMetadata withWmField(java.lang.String value)
public CfgMetadata withWmObjectType(int value)
public CfgMetadata withWmFieldType(int value)
public CfgMetadata withWmCfgEnumId(int value)
public CfgMetadata withWmDescription(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.