atg.util.service.identifiant
Class ATGIdentifiant

Package class diagram package ATGIdentifiant
java.lang.Object
  extended by atg.util.service.identifiant.ATGIdentifiant
All Implemented Interfaces:
java.io.Serializable

public class ATGIdentifiant
extends java.lang.Object
implements java.io.Serializable

Titre : Classe mère des identifiants du framework

Description : Cette classe est héritée par toutes les classes dites identifiants

Copyright : FERRARI Olivier

See Also:
Serialized Form

Constructor Summary
ATGIdentifiant()
          Constructeur vide
ATGIdentifiant(java.lang.Object identifiant)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATGIdentifiant

public ATGIdentifiant()
Constructeur vide


ATGIdentifiant

public ATGIdentifiant(java.lang.Object identifiant)