com.ldodds.foaf
Class PersonPopulator

java.lang.Object
  |
  +--com.ldodds.foaf.PersonPopulator

public class PersonPopulator
extends java.lang.Object

Populates a Person bean instance from the properties associated with a foaf:Person resource.

Author:
ldodds

Constructor Summary
PersonPopulator(Resource resource, com.ldodds.foaf.Person person)
           
 
Method Summary
 com.ldodds.foaf.Person populate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonPopulator

public PersonPopulator(Resource resource,
                       com.ldodds.foaf.Person person)
Method Detail

populate

public com.ldodds.foaf.Person populate()