|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by EnumValueDefinitionDO. Interface could also be implemented by a (hand-written) Business Layer class which uses EnumValueDefinitionDO.
Method Summary | |
void |
commit()
Deprecated. Use save() instead. |
void |
commit(DBTransaction dbt)
Deprecated. Use save() instead. |
void |
delete()
Deletes the DO from its table. |
void |
delete(DBTransaction dbt)
Deletes the DO from its table. |
boolean |
getBEGINSTATE()
Get BEGINSTATE of the GENERICENUMVALUEDEFINITION |
boolean |
getENDSTATE()
Get ENDSTATE of the GENERICENUMVALUEDEFINITION |
EnumTypeDefinitionDO |
getENUMTYPEDEFINITIONOID()
Get ENUMTYPEDEFINITIONOID of the GENERICENUMVALUEDEFINITION |
java.lang.String |
getKEYVALUE()
Get KEYVALUE of the GENERICENUMVALUEDEFINITION |
java.lang.String |
getLONGNAME()
Get LONGNAME of the GENERICENUMVALUEDEFINITION |
java.lang.String |
getSHORTNAME()
Get SHORTNAME of the GENERICENUMVALUEDEFINITION |
java.lang.String |
getXMLNAME()
Get XMLNAME of the GENERICENUMVALUEDEFINITION |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setBEGINSTATE(boolean BEGINSTATE)
Set BEGINSTATE of the GENERICENUMVALUEDEFINITION |
void |
setENDSTATE(boolean ENDSTATE)
Set ENDSTATE of the GENERICENUMVALUEDEFINITION |
void |
setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID)
Set ENUMTYPEDEFINITIONOID of the GENERICENUMVALUEDEFINITION |
void |
setKEYVALUE(java.lang.String KEYVALUE)
Set KEYVALUE of the GENERICENUMVALUEDEFINITION |
void |
setLONGNAME(java.lang.String LONGNAME)
Set LONGNAME of the GENERICENUMVALUEDEFINITION |
void |
setSHORTNAME(java.lang.String SHORTNAME)
Set SHORTNAME of the GENERICENUMVALUEDEFINITION |
void |
setXMLNAME(java.lang.String XMLNAME)
Set XMLNAME of the GENERICENUMVALUEDEFINITION |
Method Detail |
public EnumTypeDefinitionDO getENUMTYPEDEFINITIONOID() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID) throws DataObjectException
ENUMTYPEDEFINITIONOID
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public boolean getBEGINSTATE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setBEGINSTATE(boolean BEGINSTATE) throws DataObjectException
BEGINSTATE
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public boolean getENDSTATE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setENDSTATE(boolean ENDSTATE) throws DataObjectException
ENDSTATE
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getLONGNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setLONGNAME(java.lang.String LONGNAME) throws DataObjectException
LONGNAME
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getSHORTNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setSHORTNAME(java.lang.String SHORTNAME) throws DataObjectException
SHORTNAME
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getKEYVALUE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setKEYVALUE(java.lang.String KEYVALUE) throws DataObjectException
KEYVALUE
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getXMLNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setXMLNAME(java.lang.String XMLNAME) throws DataObjectException
XMLNAME
- of the GENERICENUMVALUEDEFINITION
DataObjectException
- If the object is not found in the database.public void save() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void save(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
public void commit() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void commit(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
public void delete() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void delete(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |