public class Body
extends java.lang.Object
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
double |
getMeanTemperature() |
CelestialType |
getType() |
void |
setDescription(java.lang.String description) |
Body |
setMeanTemperature(double meanTemperature) |
Body |
setType(CelestialType type) |
public CelestialType getType()
public Body setType(CelestialType type)
public double getMeanTemperature()
public Body setMeanTemperature(double meanTemperature)
@Nullable public java.lang.String getDescription()
public void setDescription(@Nullable
java.lang.String description)