de.uni_paderborn.fujaba.fsa.update
Class LogicToFsaUpdatePCL

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

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

set fsaComponent.attrName if UMLUnparseInterface has changed

Version:
$Revision: 1.14 $
Author:
$Author: lowende $

Constructor Summary
LogicToFsaUpdatePCL(AbstractUpdater updater, java.lang.String attrName, FSAObject component)
          Default Constructor
LogicToFsaUpdatePCL(java.lang.String attrName, FSAObject component)
          Constructor for class LogicToFsaUpdatePCL
 
Method Summary
 java.lang.String getAttrName()
          Get the value of attrName.
 FSAObject getFsaObject()
          Get the value of fsaObject.
 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 setFsaObject(FSAObject fsaObject)
          Set the value of fsaObject.
 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

LogicToFsaUpdatePCL

public LogicToFsaUpdatePCL(AbstractUpdater updater,
                           java.lang.String attrName,
                           FSAObject component)
Default Constructor

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

LogicToFsaUpdatePCL

public LogicToFsaUpdatePCL(java.lang.String attrName,
                           FSAObject component)
Constructor for class LogicToFsaUpdatePCL

Parameters:
attrName - No description provided
component - 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.

getFsaObject

public FSAObject getFsaObject()
Get the value of fsaObject.

Returns:
Value of fsaObject.

setFsaObject

public void setFsaObject(FSAObject fsaObject)
Set the value of fsaObject.

Parameters:
fsaObject - Value to assign to fsaObject.

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