org.skyscreamer.yoga.demo.dto
Class SongConfiguration

java.lang.Object
  extended by org.skyscreamer.yoga.configuration.YogaEntityConfiguration<Song>
      extended by org.skyscreamer.yoga.demo.dto.SongConfiguration

public class SongConfiguration
extends YogaEntityConfiguration<Song>


Constructor Summary
SongConfiguration()
           
 
Method Summary
 Collection<Property<Song>> getProperties()
           
 
Methods inherited from class org.skyscreamer.yoga.configuration.YogaEntityConfiguration
getCoreFields, getEntityClass, getExtraFieldMethods, getExtraFieldNames, getSelectableFields, getURITemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SongConfiguration

public SongConfiguration()
Method Detail

getProperties

public Collection<Property<Song>> getProperties()
Overrides:
getProperties in class YogaEntityConfiguration<Song>


Copyright © 2013. All Rights Reserved.