|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by AttributeDefinitionDO. Interface could also be implemented by a (hand-written) Business Layer class which uses AttributeDefinitionDO.
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. |
java.lang.String |
getATTROBJECTCLASS()
Get ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION |
java.math.BigDecimal |
getATTRSCALE()
Get ATTRSCALE of the GENERICATTRIBUTEDEFINITION |
java.lang.String |
getATTRTYPE()
Get ATTRTYPE of the GENERICATTRIBUTEDEFINITION |
EnumTypeDefinitionDO |
getENUMTYPEDEFINITIONOID()
Get ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION |
java.lang.String |
getKEYVALUE()
Get KEYVALUE of the GENERICATTRIBUTEDEFINITION |
java.lang.String |
getLONGNAME()
Get LONGNAME of the GENERICATTRIBUTEDEFINITION |
java.lang.String |
getSHORTNAME()
Get SHORTNAME of the GENERICATTRIBUTEDEFINITION |
boolean |
getTRANSLATEATTR()
Get TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION |
java.lang.String |
getXMLNAME()
Get XMLNAME of the GENERICATTRIBUTEDEFINITION |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS)
Set ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION |
void |
setATTRSCALE(java.math.BigDecimal ATTRSCALE)
Set ATTRSCALE of the GENERICATTRIBUTEDEFINITION |
void |
setATTRTYPE(java.lang.String ATTRTYPE)
Set ATTRTYPE of the GENERICATTRIBUTEDEFINITION |
void |
setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID)
Set ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION |
void |
setKEYVALUE(java.lang.String KEYVALUE)
Set KEYVALUE of the GENERICATTRIBUTEDEFINITION |
void |
setLONGNAME(java.lang.String LONGNAME)
Set LONGNAME of the GENERICATTRIBUTEDEFINITION |
void |
setSHORTNAME(java.lang.String SHORTNAME)
Set SHORTNAME of the GENERICATTRIBUTEDEFINITION |
void |
setTRANSLATEATTR(boolean TRANSLATEATTR)
Set TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION |
void |
setXMLNAME(java.lang.String XMLNAME)
Set XMLNAME of the GENERICATTRIBUTEDEFINITION |
Method Detail |
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 GENERICATTRIBUTEDEFINITION
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 GENERICATTRIBUTEDEFINITION
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 GENERICATTRIBUTEDEFINITION
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 GENERICATTRIBUTEDEFINITION
DataObjectException
- If the object is not found in the database.public java.math.BigDecimal getATTRSCALE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setATTRSCALE(java.math.BigDecimal ATTRSCALE) throws DataObjectException
ATTRSCALE
- of the GENERICATTRIBUTEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getATTRTYPE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setATTRTYPE(java.lang.String ATTRTYPE) throws DataObjectException
ATTRTYPE
- of the GENERICATTRIBUTEDEFINITION
DataObjectException
- If the object is not found in the database.public boolean getTRANSLATEATTR() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setTRANSLATEATTR(boolean TRANSLATEATTR) throws DataObjectException
TRANSLATEATTR
- of the GENERICATTRIBUTEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getATTROBJECTCLASS() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS) throws DataObjectException
ATTROBJECTCLASS
- of the GENERICATTRIBUTEDEFINITION
DataObjectException
- If the object is not found in the database.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 GENERICATTRIBUTEDEFINITION
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 |