gov.noaa.gdsg.xmldbremote.service.transport
Class BaseTransport

java.lang.Object
  extended bygov.noaa.gdsg.xmldbremote.service.transport.BaseTransport
Direct Known Subclasses:
CollectionTransport, ResourceSetTransport, ResourceTransport, ServiceTransport

public class BaseTransport
extends java.lang.Object

The superclass to all transport objects.

Version:
$Id: BaseTransport.java,v 1.1 2004/10/29 18:06:13 mrxtravis Exp $
Author:
tns

Constructor Summary
BaseTransport()
          Creates a new instance of BaseTransport
 
Method Summary
 long getTransportId()
          Getter for property id.
 void setTransportId(long transportId)
          Setter for property id.
 java.lang.String toString()
          Uses org.apache.commons.lang.builder.ToStringBuilder.reflectionToString(this)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseTransport

public BaseTransport()
Creates a new instance of BaseTransport

Method Detail

getTransportId

public long getTransportId()
Getter for property id.

Returns:
Value of property id.

setTransportId

public void setTransportId(long transportId)
Setter for property id.

Parameters:
transportId - New value of property id.

toString

public java.lang.String toString()
Uses org.apache.commons.lang.builder.ToStringBuilder.reflectionToString(this)

Returns:
A string rep.


Copyright © 2004 DOC > NOAA > NGDC > EDSD. All Rights Reserved.