com.izforge.izpack
Class Info.Author

java.lang.Object
  extended bycom.izforge.izpack.Info.Author
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Info

public static class Info.Author
extends java.lang.Object
implements java.io.Serializable

This class represents an author.

Author:
Julien Ponge
See Also:
Serialized Form

Field Summary
private  java.lang.String email
          The author email
private  java.lang.String name
          The author name
(package private) static long serialVersionUID
           
 
Constructor Summary
Info.Author(java.lang.String name, java.lang.String email)
          The constructor.
 
Method Summary
 java.lang.String getEmail()
          Gets the author email.
 java.lang.String getName()
          Gets the author name.
 java.lang.String toString()
          Gets a String representation of the author.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

name

private java.lang.String name
The author name


email

private java.lang.String email
The author email

Constructor Detail

Info.Author

public Info.Author(java.lang.String name,
                   java.lang.String email)
The constructor.

Parameters:
name - The author name.
email - The author email.
Method Detail

getName

public java.lang.String getName()
Gets the author name.

Returns:
The author name.

getEmail

public java.lang.String getEmail()
Gets the author email.

Returns:
The author email.

toString

public java.lang.String toString()
Gets a String representation of the author.

Returns:
The String representation of the author, in the form : name .