Class CurrencyData
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.CurrencyData
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class CurrencyData extends java.lang.ObjectCurrencyData
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringalphaCodeprivate java.lang.BooleancorrectionFlagprivate java.lang.IntegerminorUnitprivate java.lang.IntegernumericCodeprivate java.lang.BooleanprivateFlag
-
Constructor Summary
Constructors Constructor Description CurrencyData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyDataalphaCode(java.lang.String alphaCode)CurrencyDatacorrectionFlag(java.lang.Boolean correctionFlag)booleanequals(java.lang.Object o)java.lang.StringgetAlphaCode()Get alphaCodejava.lang.IntegergetMinorUnit()Get minorUnitjava.lang.IntegergetNumericCode()Get numericCodeinthashCode()java.lang.BooleanisCorrectionFlag()Get correctionFlagjava.lang.BooleanisPrivateFlag()Get privateFlagCurrencyDataminorUnit(java.lang.Integer minorUnit)CurrencyDatanumericCode(java.lang.Integer numericCode)CurrencyDataprivateFlag(java.lang.Boolean privateFlag)voidsetAlphaCode(java.lang.String alphaCode)voidsetCorrectionFlag(java.lang.Boolean correctionFlag)voidsetMinorUnit(java.lang.Integer minorUnit)voidsetNumericCode(java.lang.Integer numericCode)voidsetPrivateFlag(java.lang.Boolean privateFlag)private java.lang.StringtoIndentedString(java.lang.Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.StringtoString()
-
-
-
Field Detail
-
alphaCode
@SerializedName("alphaCode") private java.lang.String alphaCode
-
minorUnit
@SerializedName("minorUnit") private java.lang.Integer minorUnit
-
numericCode
@SerializedName("numericCode") private java.lang.Integer numericCode
-
privateFlag
@SerializedName("privateFlag") private java.lang.Boolean privateFlag
-
correctionFlag
@SerializedName("correctionFlag") private java.lang.Boolean correctionFlag
-
-
Method Detail
-
alphaCode
public CurrencyData alphaCode(java.lang.String alphaCode)
-
getAlphaCode
public java.lang.String getAlphaCode()
Get alphaCode- Returns:
- alphaCode
-
setAlphaCode
public void setAlphaCode(java.lang.String alphaCode)
-
minorUnit
public CurrencyData minorUnit(java.lang.Integer minorUnit)
-
getMinorUnit
public java.lang.Integer getMinorUnit()
Get minorUnit- Returns:
- minorUnit
-
setMinorUnit
public void setMinorUnit(java.lang.Integer minorUnit)
-
numericCode
public CurrencyData numericCode(java.lang.Integer numericCode)
-
getNumericCode
public java.lang.Integer getNumericCode()
Get numericCode- Returns:
- numericCode
-
setNumericCode
public void setNumericCode(java.lang.Integer numericCode)
-
privateFlag
public CurrencyData privateFlag(java.lang.Boolean privateFlag)
-
isPrivateFlag
public java.lang.Boolean isPrivateFlag()
Get privateFlag- Returns:
- privateFlag
-
setPrivateFlag
public void setPrivateFlag(java.lang.Boolean privateFlag)
-
correctionFlag
public CurrencyData correctionFlag(java.lang.Boolean correctionFlag)
-
isCorrectionFlag
public java.lang.Boolean isCorrectionFlag()
Get correctionFlag- Returns:
- correctionFlag
-
setCorrectionFlag
public void setCorrectionFlag(java.lang.Boolean correctionFlag)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-