|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.service.SolutionRelevanceCountUpdate
public class SolutionRelevanceCountUpdate
Object which represents an increment or decrement of the view count, use count or hot use count of a SolutionRelevance repository item. This object is passed into and out of the AyncSolutionScoringService.updateCountQueue to insulate the code of get from the repository specifics.
Created: March 28 2007
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary | |
---|---|
int |
getHotUseCount()
|
int |
getHotUseCountDelta()
|
java.lang.String |
getSolutionClassId()
|
java.lang.String |
getSolutionId()
|
java.lang.String |
getUpdateTypeDescription()
Returns the type(s) of updates this object is performing described as incrementUseCount, decrementUseCount, etc. |
int |
getUseCountDelta()
|
int |
getViewCountDelta()
|
boolean |
isEndThread()
Should we shut down the thread that processes the queued updates? |
void |
setHotUseCount(int pHotUseCount)
|
void |
setHotUseCountDelta(int pHotUseCountDelta)
|
void |
setSolutionClassId(java.lang.String pSolutionClassId)
|
void |
setSolutionId(java.lang.String pSolutionId)
|
void |
setUseCountDelta(int pUseCountDelta)
|
void |
setViewCountDelta(int pViewCountDelta)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String CLASS_VERSION
Method Detail |
---|
public boolean isEndThread()
public java.lang.String getSolutionId()
public void setSolutionId(java.lang.String pSolutionId)
public java.lang.String getSolutionClassId()
public void setSolutionClassId(java.lang.String pSolutionClassId)
public int getUseCountDelta()
public void setUseCountDelta(int pUseCountDelta)
public int getHotUseCountDelta()
public void setHotUseCountDelta(int pHotUseCountDelta)
public int getHotUseCount()
public void setHotUseCount(int pHotUseCount)
public int getViewCountDelta()
public void setViewCountDelta(int pViewCountDelta)
public java.lang.String getUpdateTypeDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |