be.SIRAPRISE.client.jsba
Interface AttributeToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
Attribute

public interface AttributeToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setAttributenameFromDB(java.lang.String attributename)
          Sets attributename from the DB
 void setTypenameFromDB(java.lang.String typename)
          Sets typename from the DB
 

Method Detail

setTypenameFromDB

void setTypenameFromDB(java.lang.String typename)
Sets typename from the DB

Parameters:
typename - The DB value for typename

setAttributenameFromDB

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

Parameters:
attributename - The DB value for attributename