Package org.javlo.service
Class IMService.IMItem
- java.lang.Object
-
- org.javlo.service.IMService.IMItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromSite()
String
getFromUser()
long
getId()
String
getMessage()
String
getMessageAutoLink()
String
getReceiverSite()
String
getReceiverUser()
Date
getSentDate()
boolean
isFromAllSites()
boolean
isToAllSites()
boolean
isToAllUsers()
boolean
isWizz()
-
-
-
Method Detail
-
getId
public long getId()
-
getSentDate
public Date getSentDate()
-
getFromSite
public String getFromSite()
-
isFromAllSites
public boolean isFromAllSites()
-
getFromUser
public String getFromUser()
-
getReceiverSite
public String getReceiverSite()
-
isToAllSites
public boolean isToAllSites()
-
getReceiverUser
public String getReceiverUser()
-
isToAllUsers
public boolean isToAllUsers()
-
getMessage
public String getMessage()
-
getMessageAutoLink
public String getMessageAutoLink()
-
isWizz
public boolean isWizz()
-
-