Class TableCell


  • public class TableCell
    extends Object
    • Method Detail

      • getHeader

        public String getHeader()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • hasTag

        public boolean hasTag​(String tag)
      • hasProperty

        public boolean hasProperty​(String property)
      • compareTo

        public int compareTo​(CombineItem other)
      • getValue

        public String getValue()
      • getUrl

        public String getUrl()
      • getCheckExpression

        public String getCheckExpression()
      • getCheckExpressionId

        public String getCheckExpressionId()
      • setValue

        public void setValue​(String value)
      • setUrl

        public void setUrl​(String url)
      • setTags

        public void setTags​(Set<String> tags)
      • setProperties

        public void setProperties​(Map<String,​String> properties)
      • setGroups

        public void setGroups​(Set<String> groups)
      • setCheckExpression

        public void setCheckExpression​(String checkExpression)
      • setCheckExpressionId

        public void setCheckExpressionId​(String checkExpressionId)