Class Date

  • Direct Known Subclasses:
    Comment, Post

    @MappedSuperclass
    public class Date
    extends java.lang.Object
    작성시간, 수정시간 관리용 객체.
    Version:
    1.0
    Author:
    always0ne
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.time.LocalDateTime createdDate
      작성시각.
      protected java.time.LocalDateTime modifiedDate
      수정시각.
    • Constructor Summary

      Constructors 
      Constructor Description
      Date()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void updateModifyDate()
      수정시각 업데이트.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • createdDate

        protected java.time.LocalDateTime createdDate
        작성시각.
      • modifiedDate

        protected java.time.LocalDateTime modifiedDate
        수정시각.
    • Constructor Detail

      • Date

        public Date()
    • Method Detail

      • updateModifyDate

        protected void updateModifyDate()
        수정시각 업데이트.