Class ColumnAttributes.StringPair

java.lang.Object
com.inductiveautomation.factorypmi.application.components.table.ColumnAttributes.StringPair
All Implemented Interfaces:
Serializable
Enclosing class:
ColumnAttributes

public static class ColumnAttributes.StringPair extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object