com.jaspersoft.jasperserver.api.engine.scheduling.hibernate
Class PersistentReportJobMailRecipient

java.lang.Object
  extended by com.jaspersoft.jasperserver.api.engine.scheduling.hibernate.PersistentReportJobMailRecipient

public class PersistentReportJobMailRecipient
extends java.lang.Object

Version:
$Id: PersistentReportJobMailRecipient.java 8408 2007-05-29 23:29:12Z melih $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
static byte TYPE_BCC
           
static byte TYPE_CC
           
static byte TYPE_TO
           
 
Constructor Summary
PersistentReportJobMailRecipient()
           
 
Method Summary
 java.lang.String getAddress()
           
 byte getType()
           
 void setAddress(java.lang.String address)
           
 void setType(byte type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_TO

public static final byte TYPE_TO
See Also:
Constant Field Values

TYPE_CC

public static final byte TYPE_CC
See Also:
Constant Field Values

TYPE_BCC

public static final byte TYPE_BCC
See Also:
Constant Field Values
Constructor Detail

PersistentReportJobMailRecipient

public PersistentReportJobMailRecipient()
Method Detail

getAddress

public java.lang.String getAddress()

setAddress

public void setAddress(java.lang.String address)

getType

public byte getType()

setType

public void setType(byte type)


Copyright © 2007. All Rights Reserved.