jdave.examples.swing
Class AlbumPresentationModel

java.lang.Object
  extended by jdave.examples.swing.AlbumPresentationModel

public class AlbumPresentationModel
extends java.lang.Object

Author:
Pekka Enberg

Constructor Summary
AlbumPresentationModel(IModel<Album> albumModel)
           
 
Method Summary
 IModel<Album> getAlbumModel()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumPresentationModel

public AlbumPresentationModel(IModel<Album> albumModel)
Method Detail

getAlbumModel

public IModel<Album> getAlbumModel()

save

public void save()


Copyright ? 2008. All Rights Reserved.