Interface Objectable

    • Method Detail

      • setOid

        void setOid​(String oid)
      • getVersion

        String getVersion()
      • setVersion

        void setVersion​(String version)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • toDebugName

        String toDebugName()
        Returns short string representing identity of this object. It should container object type, OID and name. It should be presented in a form suitable for log and diagnostic messages (understandable for system administrator).
      • toDebugType

        String toDebugType()
        Returns short string identification of object type. It should be in a form suitable for log messages. There is no requirement for the type name to be unique, but it rather has to be compact. E.g. short element names are preferred to long QNames or URIs.
        Returns:
      • setupContainer

        void setupContainer​(PrismObject object)