パッケージ com.handywedge.user
クラス FWUserImpl
- java.lang.Object
-
- com.handywedge.user.FWUserData
-
- com.handywedge.user.FWUserImpl
-
- すべての実装されたインタフェース:
com.handywedge.user.FWFullUser,com.handywedge.user.FWUser,Serializable
@SessionScoped public class FWUserImpl extends com.handywedge.user.FWUserData implements com.handywedge.user.FWFullUser- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWUserImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidinit()StringtoString()-
クラスから継承されたメソッド com.handywedge.user.FWUserData
getId, getLocale, getName, getRole, getRoleName, setId, setLocale, setName, setRole, setRoleName
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
メソッドの詳細
-
init
@PostConstruct public void init()
-
toString
public String toString()
- オーバーライド:
toStringクラス内com.handywedge.user.FWUserData
-
-