org.hccp.atom
Class Author

java.lang.Object
  |
  +--org.hccp.atom.PersonConstruct
        |
        +--org.hccp.atom.Author

public class Author
extends PersonConstruct

Created by IntelliJ IDEA. User: igb Date: Sep 18, 2005 Time: 11:07:20 PM To change this template use File | Settings | File Templates.


Constructor Summary
Author()
           
 
Methods inherited from class org.hccp.atom.PersonConstruct
getEmail, getName, getUri, setEmail, setName, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Author

public Author()