Package org.fenixedu.bennu.io.domain
Class FileRawData_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.io.domain.FileRawData_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class FileRawData_Base
extends pt.ist.fenixframework.core.AbstractDomainObject
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]protected Stringprotected org.fenixedu.bennu.io.domain.FileSupportstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.FileRawData> protected voidsetContent(byte[] content) protected voidsetContentKey(String contentKey) protected voidsetFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
FileRawData_Base
protected FileRawData_Base()
-
-
Method Details
-
getRelationFileRawDatas
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.FileRawData> getRelationFileRawDatas() -
getContentKey
-
setContentKey
-
getContent
protected byte[] getContent() -
setContent
protected void setContent(byte[] content) -
getFileSupport
protected org.fenixedu.bennu.io.domain.FileSupport getFileSupport() -
setFileSupport
protected void setFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
-