de.smartics.properties.config.transfer.templatestream
Class Wrapper

Package class diagram package Wrapper
java.lang.Object
  extended by de.smartics.properties.config.transfer.templatestream.Wrapper

public final class Wrapper
     
     
extends Object

Provides information to wrap an instance of output.


Constructor Summary
Wrapper()
           
 
Method Summary
 String getExtro()
          Returns the text to write after the output.
 String getIntro()
          Returns the text to write before the output.
 void setExtro(String extro)
          Sets the text to write after the output.
 void setIntro(String intro)
          Sets the text to write before the output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wrapper

public Wrapper()
Method Detail

getIntro

public String getIntro()
Returns the text to write before the output. May be null.

Returns:
the text to write before the output.

getExtro

public String getExtro()
Returns the text to write after the output. May be null.

Returns:
the text to write after the output.

setIntro

public void setIntro(String intro)
Sets the text to write before the output. May be null.

Parameters:
intro - the text to write before the output. May be null.

setExtro

public void setExtro(String extro)
Sets the text to write after the output. May be null.

Parameters:
extro - the text to write after the output. May be null.


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.