com.ibm.ccd.ui.mediator
Class WPCNotificationBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()