models.entity.eis
Class EisType

java.lang.Object
  extended by play.db.ebean.Model
      extended by models.entity.eis.EisType
All Implemented Interfaces:
com.avaje.ebean.bean.EntityBean, java.io.Serializable

@Entity
public class EisType
extends play.db.ebean.Model

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class play.db.ebean.Model
play.db.ebean.Model.Finder<I,T>
 
Field Summary
static int AUDIO
           
static int FILE
           
static play.db.ebean.Model.Finder<java.lang.Long,EisType> find
           
static int PHOTO
           
static int VIDEO
           
 
Fields inherited from class play.db.ebean.Model
_ebean_identity, _ebean_intercept
 
Constructor Summary
EisType(java.lang.Long id, java.lang.String name)
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getName()
           
static int getTypeNum(java.lang.String typeName)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class play.db.ebean.Model
_ebean_createCopy, _ebean_get__idGetSet, _ebean_getField, _ebean_getFieldIntercept, _ebean_getFieldNames, _ebean_getIntercept, _ebean_getMarker, _ebean_getni__idGetSet, _ebean_intercept, _ebean_isEmbeddedNewOrDirty, _ebean_newInstance, _ebean_set__idGetSet, _ebean_setEmbeddedLoaded, _ebean_setField, _ebean_setFieldIntercept, _ebean_setni__idGetSet, addPropertyChangeListener, addPropertyChangeListener, delete, delete, deleteManyToManyAssociations, equals, hashCode, refresh, refresh, removePropertyChangeListener, removePropertyChangeListener, save, save, saveManyToManyAssociations, saveManyToManyAssociations, update, update, update, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUDIO

public static final int AUDIO
See Also:
Constant Field Values

VIDEO

public static final int VIDEO
See Also:
Constant Field Values

PHOTO

public static final int PHOTO
See Also:
Constant Field Values

FILE

public static final int FILE
See Also:
Constant Field Values

find

public static play.db.ebean.Model.Finder<java.lang.Long,EisType> find
Constructor Detail

EisType

public EisType(java.lang.Long id,
               java.lang.String name)
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getTypeNum

public static int getTypeNum(java.lang.String typeName)