com.hyper9.simdk.stubs.dao
Class HostIntegrityReportQuoteInfo

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

public class HostIntegrityReportQuoteInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIntegrityReportQuoteInfo()
           
 
Method Summary
 List<Byte> getDigestValue()
           
 List<Byte> getExternalData()
           
 String getFixed()
           
 Byte getVersionMajor()
           
 Byte getVersionMinor()
           
 Byte getVersionRevMajor()
           
 Byte getVersionRevMinor()
           
 void setDigestValue(List<Byte> toSet)
           
 void setExternalData(List<Byte> toSet)
           
 void setFixed(String toSet)
           
 void setVersionMajor(Byte toSet)
           
 void setVersionMinor(Byte toSet)
           
 void setVersionRevMajor(Byte toSet)
           
 void setVersionRevMinor(Byte 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

HostIntegrityReportQuoteInfo

public HostIntegrityReportQuoteInfo()
Method Detail

getVersionMajor

public Byte getVersionMajor()

setVersionMajor

public void setVersionMajor(Byte toSet)

getVersionMinor

public Byte getVersionMinor()

setVersionMinor

public void setVersionMinor(Byte toSet)

getVersionRevMajor

public Byte getVersionRevMajor()

setVersionRevMajor

public void setVersionRevMajor(Byte toSet)

getVersionRevMinor

public Byte getVersionRevMinor()

setVersionRevMinor

public void setVersionRevMinor(Byte toSet)

getFixed

public String getFixed()

setFixed

public void setFixed(String toSet)

getDigestValue

public List<Byte> getDigestValue()

setDigestValue

public void setDigestValue(List<Byte> toSet)

getExternalData

public List<Byte> getExternalData()

setExternalData

public void setExternalData(List<Byte> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.