Package com.yetanalytics.xapi.model
Class Account
- java.lang.Object
-
- com.yetanalytics.xapi.model.Account
-
public class Account extends Object
Class representation of the Account Component of the 9274.1.1 xAPI Specification.
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHomePage()
String
getName()
void
setHomePage(String homePage)
void
setName(String name)
-