tico.rules
Class TExist

java.lang.Object
  extended by tico.rules.TExist

public class TExist
extends java.lang.Object

The TExist is a structure to comunicate Java Beans with Jess.

Version:
1.0 Oct 1, 2007
Author:
Beatriz Mateo

Constructor Summary
TExist()
          Creates a new empty TExist with no initial attributes.
TExist(java.lang.String name, java.lang.String of, java.lang.Object atr, java.lang.Object par, java.lang.String message)
          Creates a new empty TExist with the specified initial name, of, attribute, parameter, and message
 
Method Summary
 java.lang.Object getAttribute()
          Returns the TExist attribute.
 java.lang.String getMessage()
          Returns the TExist message.
 java.lang.String getName()
          Returns the TExist name.
 java.lang.String getOf()
          Returns the TExist of.
 java.lang.Object getParameter()
          Returns the TExist parameter.
 void setAttribute(java.lang.Object atr)
          Sets the TExist attribute.
 void setMessage(java.lang.String message)
          Sets the TExist message.
 void setName(java.lang.String name)
          Sets the TExist name.
 void setOf(java.lang.String of)
          Sets the TExist of.
 void setParameter(java.lang.Object par)
          Sets the TExist parameter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TExist

public TExist()
Creates a new empty TExist with no initial attributes.


TExist

public TExist(java.lang.String name,
              java.lang.String of,
              java.lang.Object atr,
              java.lang.Object par,
              java.lang.String message)
Creates a new empty TExist with the specified initial name, of, attribute, parameter, and message

Parameters:
name - The specified initial name
of - The specified initial of
atr - The specified initial attribute
par - The specified initial parameter
message - The specified initial message
Method Detail

getName

public java.lang.String getName()
Returns the TExist name.

Returns:
The TExist name

setName

public void setName(java.lang.String name)
Sets the TExist name.

Parameters:
name - The TExist name to set

getOf

public java.lang.String getOf()
Returns the TExist of.

Returns:
The TExist of

setOf

public void setOf(java.lang.String of)
Sets the TExist of.

Parameters:
of - The TExist of to set

getAttribute

public java.lang.Object getAttribute()
Returns the TExist attribute.

Returns:
The TExist attribute

setAttribute

public void setAttribute(java.lang.Object atr)
Sets the TExist attribute.

Parameters:
atr - The TExist attribute to set

getParameter

public java.lang.Object getParameter()
Returns the TExist parameter.

Returns:
The TExist parameter

setParameter

public void setParameter(java.lang.Object par)
Sets the TExist parameter.

Parameters:
par - The TExist parameter to set

getMessage

public java.lang.String getMessage()
Returns the TExist message.

Returns:
The TExist message

setMessage

public void setMessage(java.lang.String message)
Sets the TExist message.

Parameters:
message - The TExist message to set