public static class InvestigationEventGoodRepWithOther.InvestigationGoodRepData extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected FactionAPI |
faction |
protected FactionAPI |
other |
| Constructor and Description |
|---|
InvestigationGoodRepData(FactionAPI faction,
FactionAPI other) |
InvestigationGoodRepData(java.lang.String faction,
java.lang.String other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
FactionAPI |
getFaction() |
FactionAPI |
getOther() |
int |
hashCode() |
protected FactionAPI faction
protected FactionAPI other
public InvestigationGoodRepData(FactionAPI faction, FactionAPI other)
public InvestigationGoodRepData(java.lang.String faction, java.lang.String other)
public FactionAPI getFaction()
public FactionAPI getOther()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object