com.konakart.json.app
Class J_Expression

java.lang.Object
  extended by com.konakart.json.app.J_Expression
All Implemented Interfaces:
java.io.Serializable

public class J_Expression
extends java.lang.Object
implements java.io.Serializable

Describes an expression object

See Also:
Serialized Form

Constructor Summary
J_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

J_Expression

public J_Expression()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int _id)
Parameters:
_id - the id to set

getName

public java.lang.String getName()
Expression name used to identify it

Returns:
the name

setName

public void setName(java.lang.String _name)
Expression name used to identify it

Parameters:
_name - the name to set

getDescription

public java.lang.String getDescription()
Description of the expression

Returns:
the description

setDescription

public void setDescription(java.lang.String _description)
Description of the expression

Parameters:
_description - the description to set

getCustom1

public java.lang.String getCustom1()
Used for custom data

Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Used for custom data

Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Used for custom data

Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Used for custom data

Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Used for custom data

Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Used for custom data

Parameters:
_custom3 - the custom3 to set

getNumVariables

public int getNumVariables()
Returns:
the numVariables

setNumVariables

public void setNumVariables(int _numVariables)
Parameters:
_numVariables - the numVariables to set


Copyright © 2011 DS Data Systems UK Ltd.