Changeset 15114 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrUser.java
- Timestamp:
- 07/03/08 19:49:47 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrUser.java
r15107 r15114 5 5 import jp.xet.sabotter.core.MiniblogUser; 6 6 7 @SuppressWarnings("serial") 7 /** 8 * {@inheritDoc} 9 */ 8 10 public class WassrUser implements MiniblogUser { 11 12 private static final long serialVersionUID = 1L; 9 13 10 14 private String screenName; … … 15 19 16 20 21 /** 22 * コンストラクタです。 23 * 24 * @param name 名前 25 * @param screenName 表示名 26 * @param profileImageURL プロフィール表示用URL 27 */ 17 28 public WassrUser(String name, String screenName, URL profileImageURL) { 18 29 this.name = name; … … 28 39 } 29 40 41 /** 42 * {@inheritDoc} 43 */ 30 44 public String getName() { 31 45 return name; 32 46 } 33 47 48 /** 49 * {@inheritDoc} 50 */ 34 51 public URL getProfileImageURL() { 35 52 return profileImageURL; 36 53 } 37 54 55 /** 56 * {@inheritDoc} 57 */ 38 58 public String getUserId() { 39 59 return screenName;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)