|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.pankia.ui.serializables.LeaderboardData
public class LeaderboardData
LeaderboardActivityからLeaderboardHighScoreActivity渡す値を格納する
| コンストラクタの概要 | |
|---|---|
LeaderboardData()
|
|
| メソッドの概要 | |
|---|---|
int |
getLeaderboardId()
IDを返す |
int |
getScope()
スコープを返す |
java.lang.String |
getTitle()
タイトルを変えす |
java.lang.String |
getType()
タイプを返す |
void |
setLeaderboardId(int leaderboardId)
IDをセットする |
void |
setScope(int scope)
スコープをセットする |
void |
setTitle(java.lang.String title)
タイトルをセットする |
void |
setType(java.lang.String type)
タイプをセットする |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public LeaderboardData()
| メソッドの詳細 |
|---|
public int getScope()
public void setScope(int scope)
scope - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public int getLeaderboardId()
public void setLeaderboardId(int leaderboardId)
leaderboardId - public java.lang.String getType()
public void setType(java.lang.String type)
type -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||