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