Interface CDMEntity

    • Method Detail

      • getCDMId

        String getCDMId()
        Returns the CDM id.
        Returns:
        the CDM id.
      • getLanguage

        String getLanguage()
        Returns the main language of this object.
        Returns:
        the main language of this object.
      • getCdmCode

        String getCdmCode()
        Get the CDM code. This code is not empty only if the CDM entity was imported from a CDMfr file.
        Returns:
        the CDM code. Can be null;
      • setCdmCode

        void setCdmCode​(String cdmCode)
        Set the CDM code. This code should be setted only when the CDM entity was imported from a CDMfr file.
        Parameters:
        cdmCode - the CDM code to set