com.hyper9.simdk.stubs.dao
Class KernelModuleInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.KernelModuleInfo
- All Implemented Interfaces:
- Serializable
public class KernelModuleInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
KernelModuleInfo
public KernelModuleInfo()
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.