com.stratelia.webactiv.util.statistic.model
Class StatisticResultDetail

java.lang.Object
  extended by com.stratelia.webactiv.util.statistic.model.StatisticResultDetail
All Implemented Interfaces:
Serializable

public class StatisticResultDetail
extends Object
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

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

StatisticResultDetail

public StatisticResultDetail(WAPrimaryKey pk,
                             String result)
Constructor declaration

Parameters:
pk -
result -
See Also:

StatisticResultDetail

public StatisticResultDetail(WAPrimaryKey pk,
                             String result,
                             Object detail)
Constructor declaration

Parameters:
pk -
result -
detail -
See Also:
Method Detail

getPK

public WAPrimaryKey getPK()
Method declaration

Returns:
See Also:

getResult

public String getResult()
Method declaration

Returns:
See Also:

getDetail

public Object getDetail()
Method declaration

Returns:
See Also:

setDetail

public void setDetail(Object detail)
Method declaration

Parameters:
detail -
See Also:

getFromCollection

public static StatisticResultDetail getFromCollection(WAPrimaryKey pk,
                                                      Collection<StatisticResultDetail> list)
Method declaration

Parameters:
pk -
list -
Returns:
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.