Class RunningService

java.lang.Object
org.apache.ofbiz.service.RunningService

public class RunningService extends Object
  • Constructor Details

    • RunningService

      public RunningService(String localName, ModelService model, int mode)
  • Method Details

    • getModelService

      public ModelService getModelService()
      Gets model service.
      Returns:
      the model service
    • getLocalName

      public String getLocalName()
      Gets local name.
      Returns:
      the local name
    • getMode

      public int getMode()
      Gets mode.
      Returns:
      the mode
    • getStartStamp

      public Timestamp getStartStamp()
      Gets start stamp.
      Returns:
      the start stamp
    • getEndStamp

      public Timestamp getEndStamp()
      Gets end stamp.
      Returns:
      the end stamp
    • setEndStamp

      public void setEndStamp()
      Sets end stamp.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object