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

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

public class AmountEntityParser
extends java.lang.Object
implements EntityParser<AmountEntity>


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

Constructor Detail

AmountEntityParser

public AmountEntityParser()
Method Detail

parse

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


Copyright © 2013 dontdrinkandroot. All Rights Reserved.