org.nuiton.topia.migration.common
Class SimpleProxyClass

java.lang.Object
  extended by org.nuiton.topia.migration.common.SimpleProxyClass
All Implemented Interfaces:
ProxyClass

public class SimpleProxyClass
extends Object
implements ProxyClass

SimpleProxyClass.java

Version:
$Revision: 1459 $ Last update : $Date: 2009-05-16 09:56:47 +0200 (Sat, 16 May 2009) $
Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent

Constructor Summary
SimpleProxyClass(String canonicalName)
          Contructeur avec nom long
 
Method Summary
 ProxyClass clone()
          Redefinition de la methode clone
 boolean equals(Object other)
           
 String getCanonicalName()
          Nom long de la classe.
 String getShortClassName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleProxyClass

public SimpleProxyClass(String canonicalName)
Contructeur avec nom long

Parameters:
canonicalName - le nom avec package
Method Detail

getCanonicalName

public String getCanonicalName()
Description copied from interface: ProxyClass
Nom long de la classe. Exemple "domaine.Produit"

Specified by:
getCanonicalName in interface ProxyClass
Returns:
le nom canonique

getShortClassName

public String getShortClassName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public ProxyClass clone()
Description copied from interface: ProxyClass
Redefinition de la methode clone

Specified by:
clone in interface ProxyClass
Overrides:
clone in class Object
Returns:
le clone

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2010 CodeLutin. All Rights Reserved.