public class StorageFuelReload
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected short |
fuelLocation
Location of fuel as related to entity.
|
protected short |
fuelMeasurementUnits
the fuel measurement units.
|
protected short |
fuelType
Fuel type.
|
protected long |
maximumQuantity
the maximum quantity of this fuel type that this sta- tion/launcher is capable of holding when a station/launcher is specified.
|
protected short |
maximumQuantityReloadTime
the seconds normally required to reload the maximum possible quantity of this fuel type at this station/launcher.
|
protected short |
padding
padding
|
protected long |
standardQuantity
the standard quantity of this fuel type normally loaded at this station/launcher if a station/launcher is specified.
|
protected short |
standardQuantityReloadTime
the seconds normally required to reload the standard quantity of this fuel type at this specific station/launcher.
|
Constructor and Description |
---|
StorageFuelReload()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
short |
getFuelLocation() |
short |
getFuelMeasurementUnits() |
short |
getFuelType() |
int |
getMarshalledSize() |
long |
getMaximumQuantity() |
short |
getMaximumQuantityReloadTime() |
short |
getPadding() |
long |
getStandardQuantity() |
short |
getStandardQuantityReloadTime() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setFuelLocation(short pFuelLocation) |
void |
setFuelMeasurementUnits(short pFuelMeasurementUnits) |
void |
setFuelType(short pFuelType) |
void |
setMaximumQuantity(long pMaximumQuantity) |
void |
setMaximumQuantityReloadTime(short pMaximumQuantityReloadTime) |
void |
setPadding(short pPadding) |
void |
setStandardQuantity(long pStandardQuantity) |
void |
setStandardQuantityReloadTime(short pStandardQuantityReloadTime) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected long standardQuantity
protected long maximumQuantity
protected short standardQuantityReloadTime
protected short maximumQuantityReloadTime
protected short fuelMeasurementUnits
protected short fuelType
protected short fuelLocation
protected short padding
public int getMarshalledSize()
public void setStandardQuantity(long pStandardQuantity)
public long getStandardQuantity()
public void setMaximumQuantity(long pMaximumQuantity)
public long getMaximumQuantity()
public void setStandardQuantityReloadTime(short pStandardQuantityReloadTime)
public short getStandardQuantityReloadTime()
public void setMaximumQuantityReloadTime(short pMaximumQuantityReloadTime)
public short getMaximumQuantityReloadTime()
public void setFuelMeasurementUnits(short pFuelMeasurementUnits)
public short getFuelMeasurementUnits()
public void setFuelType(short pFuelType)
public short getFuelType()
public void setFuelLocation(short pFuelLocation)
public short getFuelLocation()
public void setPadding(short pPadding)
public short getPadding()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied objectobj
- the object to compare to