com.hyper9.simdk.stubs.dao
Class LicenseManagerLicenseInfo

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

public class LicenseManagerLicenseInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
LicenseManagerLicenseInfo()
           
 
Method Summary
 String getCostUnit()
           
 String getEditionKey()
           
 List<KeyValue> getLabels()
           
 String getLicenseKey()
           
 String getName()
           
 List<KeyAnyValue> getProperties()
           
 Integer getTotal()
           
 Integer getUsed()
           
 void setCostUnit(String toSet)
           
 void setEditionKey(String toSet)
           
 void setLabels(List<KeyValue> toSet)
           
 void setLicenseKey(String toSet)
           
 void setName(String toSet)
           
 void setProperties(List<KeyAnyValue> toSet)
           
 void setTotal(Integer toSet)
           
 void setUsed(Integer 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

LicenseManagerLicenseInfo

public LicenseManagerLicenseInfo()
Method Detail

getLicenseKey

public String getLicenseKey()

setLicenseKey

public void setLicenseKey(String toSet)

getEditionKey

public String getEditionKey()

setEditionKey

public void setEditionKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getTotal

public Integer getTotal()

setTotal

public void setTotal(Integer toSet)

getUsed

public Integer getUsed()

setUsed

public void setUsed(Integer toSet)

getCostUnit

public String getCostUnit()

setCostUnit

public void setCostUnit(String toSet)

getProperties

public List<KeyAnyValue> getProperties()

setProperties

public void setProperties(List<KeyAnyValue> toSet)

getLabels

public List<KeyValue> getLabels()

setLabels

public void setLabels(List<KeyValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.