Package com.carfey.ops.api.bean.calendar
Class CustomCalendar
- java.lang.Object
-
- com.carfey.ops.api.bean.calendar.CustomCalendar
-
public class CustomCalendar extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomCalendar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreatedBy()com.carfey.jdk.lang.DateTimegetCreatedDate()longgetCustomCalendarId()java.util.List<com.carfey.jdk.lang.Date>getDates()java.lang.StringgetLastUpdatedBy()com.carfey.jdk.lang.DateTimegetLastUpdatedDate()java.lang.StringgetName()longgetRevision()voidsetCreatedBy(java.lang.String createdBy)voidsetCreatedDate(com.carfey.jdk.lang.DateTime createdDate)voidsetCustomCalendarId(long customCalendarId)voidsetDates(java.util.List<com.carfey.jdk.lang.Date> dates)voidsetLastUpdatedBy(java.lang.String lastUpdatedBy)voidsetLastUpdatedDate(com.carfey.jdk.lang.DateTime lastUpdatedDate)voidsetName(java.lang.String name)voidsetRevision(long revision)java.lang.StringtoString()CustomCalendarwithCreatedBy(java.lang.String createdBy)CustomCalendarwithCreatedDate(com.carfey.jdk.lang.DateTime createdDate)CustomCalendarwithCustomCalendarId(long customCalendarId)CustomCalendarwithDates(java.util.List<com.carfey.jdk.lang.Date> dates)CustomCalendarwithLastUpdatedBy(java.lang.String lastUpdatedBy)CustomCalendarwithLastUpdatedDate(com.carfey.jdk.lang.DateTime lastUpdatedDate)CustomCalendarwithName(java.lang.String name)CustomCalendarwithRevision(long revision)
-
-
-
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:
toStringin classjava.lang.Object
-
-