com.hyper9.simdk.stubs.dao
Class AboutInfo

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

public class AboutInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AboutInfo()
           
 
Method Summary
 String getApiType()
           
 String getApiVersion()
           
 String getBuild()
           
 String getFullName()
           
 String getInstanceUuid()
           
 String getLicenseProductName()
           
 String getLicenseProductVersion()
           
 String getLocaleBuild()
           
 String getLocaleVersion()
           
 String getName()
           
 String getOsType()
           
 String getProductLineId()
           
 String getVendor()
           
 String getVersion()
           
 void setApiType(String toSet)
           
 void setApiVersion(String toSet)
           
 void setBuild(String toSet)
           
 void setFullName(String toSet)
           
 void setInstanceUuid(String toSet)
           
 void setLicenseProductName(String toSet)
           
 void setLicenseProductVersion(String toSet)
           
 void setLocaleBuild(String toSet)
           
 void setLocaleVersion(String toSet)
           
 void setName(String toSet)
           
 void setOsType(String toSet)
           
 void setProductLineId(String toSet)
           
 void setVendor(String toSet)
           
 void setVersion(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

AboutInfo

public AboutInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getFullName

public String getFullName()

setFullName

public void setFullName(String toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getBuild

public String getBuild()

setBuild

public void setBuild(String toSet)

getLocaleVersion

public String getLocaleVersion()

setLocaleVersion

public void setLocaleVersion(String toSet)

getLocaleBuild

public String getLocaleBuild()

setLocaleBuild

public void setLocaleBuild(String toSet)

getOsType

public String getOsType()

setOsType

public void setOsType(String toSet)

getProductLineId

public String getProductLineId()

setProductLineId

public void setProductLineId(String toSet)

getApiType

public String getApiType()

setApiType

public void setApiType(String toSet)

getApiVersion

public String getApiVersion()

setApiVersion

public void setApiVersion(String toSet)

getInstanceUuid

public String getInstanceUuid()

setInstanceUuid

public void setInstanceUuid(String toSet)

getLicenseProductName

public String getLicenseProductName()

setLicenseProductName

public void setLicenseProductName(String toSet)

getLicenseProductVersion

public String getLicenseProductVersion()

setLicenseProductVersion

public void setLicenseProductVersion(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.