Class Computed

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

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

    • Computed

      public Computed()
  • Method Details

    • getOperation

      public Computed.Operation getOperation()
    • setOperation

      public void setOperation(Computed.Operation operation)
    • getParameter

      public String getParameter()
    • setParameter

      public void setParameter(String parameter)
    • copy

      public Computed 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