Class RegistrationAttributeView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.deprecated.component.RegistrationAttributeView
-
@Deprecated public class RegistrationAttributeView extends BlackDuckComponent
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description RegistrationAttributeView()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RegistrationAttributesAttributeTypegetAttribute()Deprecated.java.math.BigDecimalgetCurrentValue()Deprecated.java.math.BigDecimalgetLimitValue()Deprecated.java.math.BigDecimalgetWarningValue()Deprecated.voidsetAttribute(RegistrationAttributesAttributeType attribute)Deprecated.voidsetCurrentValue(java.math.BigDecimal currentValue)Deprecated.voidsetLimitValue(java.math.BigDecimal limitValue)Deprecated.voidsetWarningValue(java.math.BigDecimal warningValue)Deprecated.
-
-
-
Method Detail
-
getAttribute
public RegistrationAttributesAttributeType getAttribute()
Deprecated.
-
setAttribute
public void setAttribute(RegistrationAttributesAttributeType attribute)
Deprecated.
-
getCurrentValue
public java.math.BigDecimal getCurrentValue()
Deprecated.
-
setCurrentValue
public void setCurrentValue(java.math.BigDecimal currentValue)
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.
-
-