Package cdm.base.staticdata.codelist
Class CodeValue.CodeValueImpl
java.lang.Object
cdm.base.staticdata.codelist.CodeValue.CodeValueImpl
- All Implemented Interfaces:
CodeValue,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CodeValue
Immutable Implementation of CodeValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.codelist.CodeValue
CodeValue.CodeValueBuilder, CodeValue.CodeValueBuilderImpl, CodeValue.CodeValueImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbooleancom.rosetta.model.lib.records.DateWhen the code ceased to be valid for new usesA description of the meaning of the code, e.g.com.rosetta.model.lib.records.DateWhen the code became/becomes effectiveWhere the code was defined,e.g.getValue()The value of the code, e.g.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CodeValueImpl
-
-
Method Details
-
getValue
@RosettaAttribute("value") @Accessor(GETTER) @Required @RuneAttribute("value") public String getValue()Description copied from interface:CodeValueThe value of the code, e.g. USNY -
getDescription
@RosettaAttribute("description") @Accessor(GETTER) @RuneAttribute("description") public String getDescription()Description copied from interface:CodeValueA description of the meaning of the code, e.g. New York City, USA- Specified by:
getDescriptionin interfaceCodeValue
-
getSource
Description copied from interface:CodeValueWhere the code was defined,e.g. ISDA, FpML, Bloomberg -
getEffectiveDate
@RosettaAttribute("effectiveDate") @Accessor(GETTER) @RuneAttribute("effectiveDate") public com.rosetta.model.lib.records.Date getEffectiveDate()Description copied from interface:CodeValueWhen the code became/becomes effective- Specified by:
getEffectiveDatein interfaceCodeValue
-
getDeprecatedDate
@RosettaAttribute("deprecatedDate") @Accessor(GETTER) @RuneAttribute("deprecatedDate") public com.rosetta.model.lib.records.Date getDeprecatedDate()Description copied from interface:CodeValueWhen the code ceased to be valid for new uses- Specified by:
getDeprecatedDatein interfaceCodeValue
-
build
Description copied from interface:CodeValueBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-