|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.beans.dynamic.data.DynamicEnumeration
public class DynamicEnumeration
Represents a record found in the Dynamic Enumerations Tables (such as TissueDiagnosisEnums)
| Constructor Summary | |
|---|---|
DynamicEnumeration(int id,
int fieldID,
java.lang.String value)
Initializes this class. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getFieldID()
Returns the FieldID of the field to which this enumeration belongs |
int |
getID()
Returns the primary key of this record |
MetaObject |
getRenamedCopy(java.lang.String newName)
Returns the same MetaObject, except with a different name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicEnumeration(int id,
int fieldID,
java.lang.String value)
id - the EnumID field in table xxxEnumerationsfieldID - the FieldID field in table xxxEnumerationsvalue - the EnumName field in table xxxEnumerations| Method Detail |
|---|
public final int getID()
getID in interface MetaObjectpublic final java.lang.String toString()
toString in class java.lang.Objectpublic final int getFieldID()
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final MetaObject getRenamedCopy(java.lang.String newName)
MetaObject
getRenamedCopy in interface MetaObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||