public class CharacterMedalsGraphic extends Object implements Serializable
| Constructor and Description |
|---|
CharacterMedalsGraphic() |
| Modifier and Type | Method and Description |
|---|---|
CharacterMedalsGraphic |
color(Integer color) |
boolean |
equals(Object o) |
Integer |
getColor()
color integer
|
String |
getGraphic()
graphic string
|
Integer |
getLayer()
layer integer
|
Integer |
getPart()
part integer
|
CharacterMedalsGraphic |
graphic(String graphic) |
int |
hashCode() |
CharacterMedalsGraphic |
layer(Integer layer) |
CharacterMedalsGraphic |
part(Integer part) |
void |
setColor(Integer color) |
void |
setGraphic(String graphic) |
void |
setLayer(Integer layer) |
void |
setPart(Integer part) |
String |
toString() |
public CharacterMedalsGraphic part(Integer part)
public Integer getPart()
public void setPart(Integer part)
public CharacterMedalsGraphic layer(Integer layer)
public Integer getLayer()
public void setLayer(Integer layer)
public CharacterMedalsGraphic graphic(String graphic)
public String getGraphic()
public void setGraphic(String graphic)
public CharacterMedalsGraphic color(Integer color)
public Integer getColor()
public void setColor(Integer color)
Copyright © 2018. All Rights Reserved.