public class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getName()
ユーザ名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getUserId()
ユーザGRNを取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setName(String name)
ユーザ名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUserId(String userId)
ユーザGRNを設定
|
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getUserId()
public void setUserId(String userId)
userId - ユーザGRNpublic String getName()
public void setName(String name)
name - ユーザ名Copyright © 2016 Game Server Services, Inc. AllRights Reserved.