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 StringgetFromSite()StringgetFromUser()longgetId()StringgetMessage()StringgetMessageAutoLink()StringgetReceiverSite()StringgetReceiverUser()DategetSentDate()booleanisFromAllSites()booleanisToAllSites()booleanisToAllUsers()booleanisWizz()
-
-
-
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()
-
-