com.silverpeas.socialnetwork.model
Class Account

java.lang.Object
  extended by com.silverpeas.socialnetwork.model.Account

public class Account
extends Object

Few information about silverpeas account.

Author:
Ludovic Bertin

Constructor Summary
Account()
           
 
Method Summary
 String getSilverpeasId()
           
 String getSilverpeasLogin()
           
 void setSilverpeasId(String silverpeasId)
           
 void setSilverpeasLogin(String silverpeasLogin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()
Method Detail

getSilverpeasId

public String getSilverpeasId()

setSilverpeasId

public void setSilverpeasId(String silverpeasId)

getSilverpeasLogin

public String getSilverpeasLogin()

setSilverpeasLogin

public void setSilverpeasLogin(String silverpeasLogin)


Copyright © 2016 Silverpeas. All Rights Reserved.