org.dps.core.database.inv
Interface IInvGroups


public interface IInvGroups


Method Summary
 int getCategoryID()
           
 IInvCategories getCategoryIDObject()
           
 java.lang.String getDescription()
           
 int getGroupID()
           
 java.lang.String getGroupName()
           
 int getIconID()
           
 IEveIcons getIconIDObject()
           
 boolean isAllowManufacture()
           
 boolean isAllowRecycler()
           
 boolean isAnchorable()
           
 boolean isAnchored()
           
 boolean isFittableNonSingleton()
           
 boolean isPublished()
           
 boolean isUseBasePrice()
           
 

Method Detail

getGroupID

int getGroupID()

getCategoryID

int getCategoryID()

getGroupName

java.lang.String getGroupName()

getDescription

java.lang.String getDescription()

getIconID

int getIconID()

isUseBasePrice

boolean isUseBasePrice()

isAllowManufacture

boolean isAllowManufacture()

isAllowRecycler

boolean isAllowRecycler()

isAnchored

boolean isAnchored()

isAnchorable

boolean isAnchorable()

isFittableNonSingleton

boolean isFittableNonSingleton()

isPublished

boolean isPublished()

getIconIDObject

IEveIcons getIconIDObject()

getCategoryIDObject

IInvCategories getCategoryIDObject()