com.hyper9.vangaea.types.beans.admin
Interface AdminBean

All Superinterfaces:
com.hyper9.common.beans.Bean, java.io.Serializable, com.hyper9.common.beans.UniqueBean<java.lang.Integer>
All Known Subinterfaces:
AuthCookieBean, ConnectorTypeBean, LinkedCredentialBean, ServerInformationBean, UriMappingBean, UserBean
All Known Implementing Classes:
AdminBeanImpl, AuthCookieBeanImpl, ConnectorTypeBeanImpl, LinkedCredentialBeanImpl, ServerInformationBeanImpl, UriMappingBeanImpl, UserBeanImpl

public interface AdminBean
extends com.hyper9.common.beans.UniqueBean<java.lang.Integer>

A bean describing an object returned by the administrative RESTful API.

Author:
akutz

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

isDeleted

boolean isDeleted()
Gets a value indicating whether or not this bean has been deleted from the underlying table.

Returns:
A value indicating whether or not this bean has been deleted from the underlying table.

isDirty

boolean isDirty()
Gets a value indicating whether or not this bean's properties are out of sync with the data in the underlying table.

Returns:
A value indicating whether or not this bean's properties are out of sync with the data in the underlying table.

getConnection

java.sql.Connection getConnection()
Gets the underlying data connection.

Returns:
The underlying data connection.


Copyright © 2009 Hyper9. All Rights Reserved.