public class SubFormInt extends Record
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Takes the FormID into the equals calculations
|
FormID |
getForm()
Returns the FormID object of the Sub Record.
|
ModListing |
getFormMaster() |
java.lang.String |
getFormStr() |
int |
getNum() |
int |
hashCode()
Takes the FormID into the hashcode calculations
|
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setForm(FormID id) |
void |
setNum(int number) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public java.lang.String print()
Record
public void setForm(FormID id)
id
- FormID to set the record's to.public java.lang.String getFormStr()
public ModListing getFormMaster()
public FormID getForm()
public void setNum(int number)
number
- Number to associate with this record.public int getNum()
public boolean equals(java.lang.Object obj)
obj
- Another SubFormRecordpublic int hashCode()
hashCode
in class java.lang.Object