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

All Superinterfaces:
AdminBean, com.hyper9.common.beans.Bean, java.io.Serializable, com.hyper9.common.beans.UniqueBean<java.lang.Integer>
All Known Implementing Classes:
UriMappingBeanImpl

public interface UriMappingBean
extends AdminBean

A bean describing a row in the tbl_uri_ids table.

Author:
akutz

Method Summary
 java.util.Date getCreated()
          Gets the date when this entry was created.
 java.lang.String getObjectID()
          Gets the object's ID.
 int getServerID()
          Gets the server ID.
 void setCreated(java.util.Date toSet)
          Sets the date when this entry was created.
 void setObjectID(java.lang.String toSet)
          Sets the object's ID.
 void setServerID(int toSet)
          Sets the server ID.
 
Methods inherited from interface com.hyper9.vangaea.types.beans.admin.AdminBean
getConnection, isDeleted, isDirty
 
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

getObjectID

java.lang.String getObjectID()
Gets the object's ID.

Returns:
The object's ID.

setObjectID

void setObjectID(java.lang.String toSet)
Sets the object's ID.

Parameters:
toSet - The object's ID.

getServerID

int getServerID()
Gets the server ID.

Returns:
The server ID.

setServerID

void setServerID(int toSet)
Sets the server ID.

Parameters:
toSet - The server ID.

getCreated

java.util.Date getCreated()
Gets the date when this entry was created.

Returns:
The date when this entry was created.

setCreated

void setCreated(java.util.Date toSet)
Sets the date when this entry was created.

Parameters:
toSet - The date when this entry was created.


Copyright © 2009 Hyper9. All Rights Reserved.