be.SIRAPRISE.client.jsba
Interface DatabaseconstraintToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
DatabaseConstraint

public interface DatabaseconstraintToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setConstraintlabelFromDB(java.lang.String constraintlabel)
          Sets constraintlabel from the DB
 void setErrorcodeFromDB(java.lang.String errorcode)
          Sets errorcode 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

setConstraintlabelFromDB

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

Parameters:
constraintlabel - The DB value for constraintlabel