|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDictionaryEntry | |
|---|---|
| com.bristle.javalib.sql.bristle | |
| com.bristle.javalib.sql.dictionary | |
| Uses of AbstractDictionaryEntry in com.bristle.javalib.sql.bristle |
|---|
| Methods in com.bristle.javalib.sql.bristle that return AbstractDictionaryEntry | |
|---|---|
AbstractDictionaryEntry |
AbstractStandardTableBackedObject.getStatus()
Get the status. |
| Methods in com.bristle.javalib.sql.bristle with parameters of type AbstractDictionaryEntry | |
|---|---|
void |
AbstractStandardTableBackedObject.setStatus(AbstractDictionaryEntry objVal)
Set the status. |
| Uses of AbstractDictionaryEntry in com.bristle.javalib.sql.dictionary |
|---|
| Methods in com.bristle.javalib.sql.dictionary that return AbstractDictionaryEntry | |
|---|---|
AbstractDictionaryEntry |
AbstractDictionaryEntry.getInternalCategory()
Get the internal category. |
| Methods in com.bristle.javalib.sql.dictionary with parameters of type AbstractDictionaryEntry | |
|---|---|
void |
AbstractDictionaryEntry.setAll(int intId,
AbstractDictionaryEntry internalCategory,
String strCategory,
String strTerm,
String strDefinition,
String strNotes,
String strCreateUser,
String strCreateDT,
String strUpdateUser,
String strUpdateDT,
AbstractDictionaryEntry status)
Set all properties. |
void |
AbstractDictionaryEntry.setInternalCategory(AbstractDictionaryEntry objVal)
Set the internal category. |
void |
AbstractDictionaryEntry.shallowCopyFrom(AbstractDictionaryEntry objFrom)
Do a shallow copy of all properties from the specified object. |
| Constructors in com.bristle.javalib.sql.dictionary with parameters of type AbstractDictionaryEntry | |
|---|---|
AbstractDictionaryEntry(int intId,
AbstractDictionaryEntry internalCategory,
String strCategory,
String strTerm,
String strDefinition,
String strNotes,
String strCreateUser,
String strCreateDT,
String strUpdateUser,
String strUpdateDT,
AbstractDictionaryEntry status)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||