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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<WithholdingTaxAmountAlreadyWithheld> getType()
Copyright © 2018 SAP SE. All rights reserved.