|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Expression
public class S_Expression
Describes an expression object
| Constructor Summary | |
|---|---|
S_Expression()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
Used for custom data |
java.lang.String |
getCustom2()
Used for custom data |
java.lang.String |
getCustom3()
Used for custom data |
java.lang.String |
getDescription()
Description of the expression |
int |
getId()
|
java.lang.String |
getName()
Expression name used to identify it |
int |
getNumVariables()
|
void |
setCustom1(java.lang.String _custom1)
Used for custom data |
void |
setCustom2(java.lang.String _custom2)
Used for custom data |
void |
setCustom3(java.lang.String _custom3)
Used for custom data |
void |
setDescription(java.lang.String _description)
Description of the expression |
void |
setId(int _id)
|
void |
setName(java.lang.String _name)
Expression name used to identify it |
void |
setNumVariables(int _numVariables)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Expression()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String _name)
_name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - the description to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic int getNumVariables()
public void setNumVariables(int _numVariables)
_numVariables - the numVariables to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||