|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.util.service.ATGBasicClass atg.util.ejb.ATGEJBSession atg.metier.entite.ATGEntiteEJBBean
public abstract class ATGEntiteEJBBean
Titre : Classe Business Object, représentant les"Objets Métier Données" de l'entreprise
Description : Cette classe représente les données et les méthode métier liée à ses données
Copyright : FERRARI Olivier
Field Summary | |
---|---|
protected ATGIdentifiant |
identifiant
Identifiant de l'objet en cours |
protected static java.util.logging.Logger |
logger_
|
Constructor Summary | |
---|---|
ATGEntiteEJBBean()
|
Method Summary | |
---|---|
ATGIdentifiant |
getIdentifiant()
Getter sur l'identifiant |
java.lang.String |
getIdentifiantToString()
Getter sur l'identifiant en string |
protected java.util.logging.Logger |
getLogger()
Ecriture des logs |
java.lang.String |
getResumeToString()
Retourn un résumé du bean (destiné à la couche présentation, ou aux traces) |
void |
setIdentifiant(ATGIdentifiant identifiant)
Setter sur l'identifiant |
Methods inherited from class atg.util.ejb.ATGEJBSession |
---|
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext |
Methods inherited from class atg.util.service.ATGBasicClass |
---|
logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface atg.metier.entite.ATGIEntite |
---|
checkData |
Field Detail |
---|
protected static java.util.logging.Logger logger_
protected ATGIdentifiant identifiant
Constructor Detail |
---|
public ATGEntiteEJBBean()
Method Detail |
---|
protected java.util.logging.Logger getLogger()
ATGBasicClass
getLogger
in class ATGBasicClass
public java.lang.String getIdentifiantToString()
getIdentifiantToString
in interface ATGIEntite
public java.lang.String getResumeToString()
getResumeToString
in interface ATGIEntite
public void setIdentifiant(ATGIdentifiant identifiant)
setIdentifiant
in interface ATGIEntite
identifiant
- Identifiant de l'objetpublic ATGIdentifiant getIdentifiant()
getIdentifiant
in interface ATGIEntite
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |