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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileRawData_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]getContent()protected StringgetContentKey()protected org.fenixedu.bennu.io.domain.FileSupportgetFileSupport()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.FileRawData>getRelationFileRawDatas()protected voidsetContent(byte[] content)protected voidsetContentKey(String contentKey)protected voidsetFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
-
-
-
Method Detail
-
getRelationFileRawDatas
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.FileRawData> getRelationFileRawDatas()
-
getContentKey
protected String getContentKey()
-
setContentKey
protected void setContentKey(String contentKey)
-
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)
-
-