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

org.ligoj.bootstrap.resource.system.DateVo Maven / Gradle / Ivy

There is a newer version: 3.1.26
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.resource.system;

import java.util.Date;

import lombok.Getter;
import lombok.Setter;

/**
 * Date information.
 */
@Getter
@Setter
public class DateVo {


	/**
	 * Application timezone identifier.
	 */
	private String timeZone;

	/**
	 * Default timezone identifier.
	 */
	private String defaultTimeZone;

	/**
	 * Original default timezone identifier.
	 */
	private String originalDefaultTimeZone;

	/**
	 * System date regarding the application timezone.
	 */
	private Date date;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy