org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData
Class UILogEntry

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UILogEntry
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class UILogEntry
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Spyros Boutsis, NKUA

Nested Class Summary
static class UILogEntry.UILogEntryLevel
           
 
Constructor Summary
UILogEntry(String message, UILogEntry.UILogEntryLevel type)
          Constructs a new UILogEntry.
 
Method Summary
 UILogEntry.UILogEntryLevel getLevel()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILogEntry

public UILogEntry(String message,
                  UILogEntry.UILogEntryLevel type)
Constructs a new UILogEntry.

Parameters:
message - the message that this entry will contain
bIsError - if true, the message is an error. If false, the message is a warning
Method Detail

getMessage

public String getMessage()

getLevel

public UILogEntry.UILogEntryLevel getLevel()


Copyright © 2013. All Rights Reserved.