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 -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeorg.joda.time.DateTimeorg.fenixedu.spaces.domain.submission.SpacePhotogetPhoto()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.Userorg.fenixedu.spaces.domain.SpacegetSpace()org.fenixedu.spaces.domain.Spaceorg.fenixedu.spaces.domain.Spaceorg.fenixedu.bennu.core.domain.UservoidsetCreated(org.joda.time.DateTime created) voidsetModified(org.joda.time.DateTime modified) voidsetPhoto(org.fenixedu.spaces.domain.submission.SpacePhoto photo) voidsetRejectionMessage(String rejectionMessage) voidsetReviewer(org.fenixedu.bennu.core.domain.User reviewer) voidsetSpace(org.fenixedu.spaces.domain.Space space) voidsetSpaceArchived(org.fenixedu.spaces.domain.Space spaceArchived) voidsetSpacePending(org.fenixedu.spaces.domain.Space spacePending) voidsetSubmitor(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
-
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
-
setRejectionMessage
-
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)
-