public class COBJ extends MajorRecord
MajorRecord.MajorFlags
Constructor and Description |
---|
COBJ(java.lang.String edid)
Creates a new COBJ record with CK default settings.
|
Modifier and Type | Method and Description |
---|---|
void |
addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
addIngredient(FormID itemReference,
int count)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearIngredients()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
FormID |
getBenchKeywordFormID() |
java.util.ArrayList<Condition> |
getConditions() |
java.util.ArrayList<SubFormInt> |
getIngredients() |
KeywordSet |
getKeywordSet() |
int |
getOutputQuantity() |
FormID |
getResultFormID() |
void |
removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
removeIngredient(FormID itemReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setBenchKeywordFormID(FormID form) |
void |
setOutputQuantity(int n) |
void |
setResultFormID(FormID form) |
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public COBJ(java.lang.String edid)
edid
- A unique EDIDpublic KeywordSet getKeywordSet()
public java.util.ArrayList<Condition> getConditions()
public void addCondition(Condition c)
c
- public void removeCondition(Condition c)
c
- public boolean addIngredient(FormID itemReference, int count)
itemReference
- count
- public boolean removeIngredient(FormID itemReference)
itemReference
- public void clearIngredients()
public java.util.ArrayList<SubFormInt> getIngredients()
public FormID getResultFormID()
public void setResultFormID(FormID form)
form
- public FormID getBenchKeywordFormID()
public void setBenchKeywordFormID(FormID form)
form
- public int getOutputQuantity()
public void setOutputQuantity(int n)
n
-