fr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.integration
Class Authors

java.lang.Object
  extended by fr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.integration.Authors
All Implemented Interfaces:
Author

public class Authors
extends Object
implements Author

Implementation of Author class Interface.


Constructor Summary
Authors()
           
 
Method Summary
 String getIdentityProvider()
          
 String getName()
          
 double getReputation()
          
 void setIdentityProvider(String url)
          Set the website where this author is valid
 void setName(String name)
          Sets author name.
 void setReputation(double repu)
          Sets the author reputation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authors

public Authors()
Method Detail

getIdentityProvider

public String getIdentityProvider()

Specified by:
getIdentityProvider in interface Author

getName

public String getName()

Specified by:
getName in interface Author

getReputation

public double getReputation()

Specified by:
getReputation in interface Author

setIdentityProvider

public void setIdentityProvider(String url)
Set the website where this author is valid

Parameters:
url - website url

setName

public void setName(String name)
Sets author name.

Parameters:
name - author name

setReputation

public void setReputation(double repu)
Sets the author reputation.

Parameters:
repu - reputation