net.dontdrinkandroot.lastfm.api.model.parser
Class PlayCountEntityParser

java.lang.Object
  extended by net.dontdrinkandroot.lastfm.api.model.parser.PlayCountEntityParser
All Implemented Interfaces:
EntityParser<PlayCountEntity>

public class PlayCountEntityParser
extends java.lang.Object
implements EntityParser<PlayCountEntity>


Constructor Summary
PlayCountEntityParser()
           
 
Method Summary
 void parse(org.w3c.dom.Element element, PlayCountEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayCountEntityParser

public PlayCountEntityParser()
Method Detail

parse

public void parse(org.w3c.dom.Element element,
                  PlayCountEntity entity)
Specified by:
parse in interface EntityParser<PlayCountEntity>


Copyright © 2013 dontdrinkandroot. All Rights Reserved.