Class GroupSpaceBindingReportUserEntity
java.lang.Object
org.exoplatform.social.core.jpa.storage.entity.GroupSpaceBindingReportUserEntity
- All Implemented Interfaces:
Serializable
@Entity(name="SocGroupSpaceBindingReportUser")
public class GroupSpaceBindingReportUserEntity
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()longgetId()getUser()booleanbooleanvoidvoidvoidsetGroupSpaceBindingReportAction(GroupSpaceBindingReportActionEntity groupSpaceBindingReportAction) voidsetId(long id) voidsetStillInSpace(boolean stillInSpace) voidvoidsetWasPresentBefore(boolean wasPresentBefore)
-
Constructor Details
-
GroupSpaceBindingReportUserEntity
public GroupSpaceBindingReportUserEntity()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getGroupSpaceBindingReportAction
-
setGroupSpaceBindingReportAction
public void setGroupSpaceBindingReportAction(GroupSpaceBindingReportActionEntity groupSpaceBindingReportAction) -
getUser
-
setUser
-
getAction
-
setAction
-
getDate
-
setDate
-
isWasPresentBefore
public boolean isWasPresentBefore() -
setWasPresentBefore
public void setWasPresentBefore(boolean wasPresentBefore) -
isStillInSpace
public boolean isStillInSpace() -
setStillInSpace
public void setStillInSpace(boolean stillInSpace)
-