com.hyper9.simdk.stubs.dao
Class HttpNfcLeaseInfo

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

public class HttpNfcLeaseInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HttpNfcLeaseInfo()
           
 
Method Summary
 List<HttpNfcLeaseDeviceUrl> getDeviceUrl()
           
 ManagedEntity getEntity()
           
 HttpNfcLease getLease()
           
 Integer getLeaseTimeout()
           
 Long getTotalDiskCapacityInKB()
           
 void setDeviceUrl(List<HttpNfcLeaseDeviceUrl> toSet)
           
 void setEntity(ManagedEntity toSet)
           
 void setLease(HttpNfcLease toSet)
           
 void setLeaseTimeout(Integer toSet)
           
 void setTotalDiskCapacityInKB(Long 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

HttpNfcLeaseInfo

public HttpNfcLeaseInfo()
Method Detail

getLease

public HttpNfcLease getLease()

setLease

public void setLease(HttpNfcLease toSet)

getEntity

public ManagedEntity getEntity()

setEntity

public void setEntity(ManagedEntity toSet)

getDeviceUrl

public List<HttpNfcLeaseDeviceUrl> getDeviceUrl()

setDeviceUrl

public void setDeviceUrl(List<HttpNfcLeaseDeviceUrl> toSet)

getTotalDiskCapacityInKB

public Long getTotalDiskCapacityInKB()

setTotalDiskCapacityInKB

public void setTotalDiskCapacityInKB(Long toSet)

getLeaseTimeout

public Integer getLeaseTimeout()

setLeaseTimeout

public void setLeaseTimeout(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.