|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable portaview.model.DomainModel portaview.model.ImageModel portaview.model.PhotoModel
Represents a photo model, or "M" in the MVC layer in the PortaView manager..
Constructor Summary | |
PhotoModel(AlbumModel a,
java.lang.String name)
Constructs a Photo in a given album. |
Method Summary | |
AlbumModel |
getAlbum()
|
void |
setAlbum(AlbumModel model)
Sets the album model. |
Methods inherited from class portaview.model.ImageModel |
getImage, handleError, handleResult, setImage |
Methods inherited from class portaview.model.DomainModel |
forceNotifyObservers |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhotoModel(AlbumModel a, java.lang.String name)
a
- Method Detail |
public AlbumModel getAlbum()
public void setAlbum(AlbumModel model)
model
- model to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |