Class FinancialIndex
- java.lang.Object
-
- br.com.senior.hcm.dependent.pojos.FinancialIndex
-
public class FinancialIndex extends Object
FinancialIndex
-
-
Constructor Summary
Constructors Constructor Description FinancialIndex()
-
Method Summary
-
-
-
Method Detail
-
indexType
public FinancialIndex indexType(IndexType indexType)
-
getIndexType
public IndexType getIndexType()
Get indexType- Returns:
- indexType
-
setIndexType
public void setIndexType(IndexType indexType)
-
code
public FinancialIndex code(Integer code)
-
getCode
public Integer getCode()
Código do índice- Returns:
- code
-
setCode
public void setCode(Integer code)
-
numberOfDecimals
public FinancialIndex numberOfDecimals(Integer numberOfDecimals)
-
getNumberOfDecimals
public Integer getNumberOfDecimals()
Quantidade de decimais- Returns:
- numberOfDecimals
-
setNumberOfDecimals
public void setNumberOfDecimals(Integer numberOfDecimals)
-
name
public FinancialIndex name(String name)
-
getName
public String getName()
Nome do índice- Returns:
- name
-
setName
public void setName(String name)
-
id
public FinancialIndex id(String id)
-
getId
public String getId()
Id do índice- Returns:
- id
-
setId
public void setId(String id)
-
numberOfDigits
public FinancialIndex numberOfDigits(Integer numberOfDigits)
-
getNumberOfDigits
public Integer getNumberOfDigits()
Quantidade de dígitos- Returns:
- numberOfDigits
-
setNumberOfDigits
public void setNumberOfDigits(Integer numberOfDigits)
-
informationType
public FinancialIndex informationType(InformationType informationType)
-
getInformationType
public InformationType getInformationType()
Get informationType- Returns:
- informationType
-
setInformationType
public void setInformationType(InformationType informationType)
-
-