com.hyper9.simdk.stubs.dao
Class ExtensionResourceInfo

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

public class ExtensionResourceInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ExtensionResourceInfo()
           
 
Method Summary
 List<KeyValue> getData()
           
 String getLocale()
           
 String getModule()
           
 void setData(List<KeyValue> toSet)
           
 void setLocale(String toSet)
           
 void setModule(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

ExtensionResourceInfo

public ExtensionResourceInfo()
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String toSet)

getModule

public String getModule()

setModule

public void setModule(String toSet)

getData

public List<KeyValue> getData()

setData

public void setData(List<KeyValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.