gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.MobileDevice クラス
org.gluu.oxtrust.model.MobileDevice 連携図
Collaboration graph

公開メンバ関数

ArrayList< PhonegetPhones ()
 
void setPhones (ArrayList< Phone > phones)
 

非公開変数類

ArrayList< Phonephones
 

詳解

関数詳解

◆ getPhones()

ArrayList<Phone> org.gluu.oxtrust.model.MobileDevice.getPhones ( )
inline
9  {
10  return phones;
11  }
ArrayList< Phone > phones
Definition: MobileDevice.java:7

◆ setPhones()

void org.gluu.oxtrust.model.MobileDevice.setPhones ( ArrayList< Phone phones)
inline
13  {
14  this.phones = phones;
15  }
ArrayList< Phone > phones
Definition: MobileDevice.java:7

メンバ詳解

◆ phones

ArrayList<Phone> org.gluu.oxtrust.model.MobileDevice.phones
private

このクラス詳解は次のファイルから抽出されました: