interagents
Class labelWrapItem

java.lang.Object
  |
  +--interagents.wrapItem
        |
        +--interagents.labelWrapItem

public class labelWrapItem
extends wrapItem


Field Summary
 
Fields inherited from class interagents.wrapItem
isnew, wib
 
Constructor Summary
labelWrapItem(java.lang.String work)
           
 
Method Summary
 java.lang.String toString()
          Documents the contents of the wrapItem in the format exemplified by H3, A6!.
 void update(librarian.ppProcessor ppp)
          update using director!
 
Methods inherited from class interagents.wrapItem
checkMatch, flagNew, flagOld, getLabel, hasLabel, isFull, isNew, lowerTypeName, number, setNumber, superTypeName, typeIndex, typeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

labelWrapItem

public labelWrapItem(java.lang.String work)
              throws DesignException,
                     InternalException
Method Detail

update

public void update(librarian.ppProcessor ppp)
            throws DesignException,
                   InternalException
Description copied from class: wrapItem
update using director!

Overrides:
update in class wrapItem
DesignException
InternalException

toString

public java.lang.String toString()
Description copied from class: wrapItem
Documents the contents of the wrapItem in the format exemplified by H3, A6!. The exclamamation point is used with and only with the NEW flag

Overrides:
toString in class wrapItem