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