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:
-
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 Stringprotected org.fenixedu.bennu.io.domain.FileSupportstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.LocalFileToDelete> protected voidsetFilePath(String filePath) 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
-
LocalFileToDelete_Base
protected LocalFileToDelete_Base()
-
-
Method Details
-
getRelationLocalFilesToDelete
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.io.domain.FileSupport,org.fenixedu.bennu.io.domain.LocalFileToDelete> getRelationLocalFilesToDelete() -
getFilePath
-
setFilePath
-
getFileSupport
protected org.fenixedu.bennu.io.domain.FileSupport getFileSupport() -
setFileSupport
protected void setFileSupport(org.fenixedu.bennu.io.domain.FileSupport fileSupport)
-