public class Client extends Object implements Serializable
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClientid() |
UUID |
getClientuuid() |
Party |
getParty() |
void |
setClientid(Integer clientid) |
void |
setClientuuid(UUID clientuuid) |
void |
setParty(Party party) |
public UUID getClientuuid()
public void setClientuuid(UUID clientuuid)
clientuuid - the clientuuid to setpublic Party getParty()
public void setParty(Party party)
party - the party to setpublic Integer getClientid()
public void setClientid(Integer clientid)
clientid - the clientid to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.