org.apache.openjpa.example.gallery.model
Class Album
java.lang.Object
   org.apache.openjpa.example.gallery.model.Album
org.apache.openjpa.example.gallery.model.Album
- @Entity
public class Album 
- extends Object
Album entity.  Contains references to zero or more images and zero or more
 image creators/authors.
| Constructor Summary | 
| Album()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Album
public Album()
setId
public void setId(long id)
- 
 
getId
public long getId()
- 
 
setName
public void setName(String name)
- 
 
getName
public String getName()
- 
 
setImages
public void setImages(List<Image> images)
- 
 
getImages
public List<Image> getImages()
- 
 
setCreator
public void setCreator(List<Creator> creator)
- 
 
getCreator
public List<Creator> getCreator()
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.