Class Group
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.user.Group
- All Implemented Interfaces:
Serializable
,IDataProviderEntity
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
int
int
int
getName()
int
int
int
getTag()
boolean
boolean
boolean
setExternal
(boolean external) void
void
setInsertedby
(Long insertedby) void
setLimited
(boolean limited) void
setMaxFilesSize
(int maxFilesSize) void
setMaxRecordingsSize
(int maxRecordingsSize) void
setMaxRooms
(int maxRooms) void
setNotifyInterval
(int notifyInterval) void
setRecordingTtl
(int recordingTtl) void
setReminderDays
(int reminderDays) void
setRestricted
(boolean restricted) void
void
setUpdatedby
(Long updatedby) toString()
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getInsertedby
-
setInsertedby
-
getName
-
setName
-
getId
-
setId
-
getUpdatedby
-
setUpdatedby
-
getTag
-
setTag
-
isLimited
public boolean isLimited() -
setLimited
public void setLimited(boolean limited) -
isRestricted
public boolean isRestricted() -
setRestricted
public void setRestricted(boolean restricted) -
getMaxFilesSize
public int getMaxFilesSize() -
setMaxFilesSize
public void setMaxFilesSize(int maxFilesSize) -
getMaxRecordingsSize
public int getMaxRecordingsSize() -
setMaxRecordingsSize
public void setMaxRecordingsSize(int maxRecordingsSize) -
getMaxRooms
public int getMaxRooms() -
setMaxRooms
public void setMaxRooms(int maxRooms) -
getRecordingTtl
public int getRecordingTtl() -
setRecordingTtl
public void setRecordingTtl(int recordingTtl) -
getReminderDays
public int getReminderDays() -
setReminderDays
public void setReminderDays(int reminderDays) -
isExternal
public boolean isExternal() -
setExternal
-
getNotifyInterval
public int getNotifyInterval() -
setNotifyInterval
public void setNotifyInterval(int notifyInterval) -
toString
-