org.skyscreamer.yoga.demo.model
Class Song
java.lang.Object
org.skyscreamer.yoga.demo.model.Song
@Entity
public class Song
- extends Object
Created by IntelliJ IDEA. User: Carter Page Date: 4/11/11 Time: 4:56 PM
|
Constructor Summary |
Song()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Song
public Song()
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)
getAlbum
public Album getAlbum()
setAlbum
public void setAlbum(Album album)
Copyright © 2012. All Rights Reserved.