org.glassfish.jersey.examples.aggregator
Class Message

java.lang.Object
  extended by org.glassfish.jersey.examples.aggregator.Message

public class Message
extends Object

Message bean.

Author:
Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
Message()
           
Message(String text, String rgbColor, String profileImg)
           
 
Method Summary
 String getProfileImg()
           
 String getRgbColor()
           
 String getText()
           
 void setRgbColor(String rgbColor)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message()

Message

public Message(String text,
               String rgbColor,
               String profileImg)
Method Detail

getText

public String getText()

getProfileImg

public String getProfileImg()

getRgbColor

public String getRgbColor()

setRgbColor

public void setRgbColor(String rgbColor)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.