com.bmc.arsys.api
Class OpenWindowAction.ReportInfo
java.lang.Object
  
com.bmc.arsys.api.OpenWindowAction.ReportInfo
- All Implemented Interfaces: 
 - Serializable
 
- Enclosing class:
 - OpenWindowAction
 
public static class OpenWindowAction.ReportInfo
- extends Object
- implements Serializable
  
- See Also:
 - Serialized Form
 
 
 
 
OpenWindowAction.ReportInfo
public OpenWindowAction.ReportInfo()
getReportFileId
public int getReportFileId()
 
 
getCharacterEncoding
public String getCharacterEncoding()
 
- Returns:
 - the characterEncoding
 
 
setCharacterEncoding
public void setCharacterEncoding(String characterEncoding)
 
 
getDestination
public String getDestination()
 
- Returns:
 - the destination
 
 
setDestination
public void setDestination(String destination)
 
 
getEntryIds
public String getEntryIds()
 
- Returns:
 - the entryIds
 
 
setEntryIds
public void setEntryIds(String entryIds)
 
 
getLocation
public int getLocation()
 
- Returns:
 - the location
 
 
setLocation
public void setLocation(int locationType)
 
 
getName
public String getName()
 
- Returns:
 - the name
 
 
setName
public void setName(String name)
 
 
getOperation
public String getOperation()
 
- Returns:
 - the operation
 
 
setOperation
public void setOperation(String operation)
 
 
getQueryOverride
public String getQueryOverride()
 
- Returns:
 - the queryOverride
 
 
setQueryOverride
public void setQueryOverride(String queryOverride)
 
 
getFormName
public String getFormName()
 
- Returns:
 - the formName
 
 
setFormName
public void setFormName(String formName)
 
 
getServerName
public String getServerName()
 
- Returns:
 - the serverName
 
 
setServerName
public void setServerName(String serverName)
 
 
getType
public String getType()
 
- Returns:
 - the type
 
 
setType
public void setType(String type)
 
 
getQuery
public String getQuery()
 
- Returns:
 - the query
 
 
setQuery
public void setQuery(String string)
 
 
clone
public Object clone()
             throws CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self
- Overrides:
 clone in class Object
 
- Throws:
 CloneNotSupportedException
 
 
equals
public boolean equals(Object obj)
- Use this method for checking equality. The result is true only if the argument is not null, is of same type and
 represents the same content.
- Overrides:
 equals in class Object
 
 
 
hashCode
public int hashCode()
- Returns the hash code value for this instance of the current class. This method is supported as required by the
 general contract of Object.hashCode, for the benefit of hash tables such as those provided by
 java.util.Hashtable.
- Overrides:
 hashCode in class Object
 
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
? Copyright 2006, 2007 BMC Software, Inc.