org.daisy.pipeline.client.models.script
Class Author

java.lang.Object
  extended by org.daisy.pipeline.client.models.script.Author

public class Author
extends java.lang.Object

Information about the scripts author.


Field Summary
 java.lang.String contact
           
 Homepage homepage
           
 java.lang.String name
           
 java.lang.String organization
           
 
Constructor Summary
Author()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

contact

public java.lang.String contact

organization

public java.lang.String organization

homepage

public Homepage homepage
Constructor Detail

Author

public Author()