org.seasar.extension.persistence.factory
クラス EntityMetaCache

java.lang.Object
  上位を拡張 org.seasar.extension.persistence.factory.EntityMetaCache

public class EntityMetaCache
extends Object

作成者:
higa

コンストラクタの概要
EntityMetaCache(File file, EntityMeta entityMeta)
           
 
メソッドの概要
 EntityMeta getEntityMeta()
           
 File getFile()
           
 long getLastModified()
           
 boolean isModified()
           
 void setEntityMeta(EntityMeta entityMeta)
           
protected  void setFile(File file)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EntityMetaCache

public EntityMetaCache(File file,
                       EntityMeta entityMeta)
メソッドの詳細

setFile

protected void setFile(File file)

isModified

public boolean isModified()

getEntityMeta

public EntityMeta getEntityMeta()
戻り値:
Returns the entityMeta.

setEntityMeta

public void setEntityMeta(EntityMeta entityMeta)
パラメータ:
entityMeta - The entityMeta to set.

getFile

public File getFile()
戻り値:
Returns the file.

getLastModified

public long getLastModified()
戻り値:
Returns the lastModified.


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.