|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminBean
A bean describing an object returned by the administrative RESTful API.
| Method Summary | |
|---|---|
java.sql.Connection |
getConnection()
Gets the underlying data connection. |
boolean |
isDeleted()
Gets a value indicating whether or not this bean has been deleted from the underlying table. |
boolean |
isDirty()
Gets a value indicating whether or not this bean's properties are out of sync with the data in the underlying table. |
| Methods inherited from interface com.hyper9.common.beans.UniqueBean |
|---|
getID, setID |
| Methods inherited from interface com.hyper9.common.beans.Bean |
|---|
toString, toString, toString, toString |
| Method Detail |
|---|
boolean isDeleted()
boolean isDirty()
java.sql.Connection getConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||