类 GuildInfo

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

public class GuildInfo extends Object implements Serializable
公会信息
另请参阅:
  • 构造器详细资料

    • GuildInfo

      public GuildInfo()
  • 方法详细资料

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getGuildName

      public String getGuildName()
    • setGuildName

      public void setGuildName(String guildName)
    • getLogoId

      public Integer getLogoId()
    • setLogoId

      public void setLogoId(Integer logoId)
    • getLogoName

      public String getLogoName()
    • setLogoName

      public void setLogoName(String logoName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLevel

      public Integer getLevel()
    • setLevel

      public void setLevel(Integer level)
    • getMoney

      public Integer getMoney()
    • setMoney

      public void setMoney(Integer money)
    • getProsperityDegree

      public Integer getProsperityDegree()
    • setProsperityDegree

      public void setProsperityDegree(Integer prosperityDegree)
    • getMonthProsperityDegree

      public Integer getMonthProsperityDegree()
    • setMonthProsperityDegree

      public void setMonthProsperityDegree(Integer monthProsperityDegree)
    • getSacredStoneLevel

      public Integer getSacredStoneLevel()
    • setSacredStoneLevel

      public void setSacredStoneLevel(Integer sacredStoneLevel)
    • getTitleId

      public Integer getTitleId()
    • setTitleId

      public void setTitleId(Integer titleId)
    • getWorldName

      public String getWorldName()
    • setWorldName

      public void setWorldName(String worldName)
    • getSpawnLocation

      public String getSpawnLocation()
    • setSpawnLocation

      public void setSpawnLocation(String spawnLocation)
    • getMemberCount

      public Integer getMemberCount()
    • setMemberCount

      public void setMemberCount(Integer memberCount)
    • getMemberMaxCount

      public Integer getMemberMaxCount()
    • setMemberMaxCount

      public void setMemberMaxCount(Integer memberMaxCount)
    • getCreator

      public String getCreator()
    • setCreator

      public void setCreator(String creator)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getPvpStatus

      public Boolean getPvpStatus()
    • setPvpStatus

      public void setPvpStatus(Boolean pvpStatus)
    • getJoinMode

      public Boolean getJoinMode()
    • setJoinMode

      public void setJoinMode(Boolean joinMode)
    • getOre

      public Integer getOre()
    • setOre

      public void setOre(Integer ore)
    • getSeasonRank

      public Integer getSeasonRank()
    • setSeasonRank

      public void setSeasonRank(Integer seasonRank)
    • getLuckPermsGroup

      public String getLuckPermsGroup()
    • setLuckPermsGroup

      public void setLuckPermsGroup(String luckPermsGroup)