be.SIRAPRISE.client.jsba
Interface TupleconstraintToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
TupleConstraint

public interface TupleconstraintToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setErrorcodeFromDB(java.lang.String errorcode)
          Sets errorcode from the DB
 void setRelvarnameFromDB(java.lang.String relvarname)
          Sets relvarname from the DB
 void setSp_expressionFromDB(java.lang.String constraintexpression)
          Sets constraintexpression from the DB
 

Method Detail

setErrorcodeFromDB

void setErrorcodeFromDB(java.lang.String errorcode)
Sets errorcode from the DB

Parameters:
errorcode - The DB value for errorcode

setSp_expressionFromDB

void setSp_expressionFromDB(java.lang.String constraintexpression)
Sets constraintexpression from the DB

Parameters:
constraintexpression - The DB value for constraintexpression

setRelvarnameFromDB

void setRelvarnameFromDB(java.lang.String relvarname)
Sets relvarname from the DB

Parameters:
relvarname - The DB value for relvarname