org.mydm.core
Class EAuthor

java.lang.Object
  extended byorg.mydm.core.EAuthor

public class EAuthor
extends java.lang.Object

EAuthor class to represent the author of a document.


Constructor Summary
EAuthor()
          Constructor
 
Method Summary
 java.lang.String getFname()
          Gets the First name
 java.lang.String getFullName()
          Creates the fullname from parts and returns.
 java.lang.String getId()
          Gets the author id
 java.lang.String getInitials()
          Gets the initials
 java.lang.String getName()
          Gets Last Name
 java.lang.String getType()
          Gets Author Type
 void setFname(java.lang.String string)
          Sets first name
 void setId(java.lang.String string)
          Sets Autor id
 void setInitials(java.lang.String string)
          Sets the Initials of Author
 void setName(java.lang.String string)
          Sets the lastname
 void setType(java.lang.String string)
          Sets the Author Type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAuthor

public EAuthor()
Constructor

Method Detail

getFname

public java.lang.String getFname()
Gets the First name

Returns:
fname firstname string

getId

public java.lang.String getId()
Gets the author id

Returns:
authorid string

getInitials

public java.lang.String getInitials()
Gets the initials

Returns:
initials String

getName

public java.lang.String getName()
Gets Last Name

Returns:
name lastname string

getType

public java.lang.String getType()
Gets Author Type

Returns:
type author type string

setFname

public void setFname(java.lang.String string)
Sets first name

Parameters:
string - firstname

setId

public void setId(java.lang.String string)
Sets Autor id

Parameters:
string - authorid string

setInitials

public void setInitials(java.lang.String string)
Sets the Initials of Author

Parameters:
string - authorinitials string

setName

public void setName(java.lang.String string)
Sets the lastname

Parameters:
string - lastname string

setType

public void setType(java.lang.String string)
Sets the Author Type

Parameters:
string - AuthorType

getFullName

public java.lang.String getFullName()
Creates the fullname from parts and returns.

Returns:
String fullname