net.vee.btech.component
Class Cockpit
java.lang.Object
|
+--net.vee.btech.component.AbstractComponent
|
+--net.vee.btech.component.Cockpit
- All Implemented Interfaces:
- Component
- public class Cockpit
- extends AbstractComponent
A 'mech cockpit.
|
Constructor Summary |
Cockpit(java.lang.String aType,
int aMass,
int aSize)
Constructs a new Cockpit. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cockpit
public Cockpit(java.lang.String aType,
int aMass,
int aSize)
- Constructs a new Cockpit.
getComponentType
public int getComponentType()
getCommunicationsType
public java.lang.String getCommunicationsType()
- Returns the cockpit's communications system type.
setCommunicationsType
public void setCommunicationsType(java.lang.String aCommsType)
- Sets the cockpit's communications system type.
getTargetingTrackingType
public java.lang.String getTargetingTrackingType()
- Returns the cockpit's targeting and tracking system type.
setTargetingTrackingType
public void setTargetingTrackingType(java.lang.String aTTType)
- Sets the cockpit's targeting and tracking system type.
getLifeSupportType
public java.lang.String getLifeSupportType()
- Returns the cockpit's life support system type.
setLifeSupportType
public void setLifeSupportType(java.lang.String aLifeSupportType)
- Sets the cockpit's life support system type.