Package inha.git.notice.domain
Class Notice
java.lang.Object
inha.git.common.BaseEntity
inha.git.notice.domain.Notice
Notice 엔티티는 애플리케이션의 공지사항 정보를 나타냄.
-
Nested Class Summary
Nested classes/interfaces inherited from class inha.git.common.BaseEntity
BaseEntity.State
-
Field Summary
Fields inherited from class inha.git.common.BaseEntity
state
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setHasAttachment
(Boolean hasAttachment) void
setNoticeAttachments
(List<NoticeAttachment> noticeAttachments) void
void
updateNotice
(String title, String contents) Methods inherited from class inha.git.common.BaseEntity
setDeletedAt, setState
-
Constructor Details
-
Notice
public Notice()
-
-
Method Details
-
updateNotice
-
setUser
-
setNoticeAttachments
-
setHasAttachment
-