Class ScheduledJobDetail

java.lang.Object
com.broadleafcommerce.scheduledjob.domain.ScheduledJobDetail

public class ScheduledJobDetail extends Object
Detailed information for a ScheduledJob.
Author:
Chad Harchar (charchar)
  • Field Details

  • Constructor Details

    • ScheduledJobDetail

      public ScheduledJobDetail(String name, String value)
    • ScheduledJobDetail

      public ScheduledJobDetail()
  • Method Details

    • setRawValue

      public void setRawValue(String rawValue)
      Provides a way to set the rawValue of this detail.
      Parameters:
      rawValue - A value for this detail
    • getRawValue

      public String getRawValue()
      Provides a way to get the rawValue of this detail.
      Returns:
      The value as a string for this detail
    • setValue

      public void setValue(Object value)
      Provides a way to set the rawValue from a JSON object.
      Parameters:
      value - A value for this detail
    • getValue

      public Object getValue()
      Converts rawValue to a JSON object, if applicable.
      Returns:
      A value for this detail
    • getName

      public String getName()
      The name of this detail.
      Returns:
      the name of this detail
    • setName

      public void setName(String name)
      The name of this detail.
      Parameters:
      name - the name of this detail
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object