Package net.troja.eve.esi.model
Class CharacterMedalsGraphic
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterMedalsGraphic
-
- All Implemented Interfaces:
Serializable
public class CharacterMedalsGraphic extends Object implements Serializable
graphic object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COLORstatic StringSERIALIZED_NAME_GRAPHICstatic StringSERIALIZED_NAME_LAYERstatic StringSERIALIZED_NAME_PART
-
Constructor Summary
Constructors Constructor Description CharacterMedalsGraphic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterMedalsGraphiccolor(Integer color)booleanequals(Object o)IntegergetColor()color integerStringgetGraphic()graphic stringIntegergetLayer()layer integerIntegergetPart()part integerCharacterMedalsGraphicgraphic(String graphic)inthashCode()CharacterMedalsGraphiclayer(Integer layer)CharacterMedalsGraphicpart(Integer part)voidsetColor(Integer color)voidsetGraphic(String graphic)voidsetLayer(Integer layer)voidsetPart(Integer part)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COLOR
public static final String SERIALIZED_NAME_COLOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GRAPHIC
public static final String SERIALIZED_NAME_GRAPHIC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAYER
public static final String SERIALIZED_NAME_LAYER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PART
public static final String SERIALIZED_NAME_PART
- See Also:
- Constant Field Values
-
-
Method Detail
-
color
public CharacterMedalsGraphic color(Integer color)
-
setColor
public void setColor(Integer color)
-
graphic
public CharacterMedalsGraphic graphic(String graphic)
-
getGraphic
public String getGraphic()
graphic string- Returns:
- graphic
-
setGraphic
public void setGraphic(String graphic)
-
layer
public CharacterMedalsGraphic layer(Integer layer)
-
getLayer
public Integer getLayer()
layer integer- Returns:
- layer
-
setLayer
public void setLayer(Integer layer)
-
part
public CharacterMedalsGraphic part(Integer part)
-
getPart
public Integer getPart()
part integer- Returns:
- part
-
setPart
public void setPart(Integer part)
-
-