<P>Note that calling <A HREF="~JD~setOWriter(ow)~EJD~">setOWriter</A>(new OWIntoSB()) is <I>not</I> the same as calling this function. If you do call setOWriter with an OWIntoSB (or any other type), <A HREF="#isOWriterOWIntoSB()">isOWriterOWIntoSB</A> will always return false. The only thing that will make it return true is to call this function.</P>
@exception AssertException If <A HREF="#doAllowOWSetInMidFill()">doAllowOWSetInMidFill</A> is false, and you are currently in the middle of filling a Template.
**/
public final void setOWIntoSB() {
setOWriter(new OWIntoSB());
bOWIsOWIntoSB = true;
}