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