Class WsClient
- java.lang.Object
-
- org.apache.openmeetings.db.entity.basic.WsClient
-
- All Implemented Interfaces:
Serializable,IWsClient
public class WsClient extends Object implements IWsClient
Temporary class for test recording, will be unified- Author:
- solomax
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetPageId()StringgetSessionId()StringgetUid()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
WsClient
public WsClient(String sessionId, int pageId)
-
-
Method Detail
-
getSessionId
public String getSessionId()
- Specified by:
getSessionIdin interfaceIWsClient
-
-