|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarcade.store.account.UserShopAccount
arcade.store.account.AdminShopAccount
public class AdminShopAccount
Constructor Summary | |
---|---|
AdminShopAccount(java.lang.String user,
java.lang.String id)
|
Method Summary | |
---|---|
void |
purchaseGame(GamePage page)
Tthis method overrides how a game is purchased |
void |
transactCredits(java.lang.String creditname,
double change)
This method transact a change on a specific credit name |
void |
transferInformation(PremiumShopAccount newAccount)
Overrides all the information from one account to another. |
Methods inherited from class arcade.store.account.UserShopAccount |
---|
getAccountID, getUserName, resetUserID, resetUserName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminShopAccount(java.lang.String user, java.lang.String id)
Method Detail |
---|
public void purchaseGame(GamePage page)
UserShopAccount
purchaseGame
in class UserShopAccount
public void transactCredits(java.lang.String creditname, double change)
UserShopAccount
transactCredits
in class UserShopAccount
public void transferInformation(PremiumShopAccount newAccount)
UserShopAccount
transferInformation
in class UserShopAccount
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |