|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.celltable.configs.MBOConfig
public class MBOConfig
Holds MBO related configurations that are specified in tooling for a cell table
Constructor Summary | |
---|---|
MBOConfig()
|
Method Summary | |
---|---|
void |
addMBOAttributeId(java.lang.String mboAttrId)
Adds selected MBO attribute id |
java.util.Vector |
getMboAttributeIds()
Gets mobile business object attributes |
java.lang.String |
getMboId()
Gets the id of the mobile business object |
void |
setMboAttributeIds(java.util.Vector mboAttrIds)
Sets mobile business object attributes |
void |
setMboId(java.lang.String mboId)
Sets id of a mobile business object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBOConfig()
Method Detail |
---|
public java.lang.String getMboId()
public void setMboId(java.lang.String mboId)
mboId
- - mobile business object idpublic java.util.Vector getMboAttributeIds()
public void setMboAttributeIds(java.util.Vector mboAttrIds)
mboAttrs
- - vector of mobile business object attributepublic void addMBOAttributeId(java.lang.String mboAttrId)
mboAttrId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |