AR System Java API

com.bmc.arsys.api
Class OpenWindowAction.ReportInfo

java.lang.Object
  extended by 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

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.
 void setCharacterEncoding(String characterEncoding)
           
 void setDestination(String destination)
           
 void setEntryIds(String entryIds)
           
 void setFormName(String formName)
           
 void setLocation(int locationType)
           
 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

OpenWindowAction.ReportInfo

public OpenWindowAction.ReportInfo()
Method Detail

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

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.