Class LegalEntityCurveGroupId

    • Method Detail

      • of

        public static LegalEntityCurveGroupId of​(String groupName)
        Obtains an instance used to obtain a curve group by name.
        Parameters:
        groupName - the curve group name
        Returns:
        the identifier
      • of

        public static LegalEntityCurveGroupId of​(CurveGroupName groupName)
        Obtains an instance used to obtain a curve group by name.
        Parameters:
        groupName - the curve group name
        Returns:
        the identifier
      • of

        public static LegalEntityCurveGroupId of​(CurveGroupName groupName,
                                                 ObservableSource obsSource)
        Obtains an instance used to obtain a curve group by name, specifying the source of observable market data.
        Parameters:
        groupName - the curve group name
        obsSource - source of observable market data
        Returns:
        the identifier
      • meta

        public static org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> meta()
        The meta-bean for LegalEntityCurveGroupId.
        Returns:
        the meta-bean, not null
      • metaBean

        public org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> metaBean()
        Specified by:
        metaBean in interface org.joda.beans.Bean
      • getCurveGroupName

        public CurveGroupName getCurveGroupName()
        Gets the curve group name.
        Returns:
        the value of the property, not null
      • getObservableSource

        public ObservableSource getObservableSource()
        Gets the source of observable market data.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object