|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.genopus.nonWidget.maneuvers.CustomFuelTank
public class CustomFuelTank
Class containing the fuel tank data.
| Constructor Summary | |
|---|---|
CustomFuelTank()
Creates a new instance. |
|
CustomFuelTank(String nameTank,
double propellantMass)
Creates a new instance. |
|
| Method Summary | |
|---|---|
CustomFuelTank |
clone()
|
void |
copyFuelTankValues(CustomFuelTank fuelTank)
Copies the values from the fuelTank in the parameter to this object. |
boolean |
equals(Object obj)
|
double |
getPropellantMass()
Get the propellant mass. |
String |
getTankName()
Get the fuel tank name. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFuelTank()
public CustomFuelTank(String nameTank,
double propellantMass)
nameTank - fuel tank namepropellantMass - propellant mass (kg)| Method Detail |
|---|
public String getTankName()
public double getPropellantMass()
public CustomFuelTank clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void copyFuelTankValues(CustomFuelTank fuelTank)
fuelTank - the values from the fuelTank to copy.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||