|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.document.DocumentAuthor
public class DocumentAuthor
An author of the document.
Constructor Summary | |
---|---|
DocumentAuthor()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Method equals |
java.lang.String |
getCity()
Get The city name of the address of the author. |
java.lang.String |
getCompanyName()
Get The name of the company that employs the author. |
java.lang.String |
getCountry()
Get The country of the address of the author. |
java.lang.String |
getEmail()
Get The email address of the author. |
java.lang.String |
getFaxNumber()
Get The fax number of the author. |
java.lang.String |
getFirstName()
Get The first name of the author. |
java.lang.String |
getFullName()
Get the full name of the author. |
java.lang.String |
getInitials()
Get The initials of the author. |
java.lang.String |
getLastName()
Get The last name of the author. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The full name of the author, usually as a String of "firstName lastName". |
java.lang.String |
getPhoneNumber()
Get The telephone number of the author. |
java.lang.String |
getPosition()
Get The position of the author. |
java.lang.String |
getPostalCode()
Get The postal code of the address of the author. |
java.lang.String |
getState()
Get The state or province of the address of the author, if applicable. |
java.lang.String |
getStreet()
Get The street name of the address of the author. |
java.lang.String |
getTitle()
Get The title of the author. |
int |
hashCode()
Method hashCode |
void |
setCity(java.lang.String city)
Set The city name of the address of the author. |
void |
setCompanyName(java.lang.String companyName)
Set The name of the company that employs the author. |
void |
setCountry(java.lang.String country)
Set The country of the address of the author. |
void |
setEmail(java.lang.String email)
Set The email address of the author. |
void |
setFaxNumber(java.lang.String faxNumber)
Set The fax number of the author. |
void |
setFirstName(java.lang.String firstName)
Set The first name of the author. |
void |
setInitials(java.lang.String initials)
Set The initials of the author. |
void |
setLastName(java.lang.String lastName)
Set The last name of the author. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The full name of the author, usually as a String of "firstName lastName". |
void |
setPhoneNumber(java.lang.String phoneNumber)
Set The telephone number of the author. |
void |
setPosition(java.lang.String position)
Set The position of the author. |
void |
setPostalCode(java.lang.String postalCode)
Set The postal code of the address of the author. |
void |
setState(java.lang.String state)
Set The state or province of the address of the author, if applicable. |
void |
setStreet(java.lang.String street)
Set The street name of the address of the author. |
void |
setTitle(java.lang.String title)
Set The title of the author. |
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentAuthor()
Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getCity()
public java.lang.String getCompanyName()
public java.lang.String getCountry()
public java.lang.String getEmail()
public java.lang.String getFaxNumber()
public java.lang.String getFirstName()
public java.lang.String getInitials()
public java.lang.String getLastName()
public java.lang.String getName()
public java.lang.String getPhoneNumber()
public java.lang.String getPosition()
public java.lang.String getPostalCode()
public java.lang.String getState()
public java.lang.String getStreet()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public void setCity(java.lang.String city)
city
- public void setCompanyName(java.lang.String companyName)
companyName
- public void setCountry(java.lang.String country)
country
- public void setEmail(java.lang.String email)
email
- public void setFaxNumber(java.lang.String faxNumber)
faxNumber
- public void setFirstName(java.lang.String firstName)
firstName
- public void setInitials(java.lang.String initials)
initials
- public void setLastName(java.lang.String lastName)
lastName
- public void setName(java.lang.String name)
name
- public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- public void setPosition(java.lang.String position)
position
- public void setPostalCode(java.lang.String postalCode)
postalCode
- public void setState(java.lang.String state)
state
- public void setStreet(java.lang.String street)
street
- public void setTitle(java.lang.String title)
title
- public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFullName()
name
if defined, firsName lastName
otherwise.getName()
,
getFirstName()
,
getLastName()
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |