org.droidparts.test.model
Class Track

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

public class Track
extends Entity

See Also:
Serialized Form

Field Summary
 Album album
           
 String name
           
 Album nullableAlbum
           
 
Fields inherited from class org.droidparts.model.Entity
id
 
Constructor Summary
Track()
           
 
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

name

public String name

album

public Album album

nullableAlbum

public Album nullableAlbum
Constructor Detail

Track

public Track()


Copyright © 2011-2013. All Rights Reserved.