Class DetailsCategory

java.lang.Object
com.mayam.wf.config.shared.DetailsCategory
All Implemented Interfaces:
Copyable, Field.Parent, Serializable

public class DetailsCategory extends Object implements Field.Parent, Serializable, Copyable
See Also:
  • Constructor Details

    • DetailsCategory

      public DetailsCategory()
  • Method Details

    • copy

      public DetailsCategory copy()
      Description copied from interface: Copyable
      Performs a deep copy of the object.
      Specified by:
      copy in interface Copyable
      Returns:
      new copy.
    • getFields

      public List<Ref<Field>> getFields()
      Specified by:
      getFields in interface Field.Parent
    • getLabel

      public TranslatedString getLabel()
    • setLabel

      public void setLabel(TranslatedString label)
    • getViewGroup

      public String getViewGroup()
    • setViewGroup

      public void setViewGroup(String viewGroup)
    • getActivationExpression

      public String getActivationExpression()
    • setActivationExpression

      public void setActivationExpression(String activationExpression)
    • hashCode

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

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