net.sf.dropboxmq.destinations
Class DestinationImpl

java.lang.Object
  extended by net.sf.dropboxmq.destinations.DestinationImpl
All Implemented Interfaces:
Serializable, Destination
Direct Known Subclasses:
QueueImpl, TopicImpl

public abstract class DestinationImpl
extends Object
implements Destination, Serializable

Created: 10 Mar 2006

Version:
$Revision: 219 $, $Date: 2010-12-05 14:40:43 -0700 (Sun, 05 Dec 2010) $
Author:
Dwayne Schultz
See Also:
Serialized Form

Constructor Summary
protected DestinationImpl()
           
protected DestinationImpl(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
protected  String toObjectString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestinationImpl

protected DestinationImpl()

DestinationImpl

protected DestinationImpl(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

toObjectString

protected final String toObjectString()