public class PetProfileLevel
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
experience |
protected int |
id |
protected int |
level |
protected java.lang.String |
levelUpCoordEffect |
protected int |
slots_profile_id |
protected int |
template_id |
Constructor and Description |
---|
PetProfileLevel() |
PetProfileLevel(int id,
int level) |
Modifier and Type | Method and Description |
---|---|
int |
getExperience() |
int |
GetLevel() |
java.lang.String |
getLevelUpCoordEffect() |
int |
getSlotsProfileId() |
int |
getTemplateId() |
void |
setExperience(int experience) |
void |
SetLevel(int level) |
void |
setLevelUpCoordEffect(java.lang.String levelUpCoordEffect) |
void |
setSlotsProfileId(int id) |
void |
setTemplateId(int template_id) |
java.lang.String |
toString() |
protected int id
protected int level
protected int experience
protected java.lang.String levelUpCoordEffect
protected int template_id
protected int slots_profile_id
public PetProfileLevel()
public PetProfileLevel(int id, int level)
public void SetLevel(int level)
public int GetLevel()
public void setExperience(int experience)
public int getExperience()
public void setTemplateId(int template_id)
public int getTemplateId()
public void setLevelUpCoordEffect(java.lang.String levelUpCoordEffect)
public java.lang.String getLevelUpCoordEffect()
public void setSlotsProfileId(int id)
public int getSlotsProfileId()
public java.lang.String toString()
toString
in class java.lang.Object