be.SIRAPRISE.client.jsba
Interface TransactionconstraintToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
TransactionConstraint

Deprecated.

@Deprecated
public interface TransactionconstraintToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setConstraintexpressionFromDB(java.lang.String constraintexpression)
          Deprecated. Sets constraintexpression from the DB
 void setConstraintlabelFromDB(java.lang.String constraintlabel)
          Deprecated. Sets constraintlabel from the DB
 void setErrorcodeFromDB(java.lang.String errorcode)
          Deprecated. Sets errorcode from the DB
 void setOperationtypeFromDB(java.lang.String operationtype)
          Deprecated. Sets operationtype from the DB
 void setRelvarnameFromDB(java.lang.String relvarname)
          Deprecated. Sets relvarname from the DB
 

Method Detail

setConstraintexpressionFromDB

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

Parameters:
constraintexpression - The DB value for constraintexpression

setConstraintlabelFromDB

void setConstraintlabelFromDB(java.lang.String constraintlabel)
Deprecated. 
Sets constraintlabel from the DB

Parameters:
constraintlabel - The DB value for constraintlabel

setErrorcodeFromDB

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

Parameters:
errorcode - The DB value for errorcode

setOperationtypeFromDB

void setOperationtypeFromDB(java.lang.String operationtype)
Deprecated. 
Sets operationtype from the DB

Parameters:
operationtype - The DB value for operationtype

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname