org.nuiton.topia.migration.common
Class SimpleProxyClassMapped

java.lang.Object
  extended by org.nuiton.topia.migration.common.SimpleProxyClassMapped
All Implemented Interfaces:
ProxyClassMapped

Deprecated. since 2.3.4, please use now the simplify service TopiaMigrationEngine

@Deprecated
public class SimpleProxyClassMapped
extends Object
implements ProxyClassMapped

SimpleProxyClassMapped.java

Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent

Constructor Summary
SimpleProxyClassMapped(ProxyClass class1)
          Deprecated.  
SimpleProxyClassMapped(ProxyClass pc, Serializable nameIdAttribute)
          Deprecated.  
SimpleProxyClassMapped(ProxyClass pc, Serializable nameIdAttribute, Migration migration)
          Deprecated.  
 
Method Summary
 boolean equals(Object other)
          Deprecated.  
 Serializable getIdAttribute()
          Deprecated. Le nom de l'attribut
 Migration getMigrationClass()
          Deprecated. La classe de migration
 ProxyClass getProxyClass()
          Deprecated. La proxy class
 int hashCode()
          Deprecated.  
 void setNameIdAttribute(Serializable nameIdAttribute)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleProxyClassMapped

public SimpleProxyClassMapped(ProxyClass pc,
                              Serializable nameIdAttribute)
Deprecated. 
Parameters:
pc -
nameIdAttribute -

SimpleProxyClassMapped

public SimpleProxyClassMapped(ProxyClass pc,
                              Serializable nameIdAttribute,
                              Migration migration)
Deprecated. 

SimpleProxyClassMapped

public SimpleProxyClassMapped(ProxyClass class1)
Deprecated. 
Method Detail

getIdAttribute

public Serializable getIdAttribute()
Deprecated. 
Description copied from interface: ProxyClassMapped
Le nom de l'attribut

Specified by:
getIdAttribute in interface ProxyClassMapped
Returns:
le nom de l'attribut identifiant

getProxyClass

public ProxyClass getProxyClass()
Deprecated. 
Description copied from interface: ProxyClassMapped
La proxy class

Specified by:
getProxyClass in interface ProxyClassMapped
Returns:
la proxy class
See Also:
ProxyClass

setNameIdAttribute

public void setNameIdAttribute(Serializable nameIdAttribute)
Deprecated. 
Parameters:
nameIdAttribute - the nameIdAttribute to set

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Deprecated. 
Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

getMigrationClass

public Migration getMigrationClass()
Deprecated. 
Description copied from interface: ProxyClassMapped
La classe de migration

Specified by:
getMigrationClass in interface ProxyClassMapped
Returns:
la classe de migration


Copyright © 2004-2010 CodeLutin. All Rights Reserved.