com.konakart.appif
Interface ExpressionIf

All Known Implementing Classes:
Expression

public interface ExpressionIf

Describes an expression object


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)
           
 

Method Detail

getId

int getId()
Returns:
the id

setId

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

getName

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

Returns:
the name

setName

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

Parameters:
name - the name to set

getDescription

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

Returns:
the description

setDescription

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

Parameters:
description - the description to set

getCustom1

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

Returns:
the custom1

setCustom1

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

Parameters:
custom1 - the custom1 to set

getCustom2

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

Returns:
the custom2

setCustom2

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

Parameters:
custom2 - the custom2 to set

getCustom3

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

Returns:
the custom3

setCustom3

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

Parameters:
custom3 - the custom3 to set

getNumVariables

int getNumVariables()
Returns:
the numVariables

setNumVariables

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


Copyright © 2011 DS Data Systems UK Ltd.