com.sage.orion.sdata.servlet.accpac
Class Service

java.lang.Object
  extended by com.sage.orion.sdata.servlet.accpac.Service

public class Service
extends java.lang.Object

This class is tied to the JiBX binding file serviceMapBinding.xml. It should not be changed without studying the ramifications in the binding file.


Constructor Summary
Service()
           
 
Method Summary
 java.lang.String getClassName()
          Gets the class name to be used for the service.
 java.lang.String getName()
          Gets the name of the service.
 java.lang.String getReportName()
          Gets the report name for the service.
 java.lang.String getViewID()
          Gets the viewID for the service.
 void setClassName(java.lang.String className)
          Sets the class name to be used for the service.
 void setName(java.lang.String name)
          Sets the name of the service.
 void setReportName(java.lang.String reportName)
          Sets the report name for the service.
 void setViewID(java.lang.String viewID)
          Sets the viewID for the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

getViewID

public java.lang.String getViewID()
Gets the viewID for the service.

Note: The viewID field is optional. If the viewID is not supplied then an empty string will be returned.

Returns:
the viewID or an empty string if no viewID exists for the service.

setViewID

public void setViewID(java.lang.String viewID)
Sets the viewID for the service.

Note: The viewID field is optional. If the viewID is not supplied in the xml file then this method will be called with a null parameter.

Parameters:
viewID - the viewID to set

getName

public java.lang.String getName()
Gets the name of the service.

Returns:
the name of the service.

setName

public void setName(java.lang.String name)
Sets the name of the service.

Parameters:
name - the name to set

getClassName

public java.lang.String getClassName()
Gets the class name to be used for the service.

Returns:
the class name to be used for the service.

setClassName

public void setClassName(java.lang.String className)
Sets the class name to be used for the service.

Parameters:
className - the class name to be used for the service.

setReportName

public void setReportName(java.lang.String reportName)
Sets the report name for the service.

Note: The reportName field is optional. If the reportName is not supplied in the xml file then this method will be called with a null parameter.

Parameters:
reportName - the report name for the service.

getReportName

public java.lang.String getReportName()
Gets the report name for the service.

Note: The reportName field is optional. If the reportName is not supplied in the xml file an empty string will be returned.

Returns:
the report name for the service.


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