com.wrq.apptrieve.appconn
Class TerminalField

java.lang.Object
  extended by com.wrq.apptrieve.appconn.TerminalField

public class TerminalField
extends java.lang.Object

TerminalField provides information about a host terminal field on a current Host Integrator entity.


Method Summary
 int getLeftColumn()
          Gets the left column screen position for the terminal field.
 int getLength()
          Gets the length of terminal field.
 int getOffset()
          Gets the offset screen position for the terminal field.
 TerminalAttributes getTerminalAttributes()
          Get the terminal attributes of the screen terminal field.
 int getTopRow()
          Gets the top row screen position for the terminal field.
 java.lang.String toString()
          Generates a String object that represents the current values of this TerminalField object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTopRow

public int getTopRow()
Gets the top row screen position for the terminal field.

Returns:
int - the top row character position

getLeftColumn

public int getLeftColumn()
Gets the left column screen position for the terminal field.

Returns:
int - the left column character position

getOffset

public int getOffset()
Gets the offset screen position for the terminal field.

Returns:
int - the offset from screen top-left

getLength

public int getLength()
Gets the length of terminal field.

Returns:
int - the length of the field in characters

getTerminalAttributes

public TerminalAttributes getTerminalAttributes()
Get the terminal attributes of the screen terminal field.

Returns:
TerminalAttributes - an object that contains the terminal attributes

toString

public java.lang.String toString()
Generates a String object that represents the current values of this TerminalField object.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String - the string representation of this object