Class SpacePhoto_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.io.domain.GenericFile_Base
org.fenixedu.bennu.io.domain.GenericFile
org.fenixedu.spaces.domain.submission.SpacePhoto_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class SpacePhoto_Base extends org.fenixedu.bennu.io.domain.GenericFile
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Field Summary

    Fields inherited from class org.fenixedu.bennu.io.domain.GenericFile

    advice$updateFileStorage
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInformation(org.fenixedu.spaces.domain.Information information)
     
    Set<org.fenixedu.spaces.domain.Information>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhoto,org.fenixedu.spaces.domain.Information>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.submission.SpacePhoto>
     
    org.fenixedu.spaces.domain.submission.SpacePhotoSubmission
     
    boolean
     
    void
    removeInformation(org.fenixedu.spaces.domain.Information information)
     
    void
    setSubmission(org.fenixedu.spaces.domain.submission.SpacePhotoSubmission submission)
     
    void
    setVisible(boolean visible)
     

    Methods inherited from class org.fenixedu.bennu.io.domain.GenericFile

    convertFileStorages, delete, detectContentType, ensureChecksum, getChecksum, getChecksumAlgorithm, getContent, getContentKey, getContentType, getCreationDate, getFiles, getFileStorage, getSize, getStream, guessContentType, init, init, init, isAccessible, isPrivate, setFilename

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpacePhoto_Base

      protected SpacePhoto_Base()
  • Method Details

    • getRelationSpacePhotoSubmissionPhoto

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.submission.SpacePhoto> getRelationSpacePhotoSubmissionPhoto()
    • getRelationInformationSpacePhoto

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhoto,org.fenixedu.spaces.domain.Information> getRelationInformationSpacePhoto()
    • getVisible

      public boolean getVisible()
    • setVisible

      public void setVisible(boolean visible)
    • getSubmission

      public org.fenixedu.spaces.domain.submission.SpacePhotoSubmission getSubmission()
    • setSubmission

      public void setSubmission(org.fenixedu.spaces.domain.submission.SpacePhotoSubmission submission)
    • addInformation

      public void addInformation(org.fenixedu.spaces.domain.Information information)
    • removeInformation

      public void removeInformation(org.fenixedu.spaces.domain.Information information)
    • getInformationSet

      public Set<org.fenixedu.spaces.domain.Information> getInformationSet()