org.shiftone.memento.model
Class AlbumModel

java.lang.Object
  extended byorg.shiftone.memento.model.AlbumModel

public class AlbumModel
extends java.lang.Object


Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
AlbumModel(DataMap albumInfo)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

AlbumModel

public AlbumModel(DataMap albumInfo)
Method Detail

getId

public int getId()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()