public class CustomReportDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SHOW_IN_SUMMARY_FALSE |
static int |
SHOW_IN_SUMMARY_NOT_SET |
static int |
SHOW_IN_SUMMARY_TRUE |
Constructor and Description |
---|
CustomReportDefinition() |
CustomReportDefinition(CustomReportDefinition obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomDescription() |
java.lang.String |
getCustomGroup() |
java.lang.String |
getCustomLabel() |
java.lang.String |
getCustomOperation() |
int |
getCustomPriority() |
int |
getCustomShowInSummary() |
java.lang.String |
getReportId() |
boolean |
isHide() |
void |
setCustomDescription(java.lang.String customDescription) |
void |
setCustomGroup(java.lang.String customGroup) |
void |
setCustomLabel(java.lang.String customLabel) |
void |
setCustomOperation(java.lang.String customOperation) |
void |
setCustomPriority(int customPriority) |
void |
setCustomShowInSummary(int customShowInSummary) |
void |
setHide(boolean hide) |
void |
setReportId(java.lang.String reportId) |
public static final int SHOW_IN_SUMMARY_TRUE
public static final int SHOW_IN_SUMMARY_FALSE
public static final int SHOW_IN_SUMMARY_NOT_SET
public CustomReportDefinition()
public CustomReportDefinition(CustomReportDefinition obj)
public java.lang.String getReportId()
public java.lang.String getCustomLabel()
public java.lang.String getCustomDescription()
public boolean isHide()
public int getCustomPriority()
public java.lang.String getCustomGroup()
public java.lang.String getCustomOperation()
public void setReportId(java.lang.String reportId)
reportId
- the reportId to setpublic void setCustomLabel(java.lang.String customLabel)
customLabel
- the customLabel to setpublic void setCustomDescription(java.lang.String customDescription)
customDescription
- the customDescription to setpublic void setHide(boolean hide)
hide
- the hide to setpublic void setCustomPriority(int customPriority)
customPriority
- the customPriority to setpublic void setCustomGroup(java.lang.String customGroup)
customGroup
- the customGroup to setpublic void setCustomOperation(java.lang.String customOperation)
customOperation
- the customOperation to setpublic int getCustomShowInSummary()
public void setCustomShowInSummary(int customShowInSummary)
customShowInSummary
- the customShowInSummary to set