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 -
Method Summary
Modifier and TypeMethodDescriptionbyte[]org.fenixedu.academic.util.ContentTypegetWidth()voidvoidsetPictureData(byte[] pictureData) voidsetPictureFileFormat(org.fenixedu.academic.util.ContentType pictureFileFormat) voidMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
Picture_Base
protected Picture_Base()
-
-
Method Details
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
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)
-