|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.accpac.Service
public class Service
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 |
---|
public Service()
Method Detail |
---|
public java.lang.String getViewID()
Note: The viewID field is optional. If the viewID is not supplied then an empty string will be returned.
public void setViewID(java.lang.String viewID)
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.
viewID
- the viewID to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the class name to be used for the service.public void setReportName(java.lang.String reportName)
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.
reportName
- the report name for the service.public java.lang.String getReportName()
Note: The reportName field is optional. If the reportName is not supplied in the xml file an empty string will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |