public class GatheringPool extends Object implements Serializable
| Constructor and Description |
|---|
GatheringPool() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt()
作成日時を取得
|
String |
getDescription()
説明文を取得
|
String |
getGatheringPoolId()
ギャザリングプールIDを取得
|
String |
getName()
ギャザリングプール名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
void |
setCreateAt(Long createAt)
作成日時を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setGatheringPoolId(String gatheringPoolId)
ギャザリングプールIDを設定
|
void |
setName(String name)
ギャザリングプール名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
public String getGatheringPoolId()
public void setGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールIDpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ギャザリングプール名public String getDescription()
public void setDescription(String description)
description - 説明文public Long getCreateAt()
public void setCreateAt(Long createAt)
createAt - 作成日時Copyright © 2016 Game Server Services, Inc. AllRights Reserved.