com.myJava.util.errors
Class ActionInformation

java.lang.Object
  extended by 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

Constructor Summary
ActionInformation(java.lang.Object value)
          Constructeur
ActionInformation(java.lang.String type, java.lang.Object value)
          Constructeur
 
Method Summary
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInformation

public ActionInformation(java.lang.String type,
                         java.lang.Object value)
Constructeur


ActionInformation

public ActionInformation(java.lang.Object value)
Constructeur

Method Detail

getType

public java.lang.String getType()

getValue

public java.lang.Object getValue()