Package com.logicaldoc.core.security
Class Client
- java.lang.Object
-
- com.logicaldoc.core.security.Client
-
- All Implemented Interfaces:
Serializable
public class Client extends Object implements Serializable
A remote client connected to LogicalDOC- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAddress()DevicegetDevice()GeolocationgetGeolocation()StringgetHost()StringgetId()StringgetUsername()inthashCode()voidsetAddress(String address)voidsetDevice(Device device)voidsetGeolocation(Geolocation geolocation)voidsetHost(String host)voidsetId(String id)voidsetUsername(String username)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getDevice
public Device getDevice()
-
setDevice
public void setDevice(Device device)
-
getGeolocation
public Geolocation getGeolocation()
-
setGeolocation
public void setGeolocation(Geolocation geolocation)
-
-