de.uni_paderborn.fujaba.fsa.update
Class FsaToLogicUpdatePCL

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.FsaToLogicUpdatePCL
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class FsaToLogicUpdatePCL
extends java.lang.Object
implements java.beans.PropertyChangeListener

set logicObject.attrName if FSAObject has changed

Version:
$Revision: 1.13.2.1 $
Author:
$Author: mksoft $

Constructor Summary
FsaToLogicUpdatePCL(AbstractUpdater updater, java.lang.String attrName, java.lang.Object logicObject)
          Default Constructor
FsaToLogicUpdatePCL(java.lang.String attrName, java.lang.Object logicObject)
          Constructor for class FsaToLogicUpdatePCL
 
Method Summary
 java.lang.String getAttrName()
          Get the value of attrName.
 java.lang.Object getLogicObject()
          Get the value of logicObject.
 AbstractUpdater getUpdater()
          Get the value of updater.
 void propertyChange(java.beans.PropertyChangeEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 void setAttrName(java.lang.String attrName)
          Set the value of attrName.
 void setLogicObject(java.lang.Object logicObject)
          Set the value of logicObject.
 void setUpdater(AbstractUpdater updater)
          Set the value of updater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsaToLogicUpdatePCL

public FsaToLogicUpdatePCL(AbstractUpdater updater,
                           java.lang.String attrName,
                           java.lang.Object logicObject)
Default Constructor

Parameters:
updater - No description provided
attrName - No description provided
logicObject - No description provided

FsaToLogicUpdatePCL

public FsaToLogicUpdatePCL(java.lang.String attrName,
                           java.lang.Object logicObject)
Constructor for class FsaToLogicUpdatePCL

Parameters:
attrName - No description provided
logicObject - No description provided
Method Detail

getUpdater

public AbstractUpdater getUpdater()
Get the value of updater.

Returns:
Value of updater.

setUpdater

public void setUpdater(AbstractUpdater updater)
Set the value of updater.

Parameters:
updater - Value to assign to updater.

getLogicObject

public java.lang.Object getLogicObject()
Get the value of logicObject.

Returns:
Value of logicObject.

setLogicObject

public void setLogicObject(java.lang.Object logicObject)
Set the value of logicObject.

Parameters:
logicObject - Value to assign to logicObject.

getAttrName

public java.lang.String getAttrName()
Get the value of attrName.

Returns:
Value of attrName.

setAttrName

public void setAttrName(java.lang.String attrName)
Set the value of attrName.

Parameters:
attrName - Value to assign to attrName.

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
event - No description provided