Property | Type | Description | |
---|---|---|---|
attribute | String | ||
obid | int | ||
pollid | int |
Method | Description | |
---|---|---|
createObject ( int obtype, String attribute, int pollid ) : void | ||
deleteObject ( ) : void | ||
getMaxID ( ) : int | ||
getObject ( int id, int pollid ) : |
||
indexObjects ( int pollid ) : List |
||
pollObjectModel ( ) : System |
Empty Constructor for object model. Used to call methods.
|
|
pollObjectModel ( String attribute ) : System | ||
pollObjectModel ( int obid ) : System | ||
pollObjectModel ( int obid, String attribute ) : System |
public createObject ( int obtype, String attribute, int pollid ) : void | ||
obtype | int | |
attribute | String | |
pollid | int | |
return | void |
public getObject ( int id, int pollid ) : |
||
id | int | |
pollid | int | |
return |
public pollObjectModel ( String attribute ) : System | ||
attribute | String | |
return | System |
public pollObjectModel ( int obid, String attribute ) : System | ||
obid | int | |
attribute | String | |
return | System |