public class TotalQuantityEntered extends DecimalBasedErpType<TotalQuantityEntered>
Element: MBGXXX Domain: MENGV8 Length: 8 Type: P Decimals: 3
Constructor and Description |
---|
TotalQuantityEntered(BigDecimal value) |
TotalQuantityEntered(double value) |
TotalQuantityEntered(float value) |
TotalQuantityEntered(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<TotalQuantityEntered> |
getType() |
boolean |
isSigned() |
static TotalQuantityEntered |
of(BigDecimal value) |
static TotalQuantityEntered |
of(double value) |
static TotalQuantityEntered |
of(float value) |
static TotalQuantityEntered |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public TotalQuantityEntered(String value)
public TotalQuantityEntered(BigDecimal value)
public TotalQuantityEntered(float value)
public TotalQuantityEntered(double value)
@Nonnull public static TotalQuantityEntered of(String value)
@Nonnull public static TotalQuantityEntered of(BigDecimal value)
@Nonnull public static TotalQuantityEntered of(float value)
@Nonnull public static TotalQuantityEntered of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<TotalQuantityEntered>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<TotalQuantityEntered>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<TotalQuantityEntered>
@Nonnull public Class<TotalQuantityEntered> getType()
getType
in class DecimalBasedErpType<TotalQuantityEntered>
Copyright © 2019 SAP SE. All rights reserved.