org.dps.core.database.crt
Interface ICrtCertificates


public interface ICrtCertificates


Method Summary
 int getCategoryID()
           
 ICrtCategories getCategoryIDObject()
           
 int getCertificateID()
           
 int getClassID()
           
 ICrtClasses getClassIDObject()
           
 int getCorpID()
           
 ICrpNPCCorporations getCorpIDObject()
           
 java.lang.String getDescription()
           
 int getGrade()
           
 int getIconID()
           
 

Method Detail

getCertificateID

int getCertificateID()

getCategoryID

int getCategoryID()

getClassID

int getClassID()

getGrade

int getGrade()

getCorpID

int getCorpID()

getIconID

int getIconID()

getDescription

java.lang.String getDescription()

getCategoryIDObject

ICrtCategories getCategoryIDObject()

getClassIDObject

ICrtClasses getClassIDObject()

getCorpIDObject

ICrpNPCCorporations getCorpIDObject()