com.hyper9.simdk.stubs.dao
Class LocalizationManagerMessageCatalog

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.LocalizationManagerMessageCatalog
All Implemented Interfaces:
Serializable

public class LocalizationManagerMessageCatalog
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
LocalizationManagerMessageCatalog()
           
 
Method Summary
 String getCatalogName()
           
 String getCatalogUri()
           
 Calendar getLastModified()
           
 String getLocale()
           
 String getMd5Sum()
           
 String getModuleName()
           
 void setCatalogName(String toSet)
           
 void setCatalogUri(String toSet)
           
 void setLastModified(Calendar toSet)
           
 void setLocale(String toSet)
           
 void setMd5Sum(String toSet)
           
 void setModuleName(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationManagerMessageCatalog

public LocalizationManagerMessageCatalog()
Method Detail

getModuleName

public String getModuleName()

setModuleName

public void setModuleName(String toSet)

getCatalogName

public String getCatalogName()

setCatalogName

public void setCatalogName(String toSet)

getLocale

public String getLocale()

setLocale

public void setLocale(String toSet)

getCatalogUri

public String getCatalogUri()

setCatalogUri

public void setCatalogUri(String toSet)

getLastModified

public Calendar getLastModified()

setLastModified

public void setLastModified(Calendar toSet)

getMd5Sum

public String getMd5Sum()

setMd5Sum

public void setMd5Sum(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.