org.dps.core.server.eve
Interface ICertificateMember


public interface ICertificateMember


Method Summary
 int getCertificateID()
           
 long getCorporationID()
           
 java.lang.String getDescription()
           
 int getGrade()
           
 java.util.Collection<IRequiredCertificate> getRequiredCertificates()
           
 java.util.Collection<IRequiredSkill> getRequiredSkills()
           
 

Method Detail

getCertificateID

int getCertificateID()

getCorporationID

long getCorporationID()

getDescription

java.lang.String getDescription()

getGrade

int getGrade()

getRequiredCertificates

java.util.Collection<IRequiredCertificate> getRequiredCertificates()

getRequiredSkills

java.util.Collection<IRequiredSkill> getRequiredSkills()