com.highdeal.notification
Class RenewReservationNotification

java.lang.Object
  extended by com.highdeal.notification.InternalNotification
      extended by com.highdeal.notification.RenewReservationNotification

public class RenewReservationNotification
extends InternalNotification


Nested Class Summary
 
Nested classes/interfaces inherited from class com.highdeal.notification.InternalNotification
InternalNotification.ArgListType, InternalNotification.ArgType
 
Constructor Summary
RenewReservationNotification()
           
RenewReservationNotification(java.lang.String systemName, java.lang.String instanceId, long timestamp, java.lang.Object[] argValues)
           
 
Method Summary
 byte getListenerId()
           
 short getPartitionId()
           
 short getResendAttempt()
           
 long getUniqueId()
           
 void setDesc(NotificationDescription desc)
           
 void setListenerId(byte listenerId)
           
 void setPartitionId(short partitionId)
           
 void setResendAttempt(short resendAttempt)
           
 void setUniqueId(long uniqueId)
           
 java.lang.String toString()
          Returns a string representation of the instance ID, the date, unique identifier and the specific arguments of a notification.
 
Methods inherited from class com.highdeal.notification.InternalNotification
getArgTypes, getArgValues, getDesc, getInstanceId, getSystemName, getTimestamp, setArgTypes, setArgValues, setInstanceId, setSystemName, setTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenewReservationNotification

public RenewReservationNotification()

RenewReservationNotification

public RenewReservationNotification(java.lang.String systemName,
                                    java.lang.String instanceId,
                                    long timestamp,
                                    java.lang.Object[] argValues)
Method Detail

setDesc

public void setDesc(NotificationDescription desc)
Overrides:
setDesc in class InternalNotification

getListenerId

public byte getListenerId()

setListenerId

public void setListenerId(byte listenerId)

getUniqueId

public long getUniqueId()

setUniqueId

public void setUniqueId(long uniqueId)

getPartitionId

public short getPartitionId()

setPartitionId

public void setPartitionId(short partitionId)

getResendAttempt

public short getResendAttempt()

setResendAttempt

public void setResendAttempt(short resendAttempt)

toString

public final java.lang.String toString()
Description copied from class: InternalNotification
Returns a string representation of the instance ID, the date, unique identifier and the specific arguments of a notification.

Overrides:
toString in class InternalNotification
Returns:
A string representation

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)