org.skyscreamer.yoga.demo.model
Class Album
java.lang.Object
org.skyscreamer.yoga.demo.model.Album
@Entity
public class Album
- extends Object
Created by IntelliJ IDEA.
User: Carter Page
Date: 4/11/11
Time: 4:53 PM
|
Constructor Summary |
Album()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Album
public Album()
getId
public long getId()
setId
public void setId(long id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getArtist
public Artist getArtist()
setArtist
public void setArtist(Artist artist)
getYear
public int getYear()
setYear
public void setYear(int year)
getSongs
public List<Song> getSongs()
setSongs
public void setSongs(List<Song> songs)
Copyright © 2012. All Rights Reserved.