|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.rules.TLightness
public class TLightness
The TLightness
is a structure to comunicate Java Beans with Jess
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 |
---|
public TLightness()
TLightness
with no initial name
.
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)
TLightness
with the specified initial
name
, of
, atr1
, atr2
,
par
and message
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 |
---|
public java.lang.String getName()
name
.
name
public void setName(java.lang.String name)
name
.
name
- The TLightness name
to setpublic java.lang.String getOf()
of
.
of
public void setOf(java.lang.String of)
of
.
of
- The TLightness of
to setpublic java.lang.Object getAttribute1()
attribute1
.
attribute1
public void setAttribute1(java.lang.Object atr1)
attribute1
.
atr1
- The TLightness attribute1
to setpublic java.lang.Object getAttribute2()
attribute2
.
attribute2
public void setAttribute2(java.lang.Object atr2)
attribute2
.
atr2
- The TLightness attribute2
to setpublic java.lang.Object getParameter()
parameter
.
parameter
public void setParameter(java.lang.Object par)
parameter
.
par
- The TLightness parameter
to setpublic java.lang.String getMessage()
message
.
message
public void setMessage(java.lang.String message)
message
.
message
- The TLightness message
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |