|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.OpenWindowAction.ReportInfo
public static class OpenWindowAction.ReportInfo
The ReportInfo class has properties of the report.
Constructor Summary | |
---|---|
OpenWindowAction.ReportInfo()
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality. |
String |
getCharacterEncoding()
|
String |
getDestination()
|
String |
getEntryIds()
|
String |
getFormName()
|
int |
getLocation()
|
String |
getName()
|
String |
getOperation()
|
String |
getQuery()
|
String |
getQueryOverride()
|
int |
getReportFileId()
|
String |
getServerName()
|
String |
getType()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isInlineForm()
|
void |
setCharacterEncoding(String characterEncoding)
|
void |
setDestination(String destination)
|
void |
setEntryIds(String entryIds)
|
void |
setFormName(String formName)
|
void |
setInlineForm(boolean inlineForm)
|
void |
setLocation(int locationType)
|
void |
setLocation(int locationType,
int windowMode)
|
void |
setName(String name)
|
void |
setOperation(String operation)
|
void |
setQuery(String string)
|
void |
setQueryOverride(String queryOverride)
|
void |
setServerName(String serverName)
|
void |
setType(String type)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpenWindowAction.ReportInfo()
Method Detail |
---|
public int getReportFileId()
public String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
public String getDestination()
public void setDestination(String destination)
public String getEntryIds()
public void setEntryIds(String entryIds)
public int getLocation()
public void setLocation(int locationType)
public void setLocation(int locationType, int windowMode)
public String getName()
public void setName(String name)
public String getOperation()
public void setOperation(String operation)
public String getQueryOverride()
public void setQueryOverride(String queryOverride)
public String getFormName()
public void setFormName(String formName)
public String getServerName()
public void setServerName(String serverName)
public String getType()
public void setType(String type)
public String getQuery()
public void setQuery(String string)
public void setInlineForm(boolean inlineForm)
public boolean isInlineForm()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |