public class Album extends Entity
String
comment
name
Nested
nested
Nested[]
nestedArr
ArrayList<Nested>
nestedList
nullNested
int
year
id
Album()
Album(String name, int year)
hashCode
equals, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int year
public String name
public String comment
public Nested nullNested
public Nested nested
public ArrayList<Nested> nestedList
public Nested[] nestedArr
public Album()
public Album(String name, int year)
Copyright © 2011-2015. All Rights Reserved.