org.dps.core.database.ram
Interface IRamAssemblyLines


public interface IRamAssemblyLines


Method Summary
 int getActivityID()
           
 IRamActivities getActivityIDObject()
           
 int getAssemblyLineID()
           
 int getAssemblyLineTypeID()
           
 IRamAssemblyLineTypes getAssemblyLineTypeIDObject()
           
 int getContainerID()
           
 IStaStations getContainerIDObject()
           
 double getCostInstall()
           
 double getCostPerHour()
           
 double getDiscountPerGoodStandingPoint()
           
 double getMaximumCharSecurity()
           
 double getMaximumCorpSecurity()
           
 double getMinimumCharSecurity()
           
 double getMinimumCorpSecurity()
           
 double getMinimumStanding()
           
 java.util.Date getNextFreeTime()
           
 int getOwnerID()
           
 ICrpNPCCorporations getOwnerIDObject()
           
 int getRestrictionMask()
           
 double getSurchargePerBadStandingPoint()
           
 int getUIGroupingID()
           
 

Method Detail

getAssemblyLineID

int getAssemblyLineID()

getAssemblyLineTypeID

int getAssemblyLineTypeID()

getContainerID

int getContainerID()

getNextFreeTime

java.util.Date getNextFreeTime()

getUIGroupingID

int getUIGroupingID()

getCostInstall

double getCostInstall()

getCostPerHour

double getCostPerHour()

getRestrictionMask

int getRestrictionMask()

getDiscountPerGoodStandingPoint

double getDiscountPerGoodStandingPoint()

getSurchargePerBadStandingPoint

double getSurchargePerBadStandingPoint()

getMinimumStanding

double getMinimumStanding()

getMinimumCharSecurity

double getMinimumCharSecurity()

getMinimumCorpSecurity

double getMinimumCorpSecurity()

getMaximumCharSecurity

double getMaximumCharSecurity()

getMaximumCorpSecurity

double getMaximumCorpSecurity()

getOwnerID

int getOwnerID()

getActivityID

int getActivityID()

getAssemblyLineTypeIDObject

IRamAssemblyLineTypes getAssemblyLineTypeIDObject()

getContainerIDObject

IStaStations getContainerIDObject()

getOwnerIDObject

ICrpNPCCorporations getOwnerIDObject()

getActivityIDObject

IRamActivities getActivityIDObject()