org.dps.core.server.eve
Interface ICharacterInfo


public interface ICharacterInfo


Method Summary
 double getAccountBalance()
           
 java.lang.String getAlliance()
           
 long getAllianceDate()
           
 long getAllianceID()
           
 java.lang.String getBloodline()
           
 int getCharacterID()
           
 java.lang.String getCharacterName()
           
 java.lang.String getCorporation()
           
 long getCorporationDate()
           
 long getCorporationID()
           
 java.lang.String getLastKnownLocation()
           
 java.lang.String getRace()
           
 double getSecurityStatus()
           
 java.lang.String getShipName()
           
 int getShipTypeID()
           
 java.lang.String getShipTypeName()
           
 int getSkillPoints()
           
 

Method Detail

getAccountBalance

double getAccountBalance()

getAlliance

java.lang.String getAlliance()

getAllianceDate

long getAllianceDate()

getAllianceID

long getAllianceID()

getBloodline

java.lang.String getBloodline()

getCharacterID

int getCharacterID()

getCharacterName

java.lang.String getCharacterName()

getCorporation

java.lang.String getCorporation()

getCorporationDate

long getCorporationDate()

getCorporationID

long getCorporationID()

getLastKnownLocation

java.lang.String getLastKnownLocation()

getRace

java.lang.String getRace()

getSecurityStatus

double getSecurityStatus()

getShipName

java.lang.String getShipName()

getShipTypeID

int getShipTypeID()

getShipTypeName

java.lang.String getShipTypeName()

getSkillPoints

int getSkillPoints()