Class RegistrationFeatureView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.deprecated.component.RegistrationFeatureView
-
@Deprecated public class RegistrationFeatureView extends BlackDuckComponent
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description RegistrationFeatureView()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RegistrationFeaturesFeatureTypegetFeature()Deprecated.java.math.BigDecimalgetLimitValue()Deprecated.java.math.BigDecimalgetWarningValue()Deprecated.voidsetFeature(RegistrationFeaturesFeatureType feature)Deprecated.voidsetLimitValue(java.math.BigDecimal limitValue)Deprecated.voidsetWarningValue(java.math.BigDecimal warningValue)Deprecated.
-
-
-
Method Detail
-
getFeature
public RegistrationFeaturesFeatureType getFeature()
Deprecated.
-
setFeature
public void setFeature(RegistrationFeaturesFeatureType feature)
Deprecated.
-
getLimitValue
public java.math.BigDecimal getLimitValue()
Deprecated.
-
setLimitValue
public void setLimitValue(java.math.BigDecimal limitValue)
Deprecated.
-
getWarningValue
public java.math.BigDecimal getWarningValue()
Deprecated.
-
setWarningValue
public void setWarningValue(java.math.BigDecimal warningValue)
Deprecated.
-
-