tico.rules
Class TComparationMax

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

public class TComparationMax
extends java.lang.Object

The TComparationMax is a structure to comunicate Java Beans with Jess

Version:
1.0 Oct 1, 2007
Author:
Beatriz Mateo

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

Constructor Detail

TComparationMax

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


TComparationMax

public TComparationMax(java.lang.String name,
                       java.lang.String of,
                       java.lang.Object atr,
                       java.lang.Object par,
                       java.lang.String message)
Creates a new empty TComparationMax 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 TComparationMax name.

Returns:
The TComparationMax name

setName

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

Parameters:
name - The TComparationMax name to set

getOf

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

Returns:
The TComparationMax of

setOf

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

Parameters:
of - The TComparationMax of to set

getAttribute

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

Returns:
The TComparationMax attribute

setAttribute

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

Parameters:
atr - The TComparationMax attribute to set

getParameter

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

Returns:
The TComparationMax parameter

setParameter

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

Parameters:
par - The TComparationMax parameter to set

getMessage

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

Returns:
The TComparationMax message

setMessage

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

Parameters:
message - The TComparationMax message to set