Class Chatline
Object
Chatline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getOwner()getUsers()inthashCode()voidsetAttributename(String attributename) voidsetChatname(String chatname) voidvoidsetId(long id) voidvoidUpdates the time with when the last chat message was sent.
-
Constructor Details
-
Chatline
public Chatline()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getChatname
-
setChatname
-
getAttributename
-
setAttributename
-
getColour
-
setColour
-
getLastchattime
-
getOwner
-
setOwner
-
getUsers
-
equals
-
hashCode
-
updateTime
public void updateTime()Updates the time with when the last chat message was sent.
-