com.werken.blissed
Interface Described
- All Known Implementing Classes:
- State, Process, Transition
- public interface Described
Generic interface for objects which have descriptions.
- Author:
- bob mcwhirter
Method Summary |
java.lang.String |
getDescription()
Retrieve the description. |
void |
setDescription(java.lang.String description)
Set the description. |
getDescription
public java.lang.String getDescription()
- Retrieve the description.
- Returns:
- The description.
setDescription
public void setDescription(java.lang.String description)
- Set the description.
- Parameters:
description
- The description.
Copyright © 2002-2002 The Werken Company. All Rights Reserved.