com.myJava.util.errors
Class ActionInformation
java.lang.Object
com.myJava.util.errors.ActionInformation
public class ActionInformation
- extends java.lang.Object
Classe repr�sentant une information retourn�e par une action (par exemple requ�te SQL).
Ca peut �tre un id d'enregistrement cr��, un nombre d'enregistrements supprim�s, etc.
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionInformation
public ActionInformation(java.lang.String type,
java.lang.Object value)
- Constructeur
ActionInformation
public ActionInformation(java.lang.Object value)
- Constructeur
getType
public java.lang.String getType()
getValue
public java.lang.Object getValue()