|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.util.statistic.model.StatisticResultDetail
public class StatisticResultDetail
Class declaration
Constructor Summary | |
---|---|
StatisticResultDetail(WAPrimaryKey pk,
String result)
Constructor declaration |
|
StatisticResultDetail(WAPrimaryKey pk,
String result,
Object detail)
Constructor declaration |
Method Summary | |
---|---|
Object |
getDetail()
Method declaration |
static StatisticResultDetail |
getFromCollection(WAPrimaryKey pk,
Collection<StatisticResultDetail> list)
Method declaration |
WAPrimaryKey |
getPK()
Method declaration |
String |
getResult()
Method declaration |
void |
setDetail(Object detail)
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticResultDetail(WAPrimaryKey pk, String result)
pk
- result
-
public StatisticResultDetail(WAPrimaryKey pk, String result, Object detail)
pk
- result
- detail
-
Method Detail |
---|
public WAPrimaryKey getPK()
public String getResult()
public Object getDetail()
public void setDetail(Object detail)
detail
-
public static StatisticResultDetail getFromCollection(WAPrimaryKey pk, Collection<StatisticResultDetail> list)
pk
- list
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |