org.droidparts.test.model
Class Album

java.lang.Object
  extended by org.droidparts.model.Model
      extended by org.droidparts.model.Entity
          extended by org.droidparts.test.model.Album
All Implemented Interfaces:
Serializable

public class Album
extends Entity

See Also:
Serialized Form

Field Summary
 String comment
           
 String name
           
 int year
           
 
Fields inherited from class org.droidparts.model.Entity
id
 
Constructor Summary
Album()
           
Album(String name, int year)
           
 
Method Summary
 
Methods inherited from class org.droidparts.model.Entity
hashCode
 
Methods inherited from class org.droidparts.model.Model
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

year

public int year

name

public String name

comment

public String comment
Constructor Detail

Album

public Album()

Album

public Album(String name,
             int year)


Copyright © 2011-2014. All Rights Reserved.