public class ICReportDefinition extends GenericDocument
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
accounts |
protected String |
applicationName |
protected String |
entitiesSlice |
protected String |
httpHost |
protected String |
httpProtocol |
protected String |
includeMatched |
protected String |
includeMisMatched |
protected String |
includePosted |
protected String |
includeUnMatched |
protected String |
includeUnposted |
protected List<String> |
matchingAccounts |
protected String |
partnersSlice |
protected String |
povSlice |
protected String |
reportDescription |
protected String |
reportFormat |
protected String |
reportLabel |
protected String |
reportSecurityClass |
protected String |
reportStyleSheet |
protected String |
reportType |
protected String |
template |
protected String |
transactionCurrency |
| Constructor and Description |
|---|
ICReportDefinition() |
getDocumentContent, setDocumentObjectFromContentprotected String reportType
protected String reportLabel
protected String reportDescription
protected String reportSecurityClass
protected String applicationName
protected String httpProtocol
protected String httpHost
protected String transactionCurrency
protected String reportStyleSheet
protected String template
protected String reportFormat
protected String povSlice
protected String entitiesSlice
protected String partnersSlice
protected String includeMatched
protected String includeUnMatched
protected String includeMisMatched
protected String includePosted
protected String includeUnposted
public String getReportType()
public void setReportLabel(String reportLabel)
public String getReportLabel()
public void setReportDescription(String reportDescription)
public String getReportDescription()
public void setPovSlice(String slicePOV)
public String getPovSlice()
public void setIncludeMatched(String matched)
public String getIncludeMatched()
public void setIncludeUnMatched(String unMatched)
public String getIncludeUnMatched()
public void setIncludeMisMatched(String misMatched)
public String getIncludeMisMatched()
public void setIncludePosted(String posted)
public String getIncludePosted()
public void setIncludeUnposted(String unposted)
public String getIncludeUnposted()
public void setEntitiesSlice(String entitiesSlice)
public String getEntitiesSlice()
public void setPartnersSlice(String partnersSlice)
public String getPartnersSlice()
public void setReportSecurityClass(String reportSecurityClass)
public String getReportSecurityClass()
public void setReportType(String reportType)
public void setApplicationName(String applicationName)
public String getApplicationName()
public void setHttpProtocol(String httpProtocol)
public String getHttpProtocol()
public void setHttpHost(String httpHost)
public String getHttpHost()
public void setReportStyleSheet(String reportStyleSheet)
public String getReportStyleSheet()
public void setTemplate(String template)
public String getTemplate()
public void setReportFormat(String reportFormat)
public String getReportFormat()
public void setTransactionCurrency(String transactionCurrency)
public String getTransactionCurrency()
Copyright 2007, 2026, Oracle. All rights reserved.