public class Author extends Object implements Serializable
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorEmail()
Get the page author email.
|
String |
getName()
Get the page author name.
|
void |
setAuthorEmail(String authorEmail)
Set the page author email.
|
void |
setName(String name)
Set the page author name.
|
public String getAuthorEmail()
public String getName()
public void setAuthorEmail(String authorEmail)
authorEmail - public void setName(String name)
name - Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.