Skip navigation links
A C G I O S 

A

AbstractEntity<IDT extends Serializable> - Class in org.gomoob.model
Abstract class to be extended by Java entities mapped to a database.
AbstractEntity() - Constructor for class org.gomoob.model.AbstractEntity
 
AbstractEntityWithCreationDate<IDT extends Serializable> - Class in org.gomoob.model
Abstract class to extends to implement entities having a creation date.
AbstractEntityWithCreationDate() - Constructor for class org.gomoob.model.AbstractEntityWithCreationDate
 
AbstractEntityWithCreationDateAndUpdateDate<IDT extends Serializable> - Class in org.gomoob.model
Abstract class to extends to implement entities having both a creation date and an update date.
AbstractEntityWithCreationDateAndUpdateDate() - Constructor for class org.gomoob.model.AbstractEntityWithCreationDateAndUpdateDate
 

C

creationDate - Variable in class org.gomoob.model.AbstractEntityWithCreationDate
The creation date of the entity.

G

get(String) - Method in class org.gomoob.model.AbstractEntity
Gets the value of an attribute of this entity by reflection.
get(String) - Method in interface org.gomoob.model.IEntity
Gets the value of an attribute of this entity by reflection.
getCreationDate() - Method in class org.gomoob.model.AbstractEntityWithCreationDate
Gets the creation date of the entity.
getCreationDate() - Method in interface org.gomoob.model.IEntityWithCreationDate
Gets the creation date of the entity.
getId() - Method in class org.gomoob.model.AbstractEntity
Gets the technical identifier of the entity.
getId() - Method in interface org.gomoob.model.IEntity
Gets the technical identifier of the entity.
getUpdateDate() - Method in class org.gomoob.model.AbstractEntityWithCreationDateAndUpdateDate
Gets the update date of the entity.
getUpdateDate() - Method in interface org.gomoob.model.IEntityWithCreationDateAndUpdateDate
Gets the update date of the entity.

I

id - Variable in class org.gomoob.model.AbstractEntity
Technical identifier of the entity.
IEntity<IDT extends Serializable> - Interface in org.gomoob.model
Interface which represents a Business Entity.
IEntityWithCreationDate<IDT extends Serializable> - Interface in org.gomoob.model
Interface which represents a an entity having a creation date.
IEntityWithCreationDateAndUpdateDate<IDT extends Serializable> - Interface in org.gomoob.model
Interface which represents a an entity having a both a creation date and an update date.

O

org.gomoob.model - package org.gomoob.model
 

S

set(String, Object) - Method in class org.gomoob.model.AbstractEntity
Sets the value of an attribute of this entity by reflection.
set(String, Object) - Method in interface org.gomoob.model.IEntity
Sets the value of an attribute of this entity by reflection.
setCreationDate(Date) - Method in class org.gomoob.model.AbstractEntityWithCreationDate
Sets the creation date of the entity.
setCreationDate(Date) - Method in interface org.gomoob.model.IEntityWithCreationDate
Sets the creation date of the entity.
setId(IDT) - Method in class org.gomoob.model.AbstractEntity
Sets the technical identifier of the entity.
setId(IDT) - Method in interface org.gomoob.model.IEntity
Sets the technical identifier of the entity.
setUpdateDate(Date) - Method in class org.gomoob.model.AbstractEntityWithCreationDateAndUpdateDate
Sets the update date of the entity.
setUpdateDate(Date) - Method in interface org.gomoob.model.IEntityWithCreationDateAndUpdateDate
Sets the update date of the entity.
A C G I O S 
Skip navigation links

Copyright © 2017 GOMOOB. All rights reserved.