com.hyper9.simdk.stubs.dao
Class ExtensionClientInfo

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

public class ExtensionClientInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ExtensionClientInfo()
           
 
Method Summary
 String getCompany()
           
 Description getDescription()
           
 String getType()
           
 String getUrl()
           
 String getVersion()
           
 void setCompany(String toSet)
           
 void setDescription(Description toSet)
           
 void setType(String toSet)
           
 void setUrl(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

ExtensionClientInfo

public ExtensionClientInfo()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getDescription

public Description getDescription()

setDescription

public void setDescription(Description toSet)

getCompany

public String getCompany()

setCompany

public void setCompany(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getUrl

public String getUrl()

setUrl

public void setUrl(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.