Class Divider

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

public class Divider extends Object implements Serializable, Copyable
See Also:
  • Constructor Details

    • Divider

      public Divider()
  • Method Details

    • getLabel

      public TranslatedString getLabel()
    • setLabel

      public void setLabel(TranslatedString label)
    • getPattern

      public String getPattern()
    • setPattern

      public void setPattern(String pattern)
    • getExcludes

      public boolean getExcludes()
    • setExcludes

      public void setExcludes(boolean excludes)
    • getActivated

      public boolean getActivated()
    • setActivated

      public void setActivated(boolean activated)
    • copy

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object