org.seasar.tuigwaa.logic.functor
クラス AggregationValuePredicate
java.lang.Object
org.seasar.tuigwaa.logic.functor.AggregationValuePredicate
- すべての実装インタフェース:
- com.isenshi.util.functor.UnaryPredicate
- public class AggregationValuePredicate
- extends Object
- implements com.isenshi.util.functor.UnaryPredicate
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregationValuePredicate
public AggregationValuePredicate()
AggregationValuePredicate
public AggregationValuePredicate(String siteName,
String entityName,
String aggregationFuncName,
Double value,
String opcode)
setSiteName
public void setSiteName(String siteName)
- 推奨されていません。
getSiteName
public String getSiteName()
- 推奨されていません。
setEntityName
public void setEntityName(String entityName)
getEntityName
public String getEntityName()
setAggregationFuncName
public void setAggregationFuncName(String aggregationFuncName)
getAggregationFuncName
public String getAggregationFuncName()
setOpcode
public void setOpcode(String opcode)
getOpcode
public String getOpcode()
setValue
public void setValue(Double value)
getValue
public Double getValue()
test
public boolean test(Object obj)
- 定義:
- インタフェース
com.isenshi.util.functor.UnaryPredicate
内の test
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.