org.nuiton.topia.migration.common
Interface ProxyClassMapped

All Known Implementing Classes:
SimpleProxyClassMapped

public interface ProxyClassMapped

ProxyClassMapped.java Un proxy class, et le nom de son attribut identifiant

Version:
$Revision: 1894 $ Last update : $Date: 2010-04-15 17:44:51 +0200 (jeu., 15 avril 2010) $
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent

Method Summary
 Serializable getIdAttribute()
          Le nom de l'attribut
 Migration getMigrationClass()
          La classe de migration
 ProxyClass getProxyClass()
          La proxy class
 

Method Detail

getProxyClass

ProxyClass getProxyClass()
La proxy class

Returns:
la proxy class
See Also:
ProxyClass

getIdAttribute

Serializable getIdAttribute()
Le nom de l'attribut

Returns:
le nom de l'attribut identifiant

getMigrationClass

Migration getMigrationClass()
La classe de migration

Returns:
la classe de migration


Copyright © 2004-2010 CodeLutin. All Rights Reserved.