magoffin.matt.ma2.web
Class SortAlbumsForm.AlbumData
java.lang.Object
magoffin.matt.ma2.web.SortAlbumsForm.AlbumData
- Enclosing class:
- SortAlbumsForm
public static class SortAlbumsForm.AlbumData
- extends java.lang.Object
Album sort data structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortAlbumsForm.AlbumData
public SortAlbumsForm.AlbumData()
getAlbumId
public java.lang.Long getAlbumId()
- Returns:
- the albumId
setAlbumId
public void setAlbumId(java.lang.Long albumId)
- Parameters:
albumId
- the albumId to set
getOrder
public java.lang.Integer getOrder()
- Returns:
- the order
setOrder
public void setOrder(java.lang.Integer order)
- Parameters:
order
- the order to set
getPosterId
public java.lang.Long getPosterId()
- Returns:
- the posterId
setPosterId
public void setPosterId(java.lang.Long posterId)
- Parameters:
posterId
- the posterId to set