com.hyper9.simdk.stubs.mao
Class HttpNfcLease

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.HttpNfcLease
All Implemented Interfaces:
Serializable

public class HttpNfcLease
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HttpNfcLease()
           
 
Method Summary
 LocalizedMethodFault getError()
           
 HttpNfcLeaseInfo getInfo()
           
 Integer getInitializeProgress()
           
 HttpNfcLeaseState getState()
           
 void setError(LocalizedMethodFault toSet)
           
 void setInfo(HttpNfcLeaseInfo toSet)
           
 void setInitializeProgress(Integer toSet)
           
 void setState(HttpNfcLeaseState 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

HttpNfcLease

public HttpNfcLease()
Method Detail

getState

public HttpNfcLeaseState getState()

setState

public void setState(HttpNfcLeaseState toSet)

getInfo

public HttpNfcLeaseInfo getInfo()

setInfo

public void setInfo(HttpNfcLeaseInfo toSet)

getError

public LocalizedMethodFault getError()

setError

public void setError(LocalizedMethodFault toSet)

getInitializeProgress

public Integer getInitializeProgress()

setInitializeProgress

public void setInitializeProgress(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.