org.dps.core.database.eve
Interface IEveNames


public interface IEveNames


Method Summary
 int getCategoryID()
           
 IInvCategories getCategoryIDObject()
           
 int getGroupID()
           
 IInvGroups getGroupIDObject()
           
 int getItemID()
           
 java.lang.String getItemName()
           
 int getTypeID()
           
 IInvTypes getTypeIDObject()
           
 

Method Detail

getItemID

int getItemID()

getItemName

java.lang.String getItemName()

getCategoryID

int getCategoryID()

getGroupID

int getGroupID()

getTypeID

int getTypeID()

getCategoryIDObject

IInvCategories getCategoryIDObject()

getGroupIDObject

IInvGroups getGroupIDObject()

getTypeIDObject

IInvTypes getTypeIDObject()