be.SIRAPRISE.client.jsba
Interface TypepropertiesToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
JavaBackedType

public interface TypepropertiesToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setIsorderedFromDB(java.lang.String isordered)
          Sets isordered from the DB
 void setIsscalarFromDB(java.lang.String isscalar)
          Sets isscalar from the DB
 void setMaximumsizeFromDB(java.lang.String maximumsize)
          Sets maximumsize from the DB
 void setMinimumsizeFromDB(java.lang.String minimumsize)
          Sets minimumsize from the DB
 void setTypenameFromDB(java.lang.String typename)
          Sets typename from the DB
 

Method Detail

setIsorderedFromDB

void setIsorderedFromDB(java.lang.String isordered)
Sets isordered from the DB

Parameters:
isordered - The DB value for isordered

setIsscalarFromDB

void setIsscalarFromDB(java.lang.String isscalar)
Sets isscalar from the DB

Parameters:
isscalar - The DB value for isscalar

setMaximumsizeFromDB

void setMaximumsizeFromDB(java.lang.String maximumsize)
Sets maximumsize from the DB

Parameters:
maximumsize - The DB value for maximumsize

setMinimumsizeFromDB

void setMinimumsizeFromDB(java.lang.String minimumsize)
Sets minimumsize from the DB

Parameters:
minimumsize - The DB value for minimumsize

setTypenameFromDB

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

Parameters:
typename - The DB value for typename