public class ActiveUserRecord extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ActiveUserRecord()
Creates new instance.
|
|
ActiveUserRecord(String userId,
long start,
long end)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
Returns end date.
|
long |
getStart()
Returns start date.
|
String |
getUserId()
Returns user id.
|
void |
setEnd(long newEnd)
Sets end time.
|
protected ActiveUserRecord()
public ActiveUserRecord(String userId, long start, long end)
userId
- start
- end
- public void setEnd(long newEnd)
newEnd
- public String getUserId()
public long getStart()
public long getEnd()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.