org.dps.core.server.common
Interface IContact


public interface IContact


Method Summary
 int getContactID()
           
 java.lang.String getContactName()
           
 java.lang.String getList()
          Indicates which list this contact belongs to.
 double getStanding()
           
 boolean isInWatchlist()
          True if this is a "character" contact in the watchlist and false otherwise.
 

Method Detail

getList

java.lang.String getList()
Indicates which list this contact belongs to. This will always be "character", for character contact lists, and either "alliance" or "corporate" for corporation contact lists.

Returns:
one of "character", "alliance" or "corporate".

getContactID

int getContactID()

getContactName

java.lang.String getContactName()

getStanding

double getStanding()

isInWatchlist

boolean isInWatchlist()
True if this is a "character" contact in the watchlist and false otherwise. Note that for non-character contacts, this function will always return false.

Returns:
true if this is a "character" contact in the watchlist, false otherwise.