@Entity public class ConferenceLog extends Object implements IDataProviderEntity
Modifier and Type | Class and Description |
---|---|
static class |
ConferenceLog.Type |
Constructor and Description |
---|
ConferenceLog() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Date |
getInserted() |
long |
getInsertedby() |
Long |
getRoomId() |
String |
getScopeName() |
String |
getStreamid() |
ConferenceLog.Type |
getType() |
Long |
getUserId() |
String |
getUserip() |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setInsertedby(long insertedby) |
void |
setRoomId(Long roomId) |
void |
setScopeName(String scopeName) |
void |
setStreamid(String streamid) |
void |
setType(ConferenceLog.Type type) |
void |
setUserId(Long userId) |
void |
setUserip(String userip) |
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public ConferenceLog.Type getType()
public void setType(ConferenceLog.Type type)
public Date getInserted()
public void setInserted(Date inserted)
public long getInsertedby()
public void setInsertedby(long insertedby)
public Long getUserId()
public void setUserId(Long userId)
public String getStreamid()
public void setStreamid(String streamid)
public Long getRoomId()
public void setRoomId(Long roomId)
public String getUserip()
public void setUserip(String userip)
public String getScopeName()
public void setScopeName(String scopeName)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.