com.hyper9.simdk.stubs.dao
Class LicenseFeatureInfo

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

public class LicenseFeatureInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
LicenseFeatureInfo()
           
 
Method Summary
 String getCostUnit()
           
 List<String> getDependentKey()
           
 Boolean getEdition()
           
 Calendar getExpiresOn()
           
 String getFeatureDescription()
           
 String getFeatureName()
           
 String getKey()
           
 String getSourceRestriction()
           
 LicenseFeatureInfoState getState()
           
 void setCostUnit(String toSet)
           
 void setDependentKey(List<String> toSet)
           
 void setEdition(Boolean toSet)
           
 void setExpiresOn(Calendar toSet)
           
 void setFeatureDescription(String toSet)
           
 void setFeatureName(String toSet)
           
 void setKey(String toSet)
           
 void setSourceRestriction(String toSet)
           
 void setState(LicenseFeatureInfoState 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

LicenseFeatureInfo

public LicenseFeatureInfo()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getFeatureName

public String getFeatureName()

setFeatureName

public void setFeatureName(String toSet)

getFeatureDescription

public String getFeatureDescription()

setFeatureDescription

public void setFeatureDescription(String toSet)

getState

public LicenseFeatureInfoState getState()

setState

public void setState(LicenseFeatureInfoState toSet)

getCostUnit

public String getCostUnit()

setCostUnit

public void setCostUnit(String toSet)

getSourceRestriction

public String getSourceRestriction()

setSourceRestriction

public void setSourceRestriction(String toSet)

getDependentKey

public List<String> getDependentKey()

setDependentKey

public void setDependentKey(List<String> toSet)

getEdition

public Boolean getEdition()

setEdition

public void setEdition(Boolean toSet)

getExpiresOn

public Calendar getExpiresOn()

setExpiresOn

public void setExpiresOn(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.