org.dps.core.database.sta
Interface IStaStations


public interface IStaStations


Method Summary
 int getConstellationID()
           
 IMapConstellations getConstellationIDObject()
           
 int getCorporationID()
           
 ICrpNPCCorporations getCorporationIDObject()
           
 double getDockingCostPerVolume()
           
 double getMaxShipVolumeDockable()
           
 int getOfficeRentalCost()
           
 int getOperationID()
           
 IStaOperations getOperationIDObject()
           
 int getRegionID()
           
 IMapRegions getRegionIDObject()
           
 double getReprocessingEfficiency()
           
 int getReprocessingHangarFlag()
           
 double getReprocessingStationsTake()
           
 int getSecurity()
           
 int getSolarSystemID()
           
 IMapSolarSystems getSolarSystemIDObject()
           
 int getStationID()
           
 IMapDenormalize getStationIDObject()
           
 java.lang.String getStationName()
           
 int getStationTypeID()
           
 IStaStationTypes getStationTypeIDObject()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 

Method Detail

getStationID

int getStationID()

getSecurity

int getSecurity()

getDockingCostPerVolume

double getDockingCostPerVolume()

getMaxShipVolumeDockable

double getMaxShipVolumeDockable()

getOfficeRentalCost

int getOfficeRentalCost()

getOperationID

int getOperationID()

getStationTypeID

int getStationTypeID()

getCorporationID

int getCorporationID()

getSolarSystemID

int getSolarSystemID()

getConstellationID

int getConstellationID()

getRegionID

int getRegionID()

getStationName

java.lang.String getStationName()

getX

double getX()

getY

double getY()

getZ

double getZ()

getReprocessingEfficiency

double getReprocessingEfficiency()

getReprocessingStationsTake

double getReprocessingStationsTake()

getReprocessingHangarFlag

int getReprocessingHangarFlag()

getStationIDObject

IMapDenormalize getStationIDObject()

getOperationIDObject

IStaOperations getOperationIDObject()

getStationTypeIDObject

IStaStationTypes getStationTypeIDObject()

getCorporationIDObject

ICrpNPCCorporations getCorporationIDObject()

getSolarSystemIDObject

IMapSolarSystems getSolarSystemIDObject()

getConstellationIDObject

IMapConstellations getConstellationIDObject()

getRegionIDObject

IMapRegions getRegionIDObject()