org.objectweb.jorm.mapper.fos.metainfo
Interface FosMappingInfos

All Known Implementing Classes:
FosClassMapping, FosGenClassMapping

public interface FosMappingInfos

Provides information for mapping classes or generic classes into FOS mapper.

Author:
P. Dechamboux

Method Summary
 java.lang.String getDirName()
          Retrieves the name of the directory where class objects are stored.
 void setDirName(java.lang.String dirname)
          Assigns the name of the directory where class objects are stored.
 

Method Detail

getDirName

public java.lang.String getDirName()
Retrieves the name of the directory where class objects are stored.

Returns:
The directory name.

setDirName

public void setDirName(java.lang.String dirname)
Assigns the name of the directory where class objects are stored.

Parameters:
dirname - The directory name.