Class AssetType.AssetTypeImpl

java.lang.Object
cdm.base.staticdata.asset.common.AssetType.AssetTypeImpl
All Implemented Interfaces:
AssetType, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
AssetType

public static class AssetType.AssetTypeImpl extends Object implements AssetType
Immutable Implementation of AssetType
  • Constructor Details

  • Method Details

    • getAssetType

      @RosettaAttribute(value="assetType", isRequired=true) @RuneAttribute(value="assetType", isRequired=true) public AssetTypeEnum getAssetType()
      Description copied from interface: AssetType
      Represents a filter based on the type of collateral asset.
      Specified by:
      getAssetType in interface AssetType
    • getSecurityType

      @RosettaAttribute("securityType") @RuneAttribute("securityType") public SecurityTypeEnum getSecurityType()
      Description copied from interface: AssetType
      Represents a filter based on the type of security.
      Specified by:
      getSecurityType in interface AssetType
    • getDebtType

      @RosettaAttribute("debtType") @RuneAttribute("debtType") public DebtType getDebtType()
      Description copied from interface: AssetType
      Represents a filter based on the type of bond.
      Specified by:
      getDebtType in interface AssetType
    • getEquityType

      @RosettaAttribute("equityType") @RuneAttribute("equityType") public EquityTypeEnum getEquityType()
      Description copied from interface: AssetType
      Represents a filter based on the type of equity.
      Specified by:
      getEquityType in interface AssetType
    • getFundType

      @RosettaAttribute("fundType") @RuneAttribute("fundType") public FundProductTypeEnum getFundType()
      Description copied from interface: AssetType
      Represents a filter based on the type of fund.
      Specified by:
      getFundType in interface AssetType
    • getOtherAssetType

      @RosettaAttribute("otherAssetType") @RuneAttribute("otherAssetType") public List<String> getOtherAssetType()
      Description copied from interface: AssetType
      Specifies the eligible asset type when not enumerated.
      Specified by:
      getOtherAssetType in interface AssetType
    • build

      public AssetType build()
      Description copied from interface: AssetType
      Build Methods
      Specified by:
      build in interface AssetType
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      public AssetType.AssetTypeBuilder toBuilder()
      Specified by:
      toBuilder in interface AssetType
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(AssetType.AssetTypeBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object