public abstract class GenericFile_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
GenericFile_Base() |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<FileStorage,GenericFile> getRelationFileStorageFile()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<FileSupport,GenericFile> getRelationGenericFiles()
protected Long getSize()
protected void setSize(Long size)
protected org.joda.time.DateTime getCreationDate()
protected void setCreationDate(org.joda.time.DateTime creationDate)
public String getFilename()
public void setFilename(String filename)
public String getDisplayName()
public void setDisplayName(String displayName)
protected String getContentType()
protected void setContentType(String contentType)
protected String getContentKey()
protected void setContentKey(String contentKey)
protected String getChecksum()
protected void setChecksum(String checksum)
protected String getChecksumAlgorithm()
protected void setChecksumAlgorithm(String checksumAlgorithm)
protected FileStorage getStorage()
protected void setStorage(FileStorage storage)
protected FileSupport getFileSupport()
protected void setFileSupport(FileSupport fileSupport)
Copyright © 2018 FenixEdu. All rights reserved.