Class PictureOriginal_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.photograph.Picture_Base
org.fenixedu.academic.domain.photograph.Picture
org.fenixedu.academic.domain.photograph.PictureOriginal_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class PictureOriginal_Base extends org.fenixedu.academic.domain.photograph.Picture
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.fenixedu.academic.domain.Photograph
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Photograph,org.fenixedu.academic.domain.photograph.PictureOriginal>
     
    void
    setPhotograph(org.fenixedu.academic.domain.Photograph photograph)
     

    Methods inherited from class org.fenixedu.academic.domain.photograph.Picture

    delete, fitTo, fitTo, getBytes, readImage, setupPictureMetadata, transform, transformFit, transformRotate, transformZoom, writeImage, writeImageAsBytes

    Methods inherited from class org.fenixedu.academic.domain.photograph.Picture_Base

    getHeight, getPictureData, getPictureFileFormat, getWidth, setHeight, setPictureData, setPictureFileFormat, setWidth

    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

    • PictureOriginal_Base

      protected PictureOriginal_Base()
  • Method Details

    • getRelationPhotographOriginal

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Photograph,org.fenixedu.academic.domain.photograph.PictureOriginal> getRelationPhotographOriginal()
    • getPhotograph

      public org.fenixedu.academic.domain.Photograph getPhotograph()
    • setPhotograph

      public void setPhotograph(org.fenixedu.academic.domain.Photograph photograph)