Class NoteAttribute


  • public class NoteAttribute
    extends Attribute
    Attribute representing a key-value item, where key and value are displayed below each other, with value that can extend over multiple lines.
    Author:
    Petr Dvorak, petr@wultra.com
    • Constructor Detail

      • NoteAttribute

        public NoteAttribute()
        Default constructor.
      • NoteAttribute

        public NoteAttribute​(String id,
                             String label,
                             String note)
        Constructor with all details.
        Parameters:
        id - Attribute ID.
        label - Attribute label.
        note - Note.
    • Method Detail

      • getNote

        public String getNote()
        Get note.
        Returns:
        Note.
      • setNote

        public void setNote​(String note)
        Set note.
        Parameters:
        note - Note.