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

com.eurodyn.qlack.fuse.cm.dto.VersionDTO Maven / Gradle / Ivy

There is a newer version: 3.6.8
Show newest version
package com.eurodyn.qlack.fuse.cm.dto;

import java.util.Set;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class VersionDTO {

  private String id;
  private String name;
  private boolean active;
  private long createdOn;
  private String createdBy;
  private long lastModifiedOn;
  private String lastModifiedBy;
  private Set attributes;
  private String mimetype;
  private Long size;
  private String filename;
  private String nodeId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy