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

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

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.evexmlapi.shared;

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

@JsonSerialize(
    as = IContractItem.class)
public interface IContractItem {

  public long getRecordID();

  public int getTypeID();

  public long getQuantity();

  public long getRawQuantity();

  public boolean isSingleton();

  public boolean isIncluded();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy