Class LegalEntityInformationId

    • Method Detail

      • of

        public static LegalEntityInformationId of​(String legalEntityId)
        Obtains an identifier used to find legal entity information.
        Parameters:
        legalEntityId - the name
        Returns:
        an identifier
      • of

        public static LegalEntityInformationId of​(StandardId legalEntityId)
        Obtains an identifier used to find legal entity information.
        Parameters:
        legalEntityId - the name
        Returns:
        the identifier
      • meta

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

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

        public StandardId getLegalEntityId()
        Gets the legal entity identifier.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object