public class PriceAsPercentageQuotation extends DecimalBasedErpType<PriceAsPercentageQuotation>
Element: TB_PWKURS Domain: DEC3_7 Length: 6 Type: P Decimals: 7
Constructor and Description |
---|
PriceAsPercentageQuotation(BigDecimal value) |
PriceAsPercentageQuotation(double value) |
PriceAsPercentageQuotation(float value) |
PriceAsPercentageQuotation(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<PriceAsPercentageQuotation> |
getType() |
boolean |
isSigned() |
static PriceAsPercentageQuotation |
of(BigDecimal value) |
static PriceAsPercentageQuotation |
of(double value) |
static PriceAsPercentageQuotation |
of(float value) |
static PriceAsPercentageQuotation |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public PriceAsPercentageQuotation(String value)
public PriceAsPercentageQuotation(BigDecimal value)
public PriceAsPercentageQuotation(float value)
public PriceAsPercentageQuotation(double value)
@Nonnull public static PriceAsPercentageQuotation of(String value)
@Nonnull public static PriceAsPercentageQuotation of(BigDecimal value)
@Nonnull public static PriceAsPercentageQuotation of(float value)
@Nonnull public static PriceAsPercentageQuotation of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<PriceAsPercentageQuotation>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<PriceAsPercentageQuotation>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<PriceAsPercentageQuotation>
@Nonnull public Class<PriceAsPercentageQuotation> getType()
getType
in class DecimalBasedErpType<PriceAsPercentageQuotation>
Copyright © 2018 SAP SE. All rights reserved.