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
Direct Known Subclasses:
LogicToFsaSizeUpdater.LogicToFsaUpdatePCLRevalidate

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 $

Field Summary
private  java.lang.String attrName
          UMLAttribute : 'attrName : String '
private  FSAObject fsaObject
          UMLAttribute : 'fsaObject : FSAObject '
private  java.lang.Class fsaObjectClass
          No comment provided by developer, please add a comment to improve documentation.
private static org.apache.log4j.Logger log
          log4j logging
private  AbstractUpdater updater
          No comment provided by developer, please add a comment to improve documentation.
 
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.
private  java.lang.Class getFsaObjectClass()
          Get the fsaObjectClass attribute of the LogicToFsaUpdatePCL object
 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
 

Field Detail

log

private static final transient org.apache.log4j.Logger log
log4j logging


updater

private AbstractUpdater updater
No comment provided by developer, please add a comment to improve documentation.


fsaObject

private FSAObject fsaObject
UMLAttribute : 'fsaObject : FSAObject '


fsaObjectClass

private java.lang.Class fsaObjectClass
No comment provided by developer, please add a comment to improve documentation.


attrName

private java.lang.String attrName
UMLAttribute : 'attrName : String '

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.

getFsaObjectClass

private java.lang.Class getFsaObjectClass()
Get the fsaObjectClass attribute of the LogicToFsaUpdatePCL object

Returns:
The fsaObjectClass value

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