com.sage.orion.sdata.servlet
Class TrackingIDInfo

java.lang.Object
  extended by com.sage.orion.sdata.servlet.TrackingIDInfo

public class TrackingIDInfo
extends java.lang.Object


Constructor Summary
TrackingIDInfo(java.lang.String id, java.lang.String name)
           
 
Method Summary
 java.lang.String getOperationName()
          Gets the value of the operationName passed in by the client
 java.lang.String getTrackingID()
          Gets the value of the trackingID passed in by the client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackingIDInfo

public TrackingIDInfo(java.lang.String id,
                      java.lang.String name)
Method Detail

getTrackingID

public java.lang.String getTrackingID()
Gets the value of the trackingID passed in by the client

Returns:
trackingID

getOperationName

public java.lang.String getOperationName()
Gets the value of the operationName passed in by the client

Returns:
operationName


Copyright © 2011 Sage Software, Inc. All rights reserved.