Class ReadCurrency
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadCurrency
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class ReadCurrency extends StructureElementSystemDataReadCurrency
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringalphaCodeprivate java.lang.BooleancorrectionFlagprivate Definitiondefinitionprivate java.lang.IntegerminorUnitprivate java.lang.IntegernumericCodeprivate PreferredNamepreferredNameprivate java.lang.BooleanprivateFlag
-
Constructor Summary
Constructors Constructor Description ReadCurrency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadCurrencyalphaCode(java.lang.String alphaCode)ReadCurrencycorrectionFlag(java.lang.Boolean correctionFlag)ReadCurrencydefinition(Definition definition)booleanequals(java.lang.Object o)java.lang.StringgetAlphaCode()Get alphaCodeDefinitiongetDefinition()Get definitionjava.lang.IntegergetMinorUnit()Get minorUnitjava.lang.IntegergetNumericCode()Get numericCodePreferredNamegetPreferredName()Get preferredNameinthashCode()java.lang.BooleanisCorrectionFlag()Get correctionFlagjava.lang.BooleanisPrivateFlag()Get privateFlagReadCurrencyminorUnit(java.lang.Integer minorUnit)ReadCurrencynumericCode(java.lang.Integer numericCode)ReadCurrencypreferredName(PreferredName preferredName)ReadCurrencyprivateFlag(java.lang.Boolean privateFlag)voidsetAlphaCode(java.lang.String alphaCode)voidsetCorrectionFlag(java.lang.Boolean correctionFlag)voidsetDefinition(Definition definition)voidsetMinorUnit(java.lang.Integer minorUnit)voidsetNumericCode(java.lang.Integer numericCode)voidsetPreferredName(PreferredName preferredName)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()-
Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
getIrdi, irdi, setIrdi
-
-
-
-
Field Detail
-
preferredName
@SerializedName("preferredName") private PreferredName preferredName
-
definition
@SerializedName("definition") private Definition definition
-
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
-
preferredName
public ReadCurrency preferredName(PreferredName preferredName)
-
getPreferredName
public PreferredName getPreferredName()
Get preferredName- Returns:
- preferredName
-
setPreferredName
public void setPreferredName(PreferredName preferredName)
-
definition
public ReadCurrency definition(Definition definition)
-
getDefinition
public Definition getDefinition()
Get definition- Returns:
- definition
-
setDefinition
public void setDefinition(Definition definition)
-
alphaCode
public ReadCurrency 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 ReadCurrency 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 ReadCurrency 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 ReadCurrency 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 ReadCurrency 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 classStructureElementSystemData
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStructureElementSystemData
-
toString
public java.lang.String toString()
- Overrides:
toStringin classStructureElementSystemData
-
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).
-
-