Class DynamicAttributesStringSampleBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VALUE_DELIMITER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(TestItemType2Model item)
      Holds logic behind getter for dynamic attribute.
      void set​(TestItemType2Model item, java.lang.String value)
      Holds logic behind setter for dynamic attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • DynamicAttributesStringSampleBean

        public DynamicAttributesStringSampleBean()
    • Method Detail

      • set

        public void set​(TestItemType2Model item,
                        java.lang.String value)
        Holds logic behind setter for dynamic attribute.
        Specified by:
        set in interface DynamicAttributeHandler<java.lang.String,​TestItemType2Model>
        Parameters:
        item - model for which dynamic attribute is declared.
        value - the value which will be used by setter logic.