Class Account
- java.lang.Object
-
- org.silverpeas.core.socialnetwork.model.Account
-
public class Account extends Object
Few information about silverpeas account.- Author:
- Ludovic Bertin
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSilverpeasId()
String
getSilverpeasLogin()
void
setSilverpeasId(String silverpeasId)
void
setSilverpeasLogin(String silverpeasLogin)
-