Class PlainTextItem


  • public class PlainTextItem
    extends java.lang.Object
    Plain positional text that is used in collections of brief labels and descriptors.
    • Constructor Detail

      • PlainTextItem

        public PlainTextItem()
    • Method Detail

      • position

        public PlainTextItem position​(java.lang.Integer position)
      • getPosition

        public java.lang.Integer getPosition()
        The rank or index of this text item within the collection. Different items cannot occupy the same position within a single collection. minimum: 1 maximum: 100
        Returns:
        position
      • setPosition

        public void setPosition​(java.lang.Integer position)
      • getValue

        public java.lang.String getValue()
        The actual plain text.
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object