public class Deprecation extends CsvDb
BAD_DOUBLE, BAD_INTEGER
Constructor and Description |
---|
Deprecation(int arg_deprecationId,
java.lang.String arg_deprecationDate,
double arg_changeId,
java.lang.String arg_objectTableName,
int arg_objectCode,
int arg_replacedBy,
java.lang.String arg_deprecationReason)
The constructor
* @param arg_deprecationId The deprecationId argument
|
Deprecation(java.util.List tuple)
The list based constructor
|
Modifier and Type | Method and Description |
---|---|
static Deprecation |
findDeprecationId(int value)
Find the Deprecation object with the deprecationId value == the given value
|
double |
findDoubleByName(java.lang.String varname)
Return the double value by name
|
int |
findIntByName(java.lang.String varname)
Return the integer value by name
|
java.lang.String |
findStringByName(java.lang.String varname)
Return the String value by name
|
double |
getChangeId()
Return the changeId property.
|
java.lang.String |
getDeprecationDate()
Return the deprecationDate property.
|
int |
getDeprecationId()
Return the deprecationId property.
|
java.lang.String |
getDeprecationReason()
Return the deprecationReason property.
|
int |
getObjectCode()
Return the objectCode property.
|
java.lang.String |
getObjectTableName()
Return the objectTableName property.
|
int |
getReplacedBy()
Return the replacedBy property.
|
static void |
main(java.lang.String[] args)
Implement main
|
java.lang.String |
toString()
Override toString
|
public Deprecation(int arg_deprecationId, java.lang.String arg_deprecationDate, double arg_changeId, java.lang.String arg_objectTableName, int arg_objectCode, int arg_replacedBy, java.lang.String arg_deprecationReason)
arg_deprecationDate
- The deprecationDate argumentarg_changeId
- The changeId argumentarg_objectTableName
- The objectTableName argumentarg_objectCode
- The objectCode argumentarg_replacedBy
- The replacedBy argumentarg_deprecationReason
- The deprecationReason argumentpublic Deprecation(java.util.List tuple)
tuple
- The listpublic int getDeprecationId()
public java.lang.String getDeprecationDate()
public double getChangeId()
public java.lang.String getObjectTableName()
public int getObjectCode()
public int getReplacedBy()
public java.lang.String getDeprecationReason()
public static Deprecation findDeprecationId(int value)
value
- _more_public int findIntByName(java.lang.String varname)
varname
- The namepublic double findDoubleByName(java.lang.String varname)
varname
- The namepublic java.lang.String findStringByName(java.lang.String varname)
varname
- The namepublic java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
args
- The args