public class ItemListing extends Record
Constructor and Description |
---|
ItemListing(FormID id) |
ItemListing(FormID id,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
FormID |
getForm() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setCount(int count) |
void |
setForm(FormID id) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public ItemListing(FormID id, int count)
id
- count
- public ItemListing(FormID id)
id
- public boolean equals(java.lang.Object obj)
obj
- public int hashCode()
public FormID getForm()
public void setForm(FormID id)
id
- public int getCount()
public void setCount(int count)
count
- public java.lang.String print()
Record