be.SIRAPRISE.client.jsba
Interface AssignmentconstraintToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
AssignmentConstraint

public interface AssignmentconstraintToDBObject
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 sp_expression)
          Sets sp_expression from the DB
 

Method Detail

setConstraintlabelFromDB

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

Parameters:
constraintlabel - The DB value for constraintlabel

setSp_expressionFromDB

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

Parameters:
sp_expression - The DB value for sp_expression

setErrorcodeFromDB

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

Parameters:
errorcode - The DB value for errorcode