com.isenshi.util.converter.function
クラス ConverterFunction

java.lang.Object
  拡張com.isenshi.util.converter.function.ConverterFunction
すべての実装インタフェース:
UnaryFunction
直系の既知のサブクラス:
DateConverterFunction, FormFile2BytesConverterFunction, Id2ObjConverterFunction, ManyToManyConverterFunction

public abstract class ConverterFunction
extends Object
implements UnaryFunction


コンストラクタの概要
ConverterFunction()
           
 
メソッドの概要
 TgwAttribute getAttribute()
           
 TgwEntity getEntity()
           
 String getSourceField()
           
 String getTargetField()
           
 void setEntity(TgwEntity entity)
           
 void setSourceField(String sourceField)
           
 void setTargetField(String targetField)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.isenshi.util.functor.UnaryFunction から継承したメソッド
evaluate
 

コンストラクタの詳細

ConverterFunction

public ConverterFunction()
メソッドの詳細

getSourceField

public String getSourceField()

setSourceField

public void setSourceField(String sourceField)

getTargetField

public String getTargetField()

setTargetField

public void setTargetField(String targetField)

getEntity

public TgwEntity getEntity()

setEntity

public void setEntity(TgwEntity entity)

getAttribute

public TgwAttribute getAttribute()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.