be.SIRAPRISE.client.jsba
Interface ConstrainedtypeToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
ConstrainedType

public interface ConstrainedtypeToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setBasetypeFromDB(java.lang.String basetype)
          Sets basetype from the DB
 void setSp_expressionFromDB(java.lang.String expression)
          Sets expression 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

setBasetypeFromDB

void setBasetypeFromDB(java.lang.String basetype)
Sets basetype from the DB

Parameters:
basetype - The DB value for basetype

setSp_expressionFromDB

void setSp_expressionFromDB(java.lang.String expression)
Sets expression from the DB

Parameters:
expression - The DB value for expression