パッケージ 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メソッド 
      修飾子とタイプ メソッド 説明
      void init()  
      String toString()  
      • クラスから継承されたメソッド com.handywedge.user.FWUserData

        getId, getLocale, getName, getRole, getRoleName, setId, setLocale, setName, setRole, setRoleName
      • インタフェースから継承されたメソッド com.handywedge.user.FWFullUser

        setBeforeLoginTime, setId, setLastLoginTime, setName, setRole, setRoleName
      • インタフェースから継承されたメソッド com.handywedge.user.FWUser

        getBeforeLoginTime, getId, getLastLoginTime, getLocale, getName, getRole, getRoleName, setLocale
    • コンストラクタの詳細

      • FWUserImpl

        public FWUserImpl()
    • メソッドの詳細

      • init

        @PostConstruct
        public void init()
      • toString

        public String toString()
        オーバーライド:
        toString クラス内 com.handywedge.user.FWUserData