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

javaee.module.backend.entities.logger.AbstractLoggerHelper Maven / Gradle / Ivy

The newest version!
package javaee.module.backend.entities.logger;

import java.util.Date;

public abstract class AbstractLoggerHelper extends AbstractLoggerHelperParent_2 {

	public void setDate( Date date ) {
		this.date = date;
	}

	public void setDescription( String description ) {
		this.description = description;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy