be.SIRAPRISE.client.jsba
Interface VirtualrelvarToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
VirtualRelvar

public interface VirtualrelvarToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

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

Method Detail

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname

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