All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lontime.extquartz.impl.beans.AbstractBaseCalendarBean Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extquartz.impl.beans;

import lombok.Getter;
import lombok.Setter;

/**
 * AbstractBaseCalendarBean.
 * @see org.quartz.impl.calendar.BaseCalendar
 * @author lontime
 * @since 1.0
 */
@Getter
@Setter
public abstract class AbstractBaseCalendarBean {

    private String description;

    private String timeZone;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy