Class Picture_Base

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

public abstract class Picture_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
     
    byte[]
     
    org.fenixedu.academic.util.ContentType
     
     
    void
     
    void
    setPictureData(byte[] pictureData)
     
    void
    setPictureFileFormat(org.fenixedu.academic.util.ContentType pictureFileFormat)
     
    void
     

    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

    • Picture_Base

      protected Picture_Base()
  • Method Details

    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getPictureFileFormat

      public org.fenixedu.academic.util.ContentType getPictureFileFormat()
    • setPictureFileFormat

      public void setPictureFileFormat(org.fenixedu.academic.util.ContentType pictureFileFormat)
    • getPictureData

      public byte[] getPictureData()
    • setPictureData

      public void setPictureData(byte[] pictureData)