be.SIRAPRISE.client.jsba
Interface NewattributedefaultvalueToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
NewAttributeDefaultValue

public interface NewattributedefaultvalueToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setAttributenameFromDB(java.lang.String attributename)
          Sets attributename from the DB
 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

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

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname

setAttributenameFromDB

void setAttributenameFromDB(java.lang.String attributename)
Sets attributename from the DB

Parameters:
attributename - The DB value for attributename