be.SIRAPRISE.client.jsba
Interface AssignmentconstraintcheckToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
AssignmentConstraintCheck

public interface AssignmentconstraintcheckToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

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

Method Detail

setErrorcodeFromDB

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

Parameters:
errorcode - The DB value for errorcode

setOperationtypeFromDB

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

Parameters:
operationtype - The DB value for operationtype

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname