|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.rules.TComparationMin
public class TComparationMin
The TComparationMax
is a structure to comunicate Java Beans with Jess
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 |
---|
public TComparationMin()
TComparationMin
with no initial attributes.
public TComparationMin(java.lang.String name, java.lang.String of, java.lang.Object atr, java.lang.Object par, java.lang.String message)
TComparationMin
with the specified initial
name
, of
, attribute
, parameter
,
and message
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 |
---|
public java.lang.String getName()
name
.
name
public void setName(java.lang.String name)
name
.
name
- The TComparationMin name
to setpublic java.lang.String getOf()
of
.
of
public void setOf(java.lang.String of)
of
.
of
- The TComparationMin of
to setpublic java.lang.Object getAttribute()
attribute
.
attribute
public void setAttribute(java.lang.Object atr)
attribute
.
atr
- The TComparationMin attribute
to setpublic java.lang.Object getParameter()
parameter
.
parameter
public void setParameter(java.lang.Object par)
parameter
.
par
- The TComparationMin parameter
to setpublic java.lang.String getMessage()
message
.
message
public void setMessage(java.lang.String message)
message
.
message
- The TComparationMin message
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |