Package net.troja.eve.esi.model
Class PlanetFactoryDetails
- java.lang.Object
-
- net.troja.eve.esi.model.PlanetFactoryDetails
-
- All Implemented Interfaces:
Serializable
public class PlanetFactoryDetails extends Object implements Serializable
factory_details object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SCHEMATIC_ID
-
Constructor Summary
Constructors Constructor Description PlanetFactoryDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetSchematicId()schematic_id integerinthashCode()PlanetFactoryDetailsschematicId(Integer schematicId)voidsetSchematicId(Integer schematicId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SCHEMATIC_ID
public static final String SERIALIZED_NAME_SCHEMATIC_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
schematicId
public PlanetFactoryDetails schematicId(Integer schematicId)
-
getSchematicId
public Integer getSchematicId()
schematic_id integer- Returns:
- schematicId
-
setSchematicId
public void setSchematicId(Integer schematicId)
-
-