INRIA & FluxMedia

fr.fluxmedia.transmorpher.action
Class TmActionImpl

java.lang.Object
  extended by fr.fluxmedia.transmorpher.action.TmActionImpl
All Implemented Interfaces:
TmAction

public class TmActionImpl
extends java.lang.Object
implements TmAction


Field Summary
protected  java.lang.Object newValue
           
protected  java.lang.Object oldValue
           
protected  java.lang.Object source
           
protected  java.lang.Object target
           
protected  int type
           
 
Fields inherited from interface fr.fluxmedia.transmorpher.action.TmAction
ADD, MODIFY, REMOVE
 
Constructor Summary
TmActionImpl(int t, java.lang.Object s, java.lang.Object tar, java.lang.Object ov, java.lang.Object nv)
           
 
Method Summary
 java.lang.Object getNewValue()
          Get the value of newValue.
 java.lang.Object getOldValue()
          Get the value of oldValue.
 java.lang.Object getSource()
          Get the value of source.
 java.lang.Object getTarget()
          Get the value of target.
 int getType()
          Get the value of type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected int type

source

protected java.lang.Object source

target

protected java.lang.Object target

oldValue

protected java.lang.Object oldValue

newValue

protected java.lang.Object newValue
Constructor Detail

TmActionImpl

public TmActionImpl(int t,
                    java.lang.Object s,
                    java.lang.Object tar,
                    java.lang.Object ov,
                    java.lang.Object nv)
Method Detail

getType

public int getType()
Get the value of type.

Specified by:
getType in interface TmAction
Returns:
value of type.

getSource

public java.lang.Object getSource()
Get the value of source.

Specified by:
getSource in interface TmAction
Returns:
value of source.

getTarget

public java.lang.Object getTarget()
Get the value of target.

Specified by:
getTarget in interface TmAction
Returns:
value of target.

getOldValue

public java.lang.Object getOldValue()
Get the value of oldValue.

Specified by:
getOldValue in interface TmAction
Returns:
value of oldValue.

getNewValue

public java.lang.Object getNewValue()
Get the value of newValue.

Specified by:
getNewValue in interface TmAction
Returns:
value of newValue.

INRIA & FluxMedia

..no bottom yet...