com.highdeal.notification
Class SpendingStatusReportNotification

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

public class SpendingStatusReportNotification
extends InternalNotification


Nested Class Summary
 
Nested classes/interfaces inherited from class com.highdeal.notification.InternalNotification
InternalNotification.ArgListType, InternalNotification.ArgType
 
Constructor Summary
SpendingStatusReportNotification()
           
SpendingStatusReportNotification(java.lang.String systemName, java.lang.String instanceId, long timestamp, java.lang.Object[] argValues)
           
 
Method Summary
 byte getListenerId()
           
 java.lang.String getMonitoringId()
           
 short getPartitionId()
           
 short getResendAttempt()
           
 java.util.List<java.lang.String> getSpendingStatusDescriptionIdList()
           
 java.util.List<java.lang.String> getSpendingStatusLabelList()
           
 long getUniqueId()
           
 void setDesc(NotificationDescription desc)
           
 void setListenerId(byte listenerId)
           
 void setPartitionId(short partitionId)
           
 void setResendAttempt(short resendAttempt)
           
 void setUniqueId(long uniqueId)
           
 
Methods inherited from class com.highdeal.notification.InternalNotification
getArgTypes, getArgValues, getDesc, getInstanceId, getSystemName, getTimestamp, setArgTypes, setArgValues, setInstanceId, setSystemName, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpendingStatusReportNotification

public SpendingStatusReportNotification()

SpendingStatusReportNotification

public SpendingStatusReportNotification(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)

getMonitoringId

public java.lang.String getMonitoringId()

getSpendingStatusDescriptionIdList

public java.util.List<java.lang.String> getSpendingStatusDescriptionIdList()

getSpendingStatusLabelList

public java.util.List<java.lang.String> getSpendingStatusLabelList()

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