fr.cnes.sitools.feeds.model
Class FeedAuthorModel

java.lang.Object
  extended by fr.cnes.sitools.feeds.model.FeedAuthorModel

public final class FeedAuthorModel
extends java.lang.Object

Bean representing an Author

Author:
AKKA Technologies

Constructor Summary
FeedAuthorModel()
           
 
Method Summary
 java.lang.String getEmail()
          Gets the email value
 java.lang.String getName()
          Gets the name value
 void setEmail(java.lang.String email)
          Sets the value of email
 void setName(java.lang.String name)
          Sets the value of name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedAuthorModel

public FeedAuthorModel()
Method Detail

getName

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

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getEmail

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

Returns:
the email

setEmail

public void setEmail(java.lang.String email)
Sets the value of email

Parameters:
email - the email to set


Copyright © 2010-2013 CNES. All Rights Reserved.