00001
00002
00003
00004 void setcostNew(double c)
00005
00006
00007
00008 double getcostNew();
00009
00010
00011
00012 void settonnage(double t)
00013
00014
00015
00016 double gettonnage();
00017
00018
00019
00020 void setmainTonnage(double m)
00021
00022
00023
00024 double getmainTonnage();
00025
00026
00027
00028 void setdriveTonnage(double d)
00029
00030
00031
00032 double getdriveTonnage();
00033
00034
00035
00036 void sethulltype(typeHull h)
00037
00038
00039
00040 typeHull gethulltype();
00041
00042
00043
00044 void setstreamlined(int s)
00045
00046
00047
00048 int getstreamlined();
00049
00050
00051
00052 void setmaxAtmosphere(int m)
00053
00054
00055
00056 int getmaxAtmosphere();
00057
00058
00059
00060 void setaccel(int a)
00061
00062
00063
00064 int getaccel();
00065
00066
00067
00068 void setjump(int j)
00069
00070
00071
00072 int getjump();
00073
00074
00075
00076 void setpowerPlant(int p)
00077
00078
00079
00080 int getpowerPlant();
00081
00082
00083
00084 void setcargo(double c)
00085
00086
00087
00088 double getcargo();
00089
00090
00091
00092 void setstaterooms(int s)
00093
00094
00095
00096 int getstaterooms();
00097
00098
00099
00100 void setlowBerths(int l)
00101
00102
00103
00104 int getlowBerths();
00105
00106
00107
00108 void setfullCrew(int f)
00109
00110
00111
00112 int getfullCrew();
00113
00114
00115
00116 void setminCrew(int m)
00117
00118
00119
00120 int getminCrew();
00121
00122
00123
00124 void setComputerModel();(char * m)
00125
00126
00127
00128 char * getComputerModel();();
00129
00130
00131
00132 void setComputerCpu();(int c)
00133
00134
00135
00136 int getComputerCpu();();
00137
00138
00139
00140 void setComputerStorage();(int s)
00141
00142
00143
00144 int getComputerStorage();();
00145
00146
00147
00148 void setComputerMass();(double m)
00149
00150
00151
00152 double getComputerMass();();
00153
00154
00155
00156 void setComputerValue();(double v)
00157
00158
00159
00160 double getComputerValue();();
00161
00162
00163
00164 void setCostListHull();(double h)
00165
00166
00167
00168 double getCostListHull();();
00169
00170
00171
00172 void setCostListComputer();(double c)
00173
00174
00175
00176 double getCostListComputer();();
00177
00178
00179
00180 void setCostListJump();(double j)
00181
00182
00183
00184 double getCostListJump();();
00185
00186
00187
00188 void setCostListManuever();(double m)
00189
00190
00191
00192 double getCostListManuever();();
00193
00194
00195
00196 void setCostListPplant();(double p)
00197
00198
00199
00200 double getCostListPplant();();
00201
00202
00203
00204 void setCostListTurrets();(double t)
00205
00206
00207
00208 double getCostListTurrets();();
00209
00210
00211
00212 void setCostListWeapons();(double w)
00213
00214
00215
00216 double getCostListWeapons();();
00217
00218
00219
00220 void setCostListStaterooms();(double s)
00221
00222
00223
00224 double getCostListStaterooms();();
00225
00226
00227
00228 void setCostListLowberths();(double l)
00229
00230
00231
00232 double getCostListLowberths();();
00233
00234
00235
00236 void setCostListEmergencylowberths();(double e)
00237
00238
00239
00240 double getCostListEmergencylowberths();();
00241
00242
00243
00244 void setCostListSmallcraft_cabins();(double s)
00245
00246
00247
00248 double getCostListSmallcraft_cabins();();
00249
00250
00251
00252 void setCostListSmallcraft_couches();(double s)
00253
00254
00255
00256 double getCostListSmallcraft_couches();();
00257
00258
00259
00260 void setCostListVehicles();(double v)
00261
00262
00263
00264 double getCostListVehicles();();