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

See Also:
Serialized Form

Constructor Summary
PSParameter()
           
 
Method Summary
 PSParameter copy()
          add this method for MailInformation can clone this object
 boolean isNoMargin()
          get the no margin flag
 void setNoMargin(boolean noMargin)
          set the flag that index whether has margin or not, the default is false
 
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)
set the flag that index whether has margin or not, the default is false

Parameters:
noMargin -

isNoMargin

public boolean isNoMargin()
get the no margin flag

Returns:
true when export to file using no margin format

copy

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

Returns: