be.SIRAPRISE.client.jsba
Interface RecordattributeToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
RecordAttribute

public interface RecordattributeToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setAttributenameFromDB(java.lang.String attributename)
          Sets attributename from the DB
 void setOrdinalFromDB(java.lang.String ordinal)
          Sets ordinal from the DB
 void setRecordtypenameFromDB(java.lang.String recordtypename)
          Sets recordtypename from the DB
 void setRelvarnameFromDB(java.lang.String relvarname)
          Sets relvarname from the DB
 

Method Detail

setAttributenameFromDB

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

Parameters:
attributename - The DB value for attributename

setOrdinalFromDB

void setOrdinalFromDB(java.lang.String ordinal)
Sets ordinal from the DB

Parameters:
ordinal - The DB value for ordinal

setRecordtypenameFromDB

void setRecordtypenameFromDB(java.lang.String recordtypename)
Sets recordtypename from the DB

Parameters:
recordtypename - The DB value for recordtypename

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname