类 GuildApply

java.lang.Object
cn.handyplus.guild.enter.GuildApply
所有已实现的接口:
Serializable

public class GuildApply extends Object implements Serializable
公会申请记录
另请参阅:
  • 构造器详细资料

    • GuildApply

      public GuildApply()
  • 方法详细资料

    • getId

      public Integer getId()
      获取ID
      返回:
      ID
    • setId

      public void setId(Integer id)
      设置ID
      参数:
      id - ID
    • getGuildInfoId

      public Integer getGuildInfoId()
      获取公会id
      返回:
      公会id
    • setGuildInfoId

      public void setGuildInfoId(Integer guildInfoId)
      设置公会id
      参数:
      guildInfoId - 公会id
    • getPlayerName

      public String getPlayerName()
      获取玩家名称
      返回:
      玩家名称
    • setPlayerName

      public void setPlayerName(String playerName)
      设置玩家名称
      参数:
      playerName - 玩家名称
    • getPlayerUuid

      public UUID getPlayerUuid()
      获取玩家uuid
      返回:
      玩家uuid
    • setPlayerUuid

      public void setPlayerUuid(UUID playerUuid)
      设置玩家uuid
      参数:
      playerUuid - 玩家uuid
    • getApplyTime

      public Date getApplyTime()
      获取申请时间
      返回:
      申请时间
    • setApplyTime

      public void setApplyTime(Date applyTime)
      设置申请时间
      参数:
      applyTime - 申请时间
    • getApplyResult

      public Integer getApplyResult()
      获取审批结果
      返回:
      审批结果
    • setApplyResult

      public void setApplyResult(Integer applyResult)
      设置审批结果
      参数:
      applyResult - 审批结果
    • getApplyPlayerName

      public String getApplyPlayerName()
      获取审批玩家名称
      返回:
      审批玩家名称
    • setApplyPlayerName

      public void setApplyPlayerName(String applyPlayerName)
      设置审批玩家名称
      参数:
      applyPlayerName - 审批玩家名称
    • getApplyPlayerUuid

      public UUID getApplyPlayerUuid()
      获取审批玩家uuid
      返回:
      审批玩家uuid
    • setApplyPlayerUuid

      public void setApplyPlayerUuid(UUID applyPlayerUuid)
      设置审批玩家uuid
      参数:
      applyPlayerUuid - 审批玩家uuid