tinlizard.model
Class TinLizardConfig

java.lang.Object
  extended by tinlizard.model.TinLizardConfig
All Implemented Interfaces:
TinLizardConfigMBean

public final class TinLizardConfig
extends Object
implements TinLizardConfigMBean

Holds the Configuration of TinLizard.


Field Summary
static String ROLE
          The Plexus role identifier.
 
Constructor Summary
TinLizardConfig()
           
 
Method Summary
 Date getCreated()
           
 String getIndexOnStartUp()
           
 Properties getJpaProperties()
           
 Date getLastModified()
           
 MashDao getMashDao()
           
 ScmDao getScmDao()
           
 String getVersion()
           
 boolean isIndexOnStartUp()
           
 void setCreated(String createdStr)
           
 void setIndexOnStartup(String indexOnStartup)
           
 void setJpaProperties(Properties jpaProperties)
           
 void setLastModified(String lastModifiedStr)
           
 void setMashDao(MashDao mashDao)
           
 void setScmDao(ScmDao scmDao)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static final String ROLE
The Plexus role identifier.

Constructor Detail

TinLizardConfig

public TinLizardConfig()
Method Detail

getMashDao

public MashDao getMashDao()

setMashDao

public void setMashDao(MashDao mashDao)

getScmDao

public ScmDao getScmDao()

setScmDao

public void setScmDao(ScmDao scmDao)

isIndexOnStartUp

public boolean isIndexOnStartUp()

getIndexOnStartUp

public String getIndexOnStartUp()

setIndexOnStartup

public void setIndexOnStartup(String indexOnStartup)

getJpaProperties

public Properties getJpaProperties()
Specified by:
getJpaProperties in interface TinLizardConfigMBean

setJpaProperties

public void setJpaProperties(Properties jpaProperties)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getLastModified

public Date getLastModified()

setLastModified

public void setLastModified(String lastModifiedStr)
                     throws ParseException
Throws:
ParseException

getCreated

public Date getCreated()

setCreated

public void setCreated(String createdStr)
                throws ParseException
Throws:
ParseException


Copyright © 2009. All Rights Reserved.