Class PublishResult
- java.lang.Object
-
- org.optaweb.employeerostering.domain.roster.PublishResult
-
public class PublishResult extends Object
-
-
Constructor Summary
Constructors Constructor Description PublishResult()PublishResult(LocalDate publishedFromDate, LocalDate publishedToDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDategetPublishedFromDate()LocalDategetPublishedToDate()voidsetPublishedFromDate(LocalDate publishedFromDate)voidsetPublishedToDate(LocalDate publishedToDate)
-