Class SpacePhotoSubmission_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.submission.SpacePhotoSubmission_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class SpacePhotoSubmission_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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     
    org.joda.time.DateTime
     
    org.fenixedu.spaces.domain.submission.SpacePhoto
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.spaces.domain.submission.SpacePhotoSubmission>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.submission.SpacePhoto>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.bennu.core.domain.User>
     
    org.fenixedu.bennu.core.domain.User
     
    org.fenixedu.spaces.domain.Space
     
    org.fenixedu.spaces.domain.Space
     
    org.fenixedu.spaces.domain.Space
     
    org.fenixedu.bennu.core.domain.User
     
    void
    setCreated(org.joda.time.DateTime created)
     
    void
    setModified(org.joda.time.DateTime modified)
     
    void
    setPhoto(org.fenixedu.spaces.domain.submission.SpacePhoto photo)
     
    void
    setRejectionMessage(String rejectionMessage)
     
    void
    setReviewer(org.fenixedu.bennu.core.domain.User reviewer)
     
    void
    setSpace(org.fenixedu.spaces.domain.Space space)
     
    void
    setSpaceArchived(org.fenixedu.spaces.domain.Space spaceArchived)
     
    void
    setSpacePending(org.fenixedu.spaces.domain.Space spacePending)
     
    void
    setSubmitor(org.fenixedu.bennu.core.domain.User submitor)
     

    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

    • SpacePhotoSubmission_Base

      protected SpacePhotoSubmission_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()
    • getRelationSpacePhotoSubmissionReviewer

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.bennu.core.domain.User> getRelationSpacePhotoSubmissionReviewer()
    • getRelationSpacePhotoSubmissionPendingApproval

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space> getRelationSpacePhotoSubmissionPendingApproval()
    • getRelationSpacePhotoSubmission

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space> getRelationSpacePhotoSubmission()
    • getRelationSpacePhotoSubmissionArchived

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.spaces.domain.submission.SpacePhotoSubmission,org.fenixedu.spaces.domain.Space> getRelationSpacePhotoSubmissionArchived()
    • getRelationSpacePhotoSubmissionPerson

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.spaces.domain.submission.SpacePhotoSubmission> getRelationSpacePhotoSubmissionPerson()
    • getCreated

      public org.joda.time.DateTime getCreated()
    • setCreated

      public void setCreated(org.joda.time.DateTime created)
    • getModified

      public org.joda.time.DateTime getModified()
    • setModified

      public void setModified(org.joda.time.DateTime modified)
    • getRejectionMessage

      public String getRejectionMessage()
    • setRejectionMessage

      public void setRejectionMessage(String rejectionMessage)
    • getPhoto

      public org.fenixedu.spaces.domain.submission.SpacePhoto getPhoto()
    • setPhoto

      public void setPhoto(org.fenixedu.spaces.domain.submission.SpacePhoto photo)
    • getReviewer

      public org.fenixedu.bennu.core.domain.User getReviewer()
    • setReviewer

      public void setReviewer(org.fenixedu.bennu.core.domain.User reviewer)
    • getSpacePending

      public org.fenixedu.spaces.domain.Space getSpacePending()
    • setSpacePending

      public void setSpacePending(org.fenixedu.spaces.domain.Space spacePending)
    • getSpace

      public org.fenixedu.spaces.domain.Space getSpace()
    • setSpace

      public void setSpace(org.fenixedu.spaces.domain.Space space)
    • getSpaceArchived

      public org.fenixedu.spaces.domain.Space getSpaceArchived()
    • setSpaceArchived

      public void setSpaceArchived(org.fenixedu.spaces.domain.Space spaceArchived)
    • getSubmitor

      public org.fenixedu.bennu.core.domain.User getSubmitor()
    • setSubmitor

      public void setSubmitor(org.fenixedu.bennu.core.domain.User submitor)