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) |
equals, getTypeConverter, getValue, hashCode, toString
public PriceAsPercentageQuotation(String value)
public PriceAsPercentageQuotation(BigDecimal value)
public PriceAsPercentageQuotation(float value)
public PriceAsPercentageQuotation(double value)
public static PriceAsPercentageQuotation of(String value)
public static PriceAsPercentageQuotation of(BigDecimal value)
public static PriceAsPercentageQuotation of(float value)
public static PriceAsPercentageQuotation of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<PriceAsPercentageQuotation> getType()
Copyright © 2018 SAP SE. All rights reserved.