com.hyper9.simdk.stubs.dao
Class LicenseFeatureInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.LicenseFeatureInfo
- All Implemented Interfaces:
- Serializable
public class LicenseFeatureInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
LicenseFeatureInfo
public LicenseFeatureInfo()
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.