jet.bean
Class PSParameter

java.lang.Object
  extended by jet.bean.PSParameter
All Implemented Interfaces:
java.io.Serializable

public class PSParameter
extends java.lang.Object
implements java.io.Serializable

The PSParameter class is used for exporting to Postscript. It contains all the information for exporting report results.

See Also:
Serialized Form

Constructor Summary
PSParameter()
           
 
Method Summary
 PSParameter copy()
          Adding this method for MailInformation can clone this object.
 boolean isNoMargin()
          Gets the no margin flag.
 void setNoMargin(boolean noMargin)
          Sets the flag that indexes whether the file has margin or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSParameter

public PSParameter()
Method Detail

setNoMargin

public void setNoMargin(boolean noMargin)
Sets the flag that indexes whether the file has margin or not. The default value is false.

Parameters:
noMargin -

isNoMargin

public boolean isNoMargin()
Gets the no margin flag.

Returns:
true when exporting to file using no margin format

copy

public PSParameter copy()
Adding this method for MailInformation can clone this object.

Returns: