org.gcube.messaging.common.consumer.ri
Class RINotification

java.lang.Object
  extended by org.gcube.messaging.common.consumer.notifier.Notification
      extended by org.gcube.messaging.common.consumer.ri.RINotification

public class RINotification
extends Notification

Author:
Andrea Manzi(CERN)

Constructor Summary
RINotification()
           
 
Method Summary
 java.lang.String getServiceClass()
          get the serviceclass
 java.lang.String getServiceName()
          get the serviceName
 void setServiceClass(java.lang.String serviceClass)
          set teh serviceclass
 void setServiceName(java.lang.String serviceName)
          set the ServiceName
 
Methods inherited from class org.gcube.messaging.common.consumer.notifier.Notification
getMessage, getScope, getSourceGHN, getTime, getType, setMessage, setScope, setSourceGHN, setTime, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RINotification

public RINotification()
Method Detail

getServiceName

public java.lang.String getServiceName()
get the serviceName

Returns:
the serviceName

setServiceName

public void setServiceName(java.lang.String serviceName)
set the ServiceName

Parameters:
serviceName - the seviceName

getServiceClass

public java.lang.String getServiceClass()
get the serviceclass

Returns:
serviceclass

setServiceClass

public void setServiceClass(java.lang.String serviceClass)
set teh serviceclass

Parameters:
serviceClass -