public class RIMessage<TEST extends Test> extends GCUBEMessage
GCUBEMessage.ResultType
Modifier and Type | Field and Description |
---|---|
static String |
RI
topic base
|
DATE_FORMAT_NOW, result, scope, sourceGHN, time, topic
Constructor and Description |
---|
RIMessage() |
RIMessage(String ghnName,
String VO)
create a RIMessage for the given scope and ghn
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceClass()
get the service class
|
String |
getServiceName()
get the serviceName
|
TEST |
getTest()
get the test Object
|
void |
setServiceClass(String serviceClass)
set the service class
|
void |
setServiceName(String serviceName)
set the service name
|
void |
setTest(TEST test)
set the test object
|
String |
toString()
to string
|
getResult, getScope, getSourceGHN, getTime, getTopic, setResult, setScope, setSourceGHN, setTime, setTimeNow, setTopic
public static final String RI
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass
- the service classpublic TEST getTest()
public void setTest(TEST test)
test
- the test objectCopyright © 2014. All Rights Reserved.