Interface GeneralDigitalAssetSpec

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Returns the description.
      com.onwbp.base.text.UserMessage getLabel()
      Returns the label.
      void setDescription​(com.onwbp.base.text.UserMessage description)
      Specifies the description.
      void setLabel​(com.onwbp.base.text.UserMessage label)
      Specifies the label.
    • Method Detail

      • getLabel

        com.onwbp.base.text.UserMessage getLabel()
        Returns the label.
      • setLabel

        void setLabel​(com.onwbp.base.text.UserMessage label)
        Specifies the label.
      • getDescription

        com.onwbp.base.text.UserMessage getDescription()
        Returns the description.
      • setDescription

        void setDescription​(com.onwbp.base.text.UserMessage description)
        Specifies the description.