java.lang.Object
org.apache.openmeetings.db.entity.room.RoomPoll
- All Implemented Interfaces:
- Serializable,- IDataProviderEntity
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()getRoom()getType()booleanvoidsetAnswers(List<RoomPollAnswer> answers) voidsetArchived(boolean archived) voidsetCreated(Date created) voidsetCreator(User creator) voidvoidvoidsetQuestion(String question) voidvoidsetType(RoomPoll.Type type) 
- 
Field Details- 
YES_NO_TYPE_IDpublic static final int YES_NO_TYPE_ID- See Also:
 
- 
NUMERIC_TYPE_IDpublic static final int NUMERIC_TYPE_ID- See Also:
 
 
- 
- 
Constructor Details- 
RoomPollpublic RoomPoll()
 
- 
- 
Method Details- 
getCreator- Returns:
- the creator
 
- 
setCreator- Parameters:
- creator- the creator to set
 
- 
getCreated- Returns:
- the created
 
- 
setCreated- Parameters:
- created- the created to set
 
- 
getQuestion- Returns:
- the question
 
- 
setQuestion- Parameters:
- question- the question to set
 
- 
getAnswers- Returns:
- the answers
 
- 
setAnswers- Parameters:
- answers- the answers to set
 
- 
getId- Specified by:
- getIdin interface- IDataProviderEntity
- Returns:
- the id
 
- 
setId- Specified by:
- setIdin interface- IDataProviderEntity
- Parameters:
- id- the id to set
 
- 
getType- Returns:
- the type
 
- 
setType
- 
getRoom
- 
setRoom
- 
isArchivedpublic boolean isArchived()- Returns:
- the archived
 
- 
setArchivedpublic void setArchived(boolean archived) - Parameters:
- archived- the archived to set
 
- 
getName- Returns:
- the name
 
- 
setName- Parameters:
- name- the name to set
 
 
-