public class Message extends Object
protected String
message
title
type
Message(String message, String title)
String
getMessage()
getTitle()
getType()
void
setMessage(String message)
setTitle(String title)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String message
protected String title
protected String type
public Message(String message, String title)
public String getMessage()
public void setMessage(String message)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
Copyright © 2016. All rights reserved.