com.hyper9.simdk.stubs.mao
Class ServiceInstance

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.ServiceInstance
All Implemented Interfaces:
Serializable

public class ServiceInstance
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ServiceInstance()
           
 
Method Summary
 Capability getCapability()
           
 ServiceContent getContent()
           
 Calendar getServerClock()
           
 void setCapability(Capability toSet)
           
 void setContent(ServiceContent toSet)
           
 void setServerClock(Calendar toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstance

public ServiceInstance()
Method Detail

getContent

public ServiceContent getContent()

setContent

public void setContent(ServiceContent toSet)

getCapability

public Capability getCapability()

setCapability

public void setCapability(Capability toSet)

getServerClock

public Calendar getServerClock()

setServerClock

public void setServerClock(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.