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