tinlizard.model
Class TinLizard

java.lang.Object
  extended by tinlizard.model.TinLizard
All Implemented Interfaces:
TinLizardMBean

public final class TinLizard
extends Object
implements TinLizardMBean

The Object Model entry point.


Method Summary
 Date getCreated()
           
 String getCreatedBy()
           
 Integer getId()
           
static TinLizard getInstance()
           
 Date getLastModified()
           
 String getLastModifiedBy()
           
 MashDao getMashDao()
           
 String getName()
           
 ScmDao getScmDao()
           
 String getVersion()
           
 void indexAll()
           
static void initialize(TinLizardConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public Integer getId()
Specified by:
getId in interface TinLizardMBean

getName

public String getName()
Specified by:
getName in interface TinLizardMBean

getCreated

public Date getCreated()
Specified by:
getCreated in interface TinLizardMBean

getCreatedBy

public String getCreatedBy()
Specified by:
getCreatedBy in interface TinLizardMBean

getLastModified

public Date getLastModified()
Specified by:
getLastModified in interface TinLizardMBean

getLastModifiedBy

public String getLastModifiedBy()
Specified by:
getLastModifiedBy in interface TinLizardMBean

getVersion

public String getVersion()
Specified by:
getVersion in interface TinLizardMBean

getInstance

public static TinLizard getInstance()

initialize

public static void initialize(TinLizardConfig config)

getMashDao

public MashDao getMashDao()

getScmDao

public ScmDao getScmDao()

indexAll

public void indexAll()
Specified by:
indexAll in interface TinLizardMBean


Copyright © 2009. All Rights Reserved.