com.hyper9.simdk.stubs.dao
Class ServiceManagerServiceInfo

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

public class ServiceManagerServiceInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ServiceManagerServiceInfo()
           
 
Method Summary
 String getDescription()
           
 List<String> getLocation()
           
 ManagedObjectReference getService()
           
 String getServiceName()
           
 void setDescription(String toSet)
           
 void setLocation(List<String> toSet)
           
 void setService(ManagedObjectReference toSet)
           
 void setServiceName(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

ServiceManagerServiceInfo

public ServiceManagerServiceInfo()
Method Detail

getServiceName

public String getServiceName()

setServiceName

public void setServiceName(String toSet)

getLocation

public List<String> getLocation()

setLocation

public void setLocation(List<String> toSet)

getService

public ManagedObjectReference getService()

setService

public void setService(ManagedObjectReference toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.