org.objectweb.petals.tools.webadmin.ui.infra.bean
Class InfoBean

java.lang.Object
  extended by org.objectweb.petals.tools.webadmin.ui.infra.bean.InfoBean

public class InfoBean
extends java.lang.Object

used to store and display any message (error, warning, info)

Author:
mcarpentier - EBM Websourcing

Field Summary
static int ERROR_MESSAGE
           
static int INFO_MESSAGE
           
static int WARNING_MESSAGE
           
 
Constructor Summary
InfoBean()
           
 
Method Summary
 java.lang.String getMessage()
           
 int getMessageType()
           
 void setMessage(java.lang.String message)
           
 void setMessageType(int messageType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_MESSAGE

public static int ERROR_MESSAGE

WARNING_MESSAGE

public static int WARNING_MESSAGE

INFO_MESSAGE

public static int INFO_MESSAGE
Constructor Detail

InfoBean

public InfoBean()
Method Detail

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)

getMessageType

public int getMessageType()

setMessageType

public void setMessageType(int messageType)


Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.