be.SIRAPRISE.client.jsba
Interface AttributevaluedistributionToDBObject

All Superinterfaces:
DBObject
All Known Implementing Classes:
AttributeValueDistribution

public interface AttributevaluedistributionToDBObject
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 void setAttributenameFromDB(java.lang.String attributename)
          Sets attributename from the DB
 void setFrequencyFromDB(java.lang.String frequency)
          Sets frequency from the DB
 void setRelvarnameFromDB(java.lang.String relvarname)
          Sets relvarname from the DB
 void setStddevFromDB(java.lang.String stddev)
          Sets stddev from the DB
 void setValuecountFromDB(java.lang.String valuecount)
          Sets valuecount from the DB
 

Method Detail

setAttributenameFromDB

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

Parameters:
attributename - The DB value for attributename

setFrequencyFromDB

void setFrequencyFromDB(java.lang.String frequency)
Sets frequency from the DB

Parameters:
frequency - The DB value for frequency

setRelvarnameFromDB

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

Parameters:
relvarname - The DB value for relvarname

setStddevFromDB

void setStddevFromDB(java.lang.String stddev)
Sets stddev from the DB

Parameters:
stddev - The DB value for stddev

setValuecountFromDB

void setValuecountFromDB(java.lang.String valuecount)
Sets valuecount from the DB

Parameters:
valuecount - The DB value for valuecount