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

fi.foyt.fni.rest.material.model.Image Maven / Gradle / Ivy

There is a newer version: 3.3.13
Show newest version
package fi.foyt.fni.rest.material.model;

import java.util.Date;
import java.util.List;

import fi.foyt.fni.persistence.model.materials.MaterialPublicity;
import fi.foyt.fni.persistence.model.materials.MaterialType;

public class Image extends Material {
  
  public Image() {
    super();
  }

  public Image(Long id, MaterialType type, String urlName, String path, String title, String description, MaterialPublicity publicity, Long languageId, Date modified, Date created,
      Long creatorId, Long modifierId, Long parentFolderId, String license, List tags) {
    super(id, type, urlName, path, title, description, publicity, languageId, modified, created, creatorId, modifierId, parentFolderId, license, tags);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy