public class ArcProtoId
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
chronIndex
Unique index of this ArcProtoId in TechId.
|
java.lang.String |
fullName
ArcProto full name
|
java.lang.String |
name
ArcProto name
|
TechId |
techId
TechId of this ArcProtoId.
|
Modifier and Type | Method and Description |
---|---|
ArcProto |
inDatabase(EDatabase database)
Method to return the ArcProto representing ArcProtoId in the specified EDatabase.
|
java.lang.String |
toString()
Returns a printable version of this ArcProtoId.
|
public final TechId techId
public final java.lang.String name
public final java.lang.String fullName
public final int chronIndex
public ArcProto inDatabase(EDatabase database)
database
- EDatabase where to get from.public java.lang.String toString()
toString
in class java.lang.Object