Class Configuration
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.basic.Configuration
- All Implemented Interfaces:
Serializable
,IDataProviderEntity
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getType()
getUser()
getValue()
boolean
void
setComment
(String comment) void
setFromVersion
(String fromVersion) void
void
void
setType
(Configuration.Type type) void
void
void
setValueB
(boolean value) void
void
toString()
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details