All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enterprises.orbital.evexmlapi.shared.IContact Maven / Gradle / Ivy

package enterprises.orbital.evexmlapi.shared;

import com.fasterxml.jackson.databind.annotation.JsonSerialize;

@JsonSerialize(as = IContact.class)
public interface IContact {
  public int getContactID();

  public String getContactName();

  public double getStanding();

  public int getContactTypeID();

  /**
   * 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.
   * 
   * @return true if this is a "character" contact in the watchlist, false otherwise.
   */
  public boolean isInWatchlist();

  public long getLabelMask();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy