Class Chatline
Object
Chatline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
getOwner()
getUsers()
int
hashCode()
void
setAttributename
(String attributename) void
setChatname
(String chatname) void
void
setId
(long id) void
void
Updates 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.
-