info.magnolia.messages.app
Class MessagesViewImpl.Message

java.lang.Object
  extended by info.magnolia.messages.app.MessagesViewImpl.Message
All Implemented Interfaces:
Serializable
Enclosing class:
MessagesViewImpl

public class MessagesViewImpl.Message
extends Object
implements Serializable

The Message POJO.

See Also:
Serialized Form

Constructor Summary
MessagesViewImpl.Message()
           
 
Method Summary
 String getContent()
           
 String getScope()
           
 String getTitle()
           
 MessageType getType()
           
 String getUser()
           
 void reset()
           
 void setContent(String content)
           
 void setScope(String scope)
           
 void setTitle(String title)
           
 void setType(MessageType type)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagesViewImpl.Message

public MessagesViewImpl.Message()
Method Detail

reset

public void reset()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContent

public String getContent()

setContent

public void setContent(String content)

getType

public MessageType getType()

setType

public void setType(MessageType type)

getScope

public String getScope()

setScope

public void setScope(String scope)

getUser

public String getUser()

setUser

public void setUser(String user)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.