com.hyper9.simdk.stubs.dao
Class LicenseUsageInfo

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

public class LicenseUsageInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
LicenseUsageInfo()
           
 
Method Summary
 List<LicenseFeatureInfo> getFeatureInfo()
           
 List<LicenseReservationInfo> getReservationInfo()
           
 LicenseSource getSource()
           
 Boolean getSourceAvailable()
           
 void setFeatureInfo(List<LicenseFeatureInfo> toSet)
           
 void setReservationInfo(List<LicenseReservationInfo> toSet)
           
 void setSource(LicenseSource toSet)
           
 void setSourceAvailable(Boolean 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

LicenseUsageInfo

public LicenseUsageInfo()
Method Detail

getSource

public LicenseSource getSource()

setSource

public void setSource(LicenseSource toSet)

getSourceAvailable

public Boolean getSourceAvailable()

setSourceAvailable

public void setSourceAvailable(Boolean toSet)

getReservationInfo

public List<LicenseReservationInfo> getReservationInfo()

setReservationInfo

public void setReservationInfo(List<LicenseReservationInfo> toSet)

getFeatureInfo

public List<LicenseFeatureInfo> getFeatureInfo()

setFeatureInfo

public void setFeatureInfo(List<LicenseFeatureInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.