|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--News
The form containing a news (treated as an object) newses are information about the next steps in the production sequence of an order
Field Summary | |
Order |
incomingOrderInNews
the order announced in the news |
int |
numberOfTheStepForWhichANewsIsSent
the step in which the news is sent (a news can be sent twice or more for different steps) |
int |
receivingUnitNumber
the number of the unit which receives the news |
int |
sendingUnitNumber
the number of the unit which sends the news |
Constructor Summary | |
News(swarm.defobj.Zone aZone,
int su,
int ru,
Order or)
the constructor for News |
Method Summary | |
boolean |
getNotCleared()
return the notClearedByInventoryRuleMaster boolean value |
int |
getNumberOfTheStepForWhichANewsIsSent()
returning the sequential number of the recipe referring to which the news has been sent |
void |
setClearedByInventoryRuleMaster()
the news is now cleared by the inventoryRuleMaster |
Methods inherited from class swarm.objectbase.SwarmObjectImpl |
compare, describe, describeID, drop, getCompleteProbeMap, getDisplayName, getName, getProbeForMessage, getProbeForVariable, getProbeMap, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int sendingUnitNumber
public int receivingUnitNumber
public Order incomingOrderInNews
public int numberOfTheStepForWhichANewsIsSent
Constructor Detail |
public News(swarm.defobj.Zone aZone, int su, int ru, Order or)
Method Detail |
public void setClearedByInventoryRuleMaster()
public boolean getNotCleared()
public int getNumberOfTheStepForWhichANewsIsSent()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |