com.ibm.ccd.ui.mediator
Class WPCNotificationBean

java.lang.Object
  extended by com.ibm.ccd.ui.mediator.WPCNotificationBean

public class WPCNotificationBean
extends java.lang.Object

Represents the WPC Notification element and provides the support to set/get the type, message , details as a hashmap


Method Summary
 int getCode()
           
 java.util.HashMap getDetails()
           
 java.lang.String getMessage()
           
 int getStatus()
           
 java.lang.String getTrasactionID()
           
 java.lang.String getType()
           
 boolean hasDetails()
           
 void printMe()
           
 void setCode(int code)
           
 void setDetails(java.util.HashMap details)
           
 void setMessage(java.lang.String message)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasDetails

public boolean hasDetails()

getStatus

public int getStatus()

getCode

public int getCode()

getDetails

public java.util.HashMap getDetails()

getMessage

public java.lang.String getMessage()

setCode

public void setCode(int code)

setDetails

public void setDetails(java.util.HashMap details)

setMessage

public void setMessage(java.lang.String message)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getTrasactionID

public java.lang.String getTrasactionID()

printMe

public void printMe()