tico.rules
Class TLightness

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

public class TLightness
extends java.lang.Object

The TLightness is a structure to comunicate Java Beans with Jess

Version:
1.0 Oct 1, 2007
Author:
Beatriz Mateo

Constructor Summary
TLightness()
          Creates a new empty TLightness with no initial name.
TLightness(java.lang.String name, java.lang.String of, java.lang.Object atr1, java.lang.Object atr2, java.lang.Object par, java.lang.String message)
          Creates a new empty TLightness with the specified initial name, of, atr1, atr2, par and message
 
Method Summary
 java.lang.Object getAttribute1()
          Returns the TLightness attribute1.
 java.lang.Object getAttribute2()
          Returns the TLightness attribute2.
 java.lang.String getMessage()
          Returns the TLightness message.
 java.lang.String getName()
          Returns the TLightness name.
 java.lang.String getOf()
          Returns the TLightness of.
 java.lang.Object getParameter()
          Returns the TLightness parameter.
 void setAttribute1(java.lang.Object atr1)
          Sets the TLightness attribute1.
 void setAttribute2(java.lang.Object atr2)
          Sets the TLightness attribute2.
 void setMessage(java.lang.String message)
          Sets the TLightness message.
 void setName(java.lang.String name)
          Sets the TLightness name.
 void setOf(java.lang.String of)
          Sets the TLightness of.
 void setParameter(java.lang.Object par)
          Sets the TLightness parameter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLightness

public TLightness()
Creates a new empty TLightness with no initial name.


TLightness

public TLightness(java.lang.String name,
                  java.lang.String of,
                  java.lang.Object atr1,
                  java.lang.Object atr2,
                  java.lang.Object par,
                  java.lang.String message)
Creates a new empty TLightness with the specified initial name, of, atr1, atr2, par and message

Parameters:
name - The specified initial name
of - The specified initial of
atr1 - The specified initial attribute1
atr2 - The specified initial attribute2
par - The specified initial parameter
message - The specified initial message
Method Detail

getName

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

Returns:
The TLightness name

setName

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

Parameters:
name - The TLightness name to set

getOf

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

Returns:
The TLightness of

setOf

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

Parameters:
of - The TLightness of to set

getAttribute1

public java.lang.Object getAttribute1()
Returns the TLightness attribute1.

Returns:
The TLightness attribute1

setAttribute1

public void setAttribute1(java.lang.Object atr1)
Sets the TLightness attribute1.

Parameters:
atr1 - The TLightness attribute1 to set

getAttribute2

public java.lang.Object getAttribute2()
Returns the TLightness attribute2.

Returns:
The TLightness attribute2

setAttribute2

public void setAttribute2(java.lang.Object atr2)
Sets the TLightness attribute2.

Parameters:
atr2 - The TLightness attribute2 to set

getParameter

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

Returns:
The TLightness parameter

setParameter

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

Parameters:
par - The TLightness parameter to set

getMessage

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

Returns:
The TLightness message

setMessage

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

Parameters:
message - The TLightness message to set