Package org.vrspace.server.obj
Class GroupMessage
java.lang.Object
org.vrspace.server.obj.Entity
org.vrspace.server.obj.GroupMessage
-
Constructor Summary
ConstructorsConstructorDescriptionGroupMessage
(Client from, UserGroup group, String content, Instant timestamp) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Message content (text)getFrom()
getGroup()
getLink()
URL shared, only one for the time being.getLocal()
Used along the link, true if the link points to a world on this serverWorld ID, used only for world invitations/sharesint
hashCode()
void
setContent
(String content) Message content (text)void
void
void
URL shared, only one for the time being.void
Used along the link, true if the link points to a world on this servervoid
setTimestamp
(Instant timestamp) void
setWorldId
(Long worldId) World ID, used only for world invitations/sharestoString()
Methods inherited from class org.vrspace.server.obj.Entity
dispose, getId, getObjectId, setId
-
Constructor Details
-
GroupMessage
-
GroupMessage
public GroupMessage()
-
-
Method Details
-
getFrom
-
getGroup
-
getContent
Message content (text) -
getLink
URL shared, only one for the time being. May be relative (e.g. for local worlds) or absolute (external) -
getWorldId
World ID, used only for world invitations/shares -
getTimestamp
-
getLocal
Used along the link, true if the link points to a world on this server -
setFrom
-
setGroup
-
setContent
Message content (text) -
setLink
URL shared, only one for the time being. May be relative (e.g. for local worlds) or absolute (external) -
setWorldId
World ID, used only for world invitations/shares -
setTimestamp
-
setLocal
Used along the link, true if the link points to a world on this server -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-