|
||||||||||
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 |
---|
Fields in com.bristle.javalib.sql.bristle declared as AbstractDictionaryEntry | |
---|---|
private AbstractDictionaryEntry |
AbstractStandardTableBackedObject.m_status
|
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 | |
---|---|
protected void |
AbstractStandardTableBackedObject.setAll(int intId,
String strCreateUser,
String strCreateDT,
String strUpdateUser,
String strUpdateDT,
AbstractDictionaryEntry status)
Set all properties. |
void |
AbstractStandardTableBackedObject.setStatus(AbstractDictionaryEntry objVal)
Set the status. |
Uses of AbstractDictionaryEntry in com.bristle.javalib.sql.dictionary |
---|
Fields in com.bristle.javalib.sql.dictionary declared as AbstractDictionaryEntry | |
---|---|
private AbstractDictionaryEntry |
AbstractDictionaryEntry.m_internalCategory
|
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 |