com.sapportals.portal.prt.util
Class Stringable

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
Direct Known Subclasses:
ClientType, EventType, NodeMode, NodeType, PortalComponentContentType, PortalComponentRequestType

public class Stringable
extends java.lang.Object

Enables toString() method.

Version:
$Revision: #3 $
$File: //workplace/portal/dev/portal/src/java/core/com/sapportals/workplace/component/layout/Stringable.java $ , $Revision: #1 $ Last modified on $Date: 2000/12/22 $ by $Author: d029034 $ using $Change: 3954 $

Constructor Summary
Stringable()
           
Stringable(java.lang.String string)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Stringable

public Stringable()

Stringable

public Stringable(java.lang.String string)
Parameters:
string -  
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object