tico.rules
Class TComparationMin

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

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

Constructor Detail

TComparationMin

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


TComparationMin

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

Returns:
The TComparationMin name

setName

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

Parameters:
name - The TComparationMin name to set

getOf

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

Returns:
The TComparationMin of

setOf

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

Parameters:
of - The TComparationMin of to set

getAttribute

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

Returns:
The TComparationMin attribute

setAttribute

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

Parameters:
atr - The TComparationMin attribute to set

getParameter

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

Returns:
The TComparationMin parameter

setParameter

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

Parameters:
par - The TComparationMin parameter to set

getMessage

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

Returns:
The TComparationMin message

setMessage

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

Parameters:
message - The TComparationMin message to set