com.hyper9.simdk.stubs.dao
Class KernelModuleInfo

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

public class KernelModuleInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
KernelModuleInfo()
           
 
Method Summary
 KernelModuleSectionInfo getBssSection()
           
 KernelModuleSectionInfo getDataSection()
           
 Boolean getEnabled()
           
 String getFilename()
           
 Integer getId()
           
 Boolean getLoaded()
           
 String getName()
           
 String getOptionString()
           
 KernelModuleSectionInfo getReadOnlySection()
           
 KernelModuleSectionInfo getTextSection()
           
 Integer getUseCount()
           
 String getVersion()
           
 KernelModuleSectionInfo getWritableSection()
           
 void setBssSection(KernelModuleSectionInfo toSet)
           
 void setDataSection(KernelModuleSectionInfo toSet)
           
 void setEnabled(Boolean toSet)
           
 void setFilename(String toSet)
           
 void setId(Integer toSet)
           
 void setLoaded(Boolean toSet)
           
 void setName(String toSet)
           
 void setOptionString(String toSet)
           
 void setReadOnlySection(KernelModuleSectionInfo toSet)
           
 void setTextSection(KernelModuleSectionInfo toSet)
           
 void setUseCount(Integer toSet)
           
 void setVersion(String toSet)
           
 void setWritableSection(KernelModuleSectionInfo 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

KernelModuleInfo

public KernelModuleInfo()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer toSet)

getName

public String getName()

setName

public void setName(String toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getFilename

public String getFilename()

setFilename

public void setFilename(String toSet)

getOptionString

public String getOptionString()

setOptionString

public void setOptionString(String toSet)

getLoaded

public Boolean getLoaded()

setLoaded

public void setLoaded(Boolean toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getUseCount

public Integer getUseCount()

setUseCount

public void setUseCount(Integer toSet)

getReadOnlySection

public KernelModuleSectionInfo getReadOnlySection()

setReadOnlySection

public void setReadOnlySection(KernelModuleSectionInfo toSet)

getWritableSection

public KernelModuleSectionInfo getWritableSection()

setWritableSection

public void setWritableSection(KernelModuleSectionInfo toSet)

getTextSection

public KernelModuleSectionInfo getTextSection()

setTextSection

public void setTextSection(KernelModuleSectionInfo toSet)

getDataSection

public KernelModuleSectionInfo getDataSection()

setDataSection

public void setDataSection(KernelModuleSectionInfo toSet)

getBssSection

public KernelModuleSectionInfo getBssSection()

setBssSection

public void setBssSection(KernelModuleSectionInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.