com.hyper9.simdk.stubs.dao
Class ExtensionServerInfo

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

public class ExtensionServerInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

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

ExtensionServerInfo

public ExtensionServerInfo()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(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)

getAdminEmail

public List<String> getAdminEmail()

setAdminEmail

public void setAdminEmail(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.