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


コンストラクタの概要
AggregationValuePredicate()
           
AggregationValuePredicate(String siteName, String entityName, String aggregationFuncName, Double value, String opcode)
           
 
メソッドの概要
 String getAggregationFuncName()
           
 String getEntityName()
           
 String getOpcode()
           
 String getSiteName()
          推奨されていません。  
 Double getValue()
           
 void setAggregationFuncName(String aggregationFuncName)
           
 void setEntityName(String entityName)
           
 void setOpcode(String opcode)
           
 void setSiteName(String siteName)
          推奨されていません。  
 void setValue(Double value)
           
 boolean test(Object obj)
           
 
クラス 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.