Package io.meeds.poll.entity
Class PollEntity
java.lang.Object
io.meeds.poll.entity.PollEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetActivityId(Long activityId) voidsetCreatedDate(Date createdDate) voidsetCreatorId(Long creatorId) voidsetEndDate(Date endDate) voidvoidsetQuestion(String question) voidsetSpaceId(Long spaceId)
-
Constructor Details
-
PollEntity
public PollEntity()
-
-
Method Details
-
getId
-
setId
-
getQuestion
-
setQuestion
-
getCreatedDate
-
setCreatedDate
-
getEndDate
-
setEndDate
-
getCreatorId
-
setCreatorId
-
getActivityId
-
setActivityId
-
getSpaceId
-
setSpaceId
-