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

org.aperteworkflow.admin.controller.CommentTime Maven / Gradle / Ivy

The newest version!
package org.aperteworkflow.admin.controller;

import java.util.Date;

/**
 * Created by [email protected] on 2015-05-14.
 */
public class CommentTime {
    private Date time;
    private String formattedTime;

    public Date getTime() {
        return time;
    }

    public void setTime(Date time) {
        this.time = time;
    }

    public String getFormattedTime() {
        return formattedTime;
    }

    public void setFormattedTime(String formattedTime) {
        this.formattedTime = formattedTime;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy