A C D E G H I L M N O P R S T U V 
All Classes All Packages

A

AbstractAuditEntity<T> - Class in hu.icellmobilsoft.coffee.model.base
Base class for audited entities.
AbstractAuditEntity<T extends Serializable> - Class in hu.icellmobilsoft.coffee.model.base.javatime
Base class for audited (X__INSDATE, X__MODDATE, X__INSUSER, X__MODUSER) entities.
AbstractAuditEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Default constructor, constructs a new object.
AbstractAuditEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Default constructor, constructs a new object.
AbstractAuditEntity_ - Class in hu.icellmobilsoft.coffee.model.base
 
AbstractAuditEntity_ - Class in hu.icellmobilsoft.coffee.model.base.javatime
 
AbstractAuditEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
AbstractAuditEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
AbstractEntity - Class in hu.icellmobilsoft.coffee.model.base
Base class for all entities.
AbstractEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractEntity
Default constructor, constructs a new object.
AbstractEntity_ - Class in hu.icellmobilsoft.coffee.model.base
 
AbstractEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractEntity_
 
AbstractHistoryEntity - Class in hu.icellmobilsoft.coffee.model.base.history
Abstract entity class for history tables
AbstractHistoryEntity - Class in hu.icellmobilsoft.coffee.model.base.javatime.history
Abstract entity class for history tables
AbstractHistoryEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
Default constructor, constructs a new object.
AbstractHistoryEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity
Default constructor, constructs a new object.
AbstractHistoryEntity_ - Class in hu.icellmobilsoft.coffee.model.base.history
 
AbstractHistoryEntity_ - Class in hu.icellmobilsoft.coffee.model.base.javatime.history
 
AbstractHistoryEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
 
AbstractHistoryEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity_
 
AbstractIdentifiedAuditEntity - Class in hu.icellmobilsoft.coffee.model.base
Abstract AbstractIdentifiedAuditEntity class.
AbstractIdentifiedAuditEntity - Class in hu.icellmobilsoft.coffee.model.base.javatime
Base class for id + audited (X__ID, X__INSDATE, X__MODDATE, X__INSUSER, X__MODUSER) entities.
AbstractIdentifiedAuditEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity
Default constructor, constructs a new object.
AbstractIdentifiedAuditEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity
Default constructor, constructs a new object.
AbstractIdentifiedAuditEntity_ - Class in hu.icellmobilsoft.coffee.model.base
 
AbstractIdentifiedAuditEntity_ - Class in hu.icellmobilsoft.coffee.model.base.javatime
 
AbstractIdentifiedAuditEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity_
 
AbstractIdentifiedAuditEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity_
 
AbstractIdentifiedEntity - Class in hu.icellmobilsoft.coffee.model.base
Abstract AbstractIdentifiedEntity class.
AbstractIdentifiedEntity() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity
Default constructor, constructs a new object.
AbstractIdentifiedEntity_ - Class in hu.icellmobilsoft.coffee.model.base
 
AbstractIdentifiedEntity_() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity_
 
AbstractProvider - Class in hu.icellmobilsoft.coffee.model.base
Abstract class of providers.
AbstractProvider() - Constructor for class hu.icellmobilsoft.coffee.model.base.AbstractProvider
Default constructor, constructs a new object.
AuditProvider - Class in hu.icellmobilsoft.coffee.model.base.audit
Persist entity @CreatedBy property before persist with the value provided by @CurrentUser Update entity @ModifiedBy property before update with the value provided by @CurrentUser
AuditProvider() - Constructor for class hu.icellmobilsoft.coffee.model.base.audit.AuditProvider
Default constructor, constructs a new object.

C

ClassFieldsAndMethodsCache<K extends Class,​V extends org.apache.commons.lang3.tuple.Pair<List<Field>,​List<Method>>> - Class in hu.icellmobilsoft.coffee.model.base
Cache for fields and methods of entity classes used in AbstractProvider
ClassFieldsAndMethodsCache() - Constructor for class hu.icellmobilsoft.coffee.model.base.ClassFieldsAndMethodsCache
Instantiates a new class fields and methods cache
ClassFieldsAndMethodsCache(int) - Constructor for class hu.icellmobilsoft.coffee.model.base.ClassFieldsAndMethodsCache
Instantiates a new class fields and methods with the given cache size
CODE - hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType
CODE
CreatedBy - Annotation Type in hu.icellmobilsoft.coffee.model.base.annotation
Marks a property who created
CreatedOn - Annotation Type in hu.icellmobilsoft.coffee.model.base.javatime.annotation
Marks a property which should be updated with a timestamp when the entity gets persisted.
CREATION_DATE - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
CREATION_DATE - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
creationDate - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
creationDate - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
CREATOR_USER - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
CREATOR_USER - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
creatorUser - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
creatorUser - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
CurrentUser - Annotation Type in hu.icellmobilsoft.coffee.model.base.annotation
Marks the user identification who created.

D

DELETE - hu.icellmobilsoft.coffee.model.base.history.enums.State
DELETE
DESCRIPTION - hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType
CODE
Dictionary - Annotation Type in hu.icellmobilsoft.coffee.model.base.annotation
Dictionary marking annotation for entity column
Dictionary.Literal - Class in hu.icellmobilsoft.coffee.model.base.annotation
Literal class for Dictionary annotation
DictionaryType - Enum in hu.icellmobilsoft.coffee.model.base.annotation
Dictionary type enum

E

EntityIdGenerator - Class in hu.icellmobilsoft.coffee.model.base.generator
Entity identifier generator.
EntityIdGenerator() - Constructor for class hu.icellmobilsoft.coffee.model.base.generator.EntityIdGenerator
Default constructor, constructs a new object.
equals(Object) - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk

G

generate(SharedSessionContractImplementor, Object) - Method in class hu.icellmobilsoft.coffee.model.base.generator.EntityIdGenerator
generateId() - Static method in class hu.icellmobilsoft.coffee.model.base.generator.EntityIdGenerator
generate fix 16 length id!
getAllFieldsAndMethods(Class<?>) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractProvider
Returns all the fields and methods of the specified class in a pair of lists
getCreationDate() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Getter for the field creationDate.
getCreationDate() - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Returns the creation date of the entity
getCreationDate() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Getter for the field creationDate.
getCreatorUser() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Getter for the field creatorUser.
getCreatorUser() - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Returns the creator user of the entity
getCreatorUser() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Getter for the field creatorUser.
getFieldByMethod(Method, List<Field>) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractProvider
Returns the field from the specified list associated with the specified getter method based on its name
getFieldsAndMethods(Class<?>) - Method in class hu.icellmobilsoft.coffee.model.base.ClassFieldsAndMethodsCache
Gets a pair of fields and methods lists of the given class from cache if found
getHistoryPk() - Method in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
Getter for the field historyPk.
getHistoryPk() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity
Getter for the field historyPk.
getId() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity
Getter for the field id.
getId() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity
Getter for the field id.
getId() - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
Getter for the field id.
getId() - Method in interface hu.icellmobilsoft.coffee.model.base.IIdentifiedEntity
Returns the id of the entity
getId() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity
Getter for the field id.
getModificationDate() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Getter for the field modificationDate.
getModificationDate() - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Returns the modification date of the entity
getModificationDate() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Getter for the field modificationDate.
getModifierUser() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Getter for the field modifierUser.
getModifierUser() - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Returns the modification user of the entity
getModifierUser() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Getter for the field modifierUser.
getState() - Method in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
Getter for the field state.
getState() - Method in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity
Getter for the field state.
getTs() - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
Getter for the field ts.
getVersion() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractEntity
Getter for the field version.
getVersion() - Method in interface hu.icellmobilsoft.coffee.model.base.IVersionable
Returns the version of the entity

H

hashCode() - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
HISTORY_PK - Static variable in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
 
HISTORY_PK - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity_
 
historyPk - Static variable in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
 
historyPk - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity_
 
HistoryPk - Class in hu.icellmobilsoft.coffee.model.base.history
History táblák primáris kulcsa
HistoryPk() - Constructor for class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
Default constructor, constructs a new object.
HistoryPk_ - Class in hu.icellmobilsoft.coffee.model.base.history
 
HistoryPk_() - Constructor for class hu.icellmobilsoft.coffee.model.base.history.HistoryPk_
 
hu.icellmobilsoft.coffee.model.base - package hu.icellmobilsoft.coffee.model.base
 
hu.icellmobilsoft.coffee.model.base.annotation - package hu.icellmobilsoft.coffee.model.base.annotation
 
hu.icellmobilsoft.coffee.model.base.audit - package hu.icellmobilsoft.coffee.model.base.audit
 
hu.icellmobilsoft.coffee.model.base.exception - package hu.icellmobilsoft.coffee.model.base.exception
 
hu.icellmobilsoft.coffee.model.base.generator - package hu.icellmobilsoft.coffee.model.base.generator
 
hu.icellmobilsoft.coffee.model.base.history - package hu.icellmobilsoft.coffee.model.base.history
 
hu.icellmobilsoft.coffee.model.base.history.enums - package hu.icellmobilsoft.coffee.model.base.history.enums
 
hu.icellmobilsoft.coffee.model.base.javatime - package hu.icellmobilsoft.coffee.model.base.javatime
 
hu.icellmobilsoft.coffee.model.base.javatime.annotation - package hu.icellmobilsoft.coffee.model.base.javatime.annotation
 
hu.icellmobilsoft.coffee.model.base.javatime.history - package hu.icellmobilsoft.coffee.model.base.javatime.history
 
hu.icellmobilsoft.coffee.model.base.javatime.listener - package hu.icellmobilsoft.coffee.model.base.javatime.listener
 

I

IAuditEntity<DATE,​USER> - Interface in hu.icellmobilsoft.coffee.model.base
Interface for the identified audit entities.
id - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity_
 
id - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity_
 
id - Static variable in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk_
 
id - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity_
 
ID - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity_
 
ID - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity_
 
ID - Static variable in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk_
 
ID - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity_
 
IIdentifiedEntity<ID extends Serializable> - Interface in hu.icellmobilsoft.coffee.model.base
Interface for the identified audit entities.
INSERT - hu.icellmobilsoft.coffee.model.base.history.enums.State
INSERT
INSTANCE - Static variable in class hu.icellmobilsoft.coffee.model.base.annotation.Dictionary.Literal
Qualifier literal instance
IVersionable - Interface in hu.icellmobilsoft.coffee.model.base
Interface for version getter setter.

L

Literal() - Constructor for class hu.icellmobilsoft.coffee.model.base.annotation.Dictionary.Literal
Default constructor, constructs a new object.

M

MODIFICATION_DATE - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
MODIFICATION_DATE - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
modificationDate - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
modificationDate - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
ModifiedBy - Annotation Type in hu.icellmobilsoft.coffee.model.base.annotation
Marks a property who modifed By setting ModifiedBy.onCreate() to true, the property gets also set when the entity is persisted.
ModifiedOn - Annotation Type in hu.icellmobilsoft.coffee.model.base.javatime.annotation
Marks a property which should be updated with a timestamp when the entity gets updated.
MODIFIER_USER - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
MODIFIER_USER - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 
modifierUser - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
 
modifierUser - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity_
 

N

NAME - hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType
NAME - default

O

onCreate() - Method in annotation type hu.icellmobilsoft.coffee.model.base.annotation.ModifiedBy
Returns true if the field should be updated on entity creation too

P

prePersist(Object) - Method in class hu.icellmobilsoft.coffee.model.base.audit.AuditProvider
Persist entity @CreatedBy (@ModifiedBy) property before persist with the value provided by @CurrentUser
prePersist(Object) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.listener.TimestampsProvider
Persist entity @CreatedOn property before persist with the System current time value
preUpdate(Object) - Method in class hu.icellmobilsoft.coffee.model.base.audit.AuditProvider
Update entity @ModifiedBy property before update with the value provided by @CurrentUser
preUpdate(Object) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.listener.TimestampsProvider
Persist entity @ModifiedOn property before persist with the System current time value
ProviderException - Exception in hu.icellmobilsoft.coffee.model.base.exception
Exception class for AuditProvider and TimestampsProvider
ProviderException(String) - Constructor for exception hu.icellmobilsoft.coffee.model.base.exception.ProviderException
Creates the exception with the given message
ProviderException(String, Throwable) - Constructor for exception hu.icellmobilsoft.coffee.model.base.exception.ProviderException
Creates the exception with the given message and cause

R

removeEldestEntry(Map.Entry<K, V>) - Method in class hu.icellmobilsoft.coffee.model.base.ClassFieldsAndMethodsCache
 
rollbackVersion() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractEntity
rollbackVersion.

S

setCreationDate(DATE) - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Sets the creation date of the entity
setCreationDate(OffsetDateTime) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Setter for the field creationDate.
setCreationDate(Date) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Setter for the field creationDate.
setCreatorUser(T) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Setter for the field creatorUser.
setCreatorUser(T) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Setter for the field creatorUser.
setCreatorUser(USER) - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Sets the creator user of the entity
setHistoryPk(HistoryPk) - Method in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
Setter for the field historyPk.
setHistoryPk(HistoryPk) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity
Setter for the field historyPk.
setId(ID) - Method in interface hu.icellmobilsoft.coffee.model.base.IIdentifiedEntity
Sets the id of the entity
setId(String) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedAuditEntity
Setter for the field id.
setId(String) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractIdentifiedEntity
Setter for the field id.
setId(String) - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
Setter for the field id.
setId(String) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractIdentifiedAuditEntity
Setter for the field id.
setModificationDate(DATE) - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Sets the modification date of the entity
setModificationDate(OffsetDateTime) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Setter for the field modificationDate.
setModificationDate(Date) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Setter for the field modificationDate.
setModifierUser(T) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
Setter for the field modifierUser.
setModifierUser(T) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.AbstractAuditEntity
Setter for the field modifierUser.
setModifierUser(USER) - Method in interface hu.icellmobilsoft.coffee.model.base.IAuditEntity
Sets the modification user of the entity
setState(State) - Method in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity
Setter for the field state.
setState(State) - Method in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity
Setter for the field state.
setTs(Date) - Method in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk
Setter for the field ts.
setVersion(long) - Method in class hu.icellmobilsoft.coffee.model.base.AbstractEntity
Setter for the field version.
setVersion(long) - Method in interface hu.icellmobilsoft.coffee.model.base.IVersionable
Sets the version of the entity
state - Static variable in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
 
state - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity_
 
State - Enum in hu.icellmobilsoft.coffee.model.base.history.enums
History tábla státusza
STATE - Static variable in class hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
 
STATE - Static variable in class hu.icellmobilsoft.coffee.model.base.javatime.history.AbstractHistoryEntity_
 

T

TimestampsProvider - Class in hu.icellmobilsoft.coffee.model.base.javatime.listener
Set java 8 timestamps on marked properties.
TimestampsProvider() - Constructor for class hu.icellmobilsoft.coffee.model.base.javatime.listener.TimestampsProvider
Default constructor, constructs a new object.
toString() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractEntity
toString.
ts - Static variable in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk_
 
TS - Static variable in class hu.icellmobilsoft.coffee.model.base.history.HistoryPk_
 
type() - Method in class hu.icellmobilsoft.coffee.model.base.annotation.Dictionary.Literal
 
type() - Method in annotation type hu.icellmobilsoft.coffee.model.base.annotation.Dictionary
default DictionaryType.NAME

U

UPDATE - hu.icellmobilsoft.coffee.model.base.history.enums.State
UPDATE
updateVersion() - Method in class hu.icellmobilsoft.coffee.model.base.AbstractEntity
updateVersion.

V

valueOf(String) - Static method in enum hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hu.icellmobilsoft.coffee.model.base.history.enums.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hu.icellmobilsoft.coffee.model.base.history.enums.State
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractEntity_
 
VERSION - Static variable in class hu.icellmobilsoft.coffee.model.base.AbstractEntity_
 
A C D E G H I L M N O P R S T U V 
All Classes All Packages