org.eclipse.graphiti.tb
Class AbstractDecorator

java.lang.Object
  extended by org.eclipse.graphiti.tb.AbstractDecorator
All Implemented Interfaces:
IDecorator
Direct Known Subclasses:
ImageDecorator

public abstract class AbstractDecorator
extends Object
implements IDecorator

The Class AbstractDecorator.


Field Summary
private  String message
           
 
Constructor Summary
AbstractDecorator()
           
 
Method Summary
 String getMessage()
          Gets the message.
 void setMessage(String message)
          Sets the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private String message
Constructor Detail

AbstractDecorator

public AbstractDecorator()
Method Detail

getMessage

public String getMessage()
Description copied from interface: IDecorator
Gets the message.

Specified by:
getMessage in interface IDecorator
Returns:
the message

setMessage

public void setMessage(String message)
Description copied from interface: IDecorator
Sets the message.

Specified by:
setMessage in interface IDecorator
Parameters:
message - the new message


Copyright (c) SAP AG 2005, 2010.