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 SummaryAll 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- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getAddresspublic String getAddress() 
 - 
setAddresspublic void setAddress(String address) 
 - 
getHostpublic String getHost() 
 - 
setHostpublic void setHost(String host) 
 - 
getUsernamepublic String getUsername() 
 - 
setUsernamepublic void setUsername(String username) 
 - 
getDevicepublic Device getDevice() 
 - 
setDevicepublic void setDevice(Device device) 
 - 
getGeolocationpublic Geolocation getGeolocation() 
 - 
setGeolocationpublic void setGeolocation(Geolocation geolocation) 
 
- 
 
-