Class CustomCalendar


  • public class CustomCalendar
    extends java.lang.Object
    • Constructor Detail

      • CustomCalendar

        public CustomCalendar()
    • Method Detail

      • getRevision

        public long getRevision()
      • setRevision

        public void setRevision​(long revision)
      • withRevision

        public CustomCalendar withRevision​(long revision)
      • getDates

        public java.util.List<com.carfey.jdk.lang.Date> getDates()
      • setDates

        public void setDates​(java.util.List<com.carfey.jdk.lang.Date> dates)
      • withDates

        public CustomCalendar withDates​(java.util.List<com.carfey.jdk.lang.Date> dates)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • withName

        public CustomCalendar withName​(java.lang.String name)
      • getCustomCalendarId

        public long getCustomCalendarId()
      • setCustomCalendarId

        public void setCustomCalendarId​(long customCalendarId)
      • withCustomCalendarId

        public CustomCalendar withCustomCalendarId​(long customCalendarId)
      • getCreatedBy

        public java.lang.String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(java.lang.String createdBy)
      • withCreatedBy

        public CustomCalendar withCreatedBy​(java.lang.String createdBy)
      • getCreatedDate

        public com.carfey.jdk.lang.DateTime getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(com.carfey.jdk.lang.DateTime createdDate)
      • withCreatedDate

        public CustomCalendar withCreatedDate​(com.carfey.jdk.lang.DateTime createdDate)
      • getLastUpdatedBy

        public java.lang.String getLastUpdatedBy()
      • setLastUpdatedBy

        public void setLastUpdatedBy​(java.lang.String lastUpdatedBy)
      • withLastUpdatedBy

        public CustomCalendar withLastUpdatedBy​(java.lang.String lastUpdatedBy)
      • getLastUpdatedDate

        public com.carfey.jdk.lang.DateTime getLastUpdatedDate()
      • setLastUpdatedDate

        public void setLastUpdatedDate​(com.carfey.jdk.lang.DateTime lastUpdatedDate)
      • withLastUpdatedDate

        public CustomCalendar withLastUpdatedDate​(com.carfey.jdk.lang.DateTime lastUpdatedDate)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object