Package org.fenixedu.bennu.io.domain
Class LocalFileToDelete_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.bennu.io.domain.LocalFileToDelete_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class LocalFileToDelete_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocalFileToDelete_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFilePath()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.LocalFileToDelete>getRelationLocalFilesToDelete()protected voidsetFilePath(String filePath)protected voidsetFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
-
-
-
Method Detail
-
getRelationLocalFilesToDelete
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.LocalFileToDelete> getRelationLocalFilesToDelete()
-
getFilePath
protected String getFilePath()
-
setFilePath
protected void setFilePath(String filePath)
-
getFileSupport
protected org.fenixedu.bennu.io.domain.FileSupport getFileSupport()
-
setFileSupport
protected void setFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
-
-