com.hyper9.simdk.stubs.dao
Class VAppProductInfo

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

public class VAppProductInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppProductInfo()
           
 
Method Summary
 String getAppUrl()
           
 String getClassId()
           
 String getFullVersion()
           
 String getInstanceId()
           
 Integer getKey()
           
 String getName()
           
 String getProductUrl()
           
 String getVendor()
           
 String getVendorUrl()
           
 String getVersion()
           
 void setAppUrl(String toSet)
           
 void setClassId(String toSet)
           
 void setFullVersion(String toSet)
           
 void setInstanceId(String toSet)
           
 void setKey(Integer toSet)
           
 void setName(String toSet)
           
 void setProductUrl(String toSet)
           
 void setVendor(String toSet)
           
 void setVendorUrl(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

VAppProductInfo

public VAppProductInfo()
Method Detail

getKey

public Integer getKey()

setKey

public void setKey(Integer toSet)

getClassId

public String getClassId()

setClassId

public void setClassId(String toSet)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getFullVersion

public String getFullVersion()

setFullVersion

public void setFullVersion(String toSet)

getVendorUrl

public String getVendorUrl()

setVendorUrl

public void setVendorUrl(String toSet)

getProductUrl

public String getProductUrl()

setProductUrl

public void setProductUrl(String toSet)

getAppUrl

public String getAppUrl()

setAppUrl

public void setAppUrl(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.