Package org.apache.ofbiz.service
Class RunningService
- java.lang.Object
-
- org.apache.ofbiz.service.RunningService
-
public class RunningService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.sql.Timestamp
endStamp
protected int
mode
protected ModelService
model
protected java.lang.String
name
protected java.sql.Timestamp
startStamp
-
Constructor Summary
Constructors Constructor Description RunningService(java.lang.String localName, ModelService model, int mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.sql.Timestamp
getEndStamp()
java.lang.String
getLocalName()
int
getMode()
ModelService
getModelService()
java.sql.Timestamp
getStartStamp()
int
hashCode()
void
setEndStamp()
-
-
-
Field Detail
-
model
protected ModelService model
-
name
protected java.lang.String name
-
mode
protected int mode
-
startStamp
protected java.sql.Timestamp startStamp
-
endStamp
protected java.sql.Timestamp endStamp
-
-
Constructor Detail
-
RunningService
public RunningService(java.lang.String localName, ModelService model, int mode)
-
-
Method Detail
-
getModelService
public ModelService getModelService()
-
getLocalName
public java.lang.String getLocalName()
-
getMode
public int getMode()
-
getStartStamp
public java.sql.Timestamp getStartStamp()
-
getEndStamp
public java.sql.Timestamp getEndStamp()
-
setEndStamp
public void setEndStamp()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-