Class InternalMessageModel
- java.lang.Object
-
- de.xima.fc.gui.model.messages.internal.InternalMessageModel
-
- All Implemented Interfaces:
Serializable
public class InternalMessageModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalMessageModel(long msgId, String summary, String details, String origin, boolean readed, boolean authorized, String formattedTime, EInternalMessageType type, EViews view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetails()
String
getFormattedTime()
String
getHref()
long
getMsgId()
String
getOrigin()
String
getSummary()
EInternalMessageType
getType()
boolean
isAuthorized()
boolean
isReaded()
-
-
-
Method Detail
-
getDetails
public String getDetails()
-
getFormattedTime
public String getFormattedTime()
-
getHref
public String getHref()
-
getMsgId
public long getMsgId()
-
getOrigin
public String getOrigin()
-
getSummary
public String getSummary()
-
getType
public EInternalMessageType getType()
-
isAuthorized
public boolean isAuthorized()
-
isReaded
public boolean isReaded()
-
-