org.csapi.jr.se.termcap
Class TerminalCapabilityScope

java.lang.Object
  |
  +--org.csapi.jr.se.termcap.TerminalCapabilityScope
All Implemented Interfaces:
java.io.Serializable

public final class TerminalCapabilityScope
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that specify the scope of the terminal capabilities.

See Also:
Serialized Form

Constructor Summary
TerminalCapabilityScope()
          Creates a new TerminalCapabilityScope instance.
TerminalCapabilityScope(org.csapi.jr.se.termcap.TerminalCapabilityScopeType _scopeType, java.lang.String _scope)
          Creates a new TerminalCapabilityScope instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getScope()
          This method returns a scope.
 org.csapi.jr.se.termcap.TerminalCapabilityScopeType getScopeType()
          This method returns a scopeType.
 int hashCode()
          Returns a hashcode value for the object.
 void setScope(java.lang.String scope)
          This method sets a scope.
 void setScopeType(org.csapi.jr.se.termcap.TerminalCapabilityScopeType scopeType)
          This method sets a scopeType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalCapabilityScope

public TerminalCapabilityScope()
Creates a new TerminalCapabilityScope instance.


TerminalCapabilityScope

public TerminalCapabilityScope(org.csapi.jr.se.termcap.TerminalCapabilityScopeType _scopeType,
                               java.lang.String _scope)
Creates a new TerminalCapabilityScope instance.

Parameters:
_scopeType -
_scope -
Method Detail

getScopeType

public org.csapi.jr.se.termcap.TerminalCapabilityScopeType getScopeType()
This method returns a scopeType.

Returns:
a org.csapi.jr.se.termcap.TerminalCapabilityScopeType value

getScope

public java.lang.String getScope()
This method returns a scope.

Returns:
a String value

setScopeType

public void setScopeType(org.csapi.jr.se.termcap.TerminalCapabilityScopeType scopeType)
This method sets a scopeType.


setScope

public void setScope(java.lang.String scope)
This method sets a scope.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object