org.dps.core.server.common
Interface IIndustryJob


public interface IIndustryJob


Method Summary
 int getActivityID()
           
 long getAssemblyLineID()
           
 long getBeginProductionTime()
           
 double getCharMaterialMultiplier()
           
 double getCharTimeMultiplier()
           
 int getCompletedStatus()
           
 long getContainerID()
           
 long getContainerLocationID()
           
 int getContainerTypeID()
           
 long getEndProductionTime()
           
 long getInstalledInSolarSystemID()
           
 long getInstalledItemCopy()
           
 int getInstalledItemFlag()
           
 long getInstalledItemID()
           
 int getInstalledItemLicensedProductionRunsRemaining()
           
 long getInstalledItemLocationID()
           
 int getInstalledItemMaterialLevel()
           
 int getInstalledItemProductivityLevel()
           
 int getInstalledItemQuantity()
           
 int getInstalledItemTypeID()
           
 long getInstallerID()
           
 long getInstallTime()
           
 long getJobID()
           
 int getLicensedProductionRuns()
           
 double getMaterialMultiplier()
           
 int getOutputFlag()
           
 long getOutputLocationID()
           
 int getOutputTypeID()
           
 long getPauseProductionTime()
           
 int getRuns()
           
 double getTimeMultiplier()
           
 boolean isCompleted()
           
 boolean isCompletedSuccessfully()
           
 

Method Detail

getActivityID

int getActivityID()

getAssemblyLineID

long getAssemblyLineID()

getBeginProductionTime

long getBeginProductionTime()

getCharMaterialMultiplier

double getCharMaterialMultiplier()

getCharTimeMultiplier

double getCharTimeMultiplier()

getCompletedStatus

int getCompletedStatus()

getContainerID

long getContainerID()

getContainerLocationID

long getContainerLocationID()

getContainerTypeID

int getContainerTypeID()

getEndProductionTime

long getEndProductionTime()

getInstalledInSolarSystemID

long getInstalledInSolarSystemID()

getInstalledItemCopy

long getInstalledItemCopy()

getInstalledItemFlag

int getInstalledItemFlag()

getInstalledItemID

long getInstalledItemID()

getInstalledItemLicensedProductionRunsRemaining

int getInstalledItemLicensedProductionRunsRemaining()

getInstalledItemLocationID

long getInstalledItemLocationID()

getInstalledItemMaterialLevel

int getInstalledItemMaterialLevel()

getInstalledItemProductivityLevel

int getInstalledItemProductivityLevel()

getInstalledItemQuantity

int getInstalledItemQuantity()

getInstalledItemTypeID

int getInstalledItemTypeID()

getInstallerID

long getInstallerID()

getInstallTime

long getInstallTime()

getJobID

long getJobID()

getLicensedProductionRuns

int getLicensedProductionRuns()

getMaterialMultiplier

double getMaterialMultiplier()

getOutputFlag

int getOutputFlag()

getOutputLocationID

long getOutputLocationID()

getOutputTypeID

int getOutputTypeID()

getPauseProductionTime

long getPauseProductionTime()

getRuns

int getRuns()

getTimeMultiplier

double getTimeMultiplier()

isCompleted

boolean isCompleted()

isCompletedSuccessfully

boolean isCompletedSuccessfully()