|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibi.broker.api.data.schedule.Distribution
public abstract class Distribution
Distribution is an abstract class from which classes representing the ReportCaster distribution methods are derived. ReportCaster allows 5 different distribution methods.
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
static java.lang.String |
EMAIL
Distribution method indicating the distribution of a scheduled report via EMAIL. |
protected boolean |
enabled
|
static java.lang.String |
FTP
Distribution method indicating the distribution of a scheduled report via FTP. |
protected java.lang.String |
id
|
static java.lang.String |
LIBRARY
Distribution method indicating the distribution of a scheduled report to the Library. |
static java.lang.String |
MRE
Distribution method indicating the distribution of a scheduled report to Managed Reporting. |
static java.lang.String |
PRINT
Distribution method indicating the distribution of a scheduled report to a printer. |
static java.lang.String |
SFTP
|
| Constructor Summary | |
|---|---|
Distribution()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getId()
|
boolean |
isEnabled()
|
void |
setDescription(java.lang.String description)
|
void |
setEnabled(boolean enabled)
|
void |
setId(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EMAIL
FTP,
PRINT,
MRE,
LIBRARY,
Constant Field Valuespublic static final java.lang.String FTP
EMAIL,
PRINT,
MRE,
LIBRARY,
Constant Field Valuespublic static final java.lang.String SFTP
public static final java.lang.String PRINT
EMAIL,
FTP,
MRE,
LIBRARY,
Constant Field Valuespublic static final java.lang.String MRE
EMAIL,
FTP,
PRINT,
LIBRARY,
Constant Field Valuespublic static final java.lang.String LIBRARY
EMAIL,
FTP,
PRINT,
MRE,
Constant Field Valuesprotected java.lang.String description
protected java.lang.String id
protected boolean enabled
| Constructor Detail |
|---|
public Distribution()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getId()
public void setId(java.lang.String id)
public boolean isEnabled()
public void setEnabled(boolean enabled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||