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 StringgetDetails()StringgetFormattedTime()StringgetHref()longgetMsgId()StringgetOrigin()StringgetSummary()EInternalMessageTypegetType()booleanisAuthorized()booleanisReaded()
-
-
-
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()
-
-