com.sybase.uep.bobclient.controls.celltable.configs
Class MBOConfig

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.celltable.configs.MBOConfig

public class MBOConfig
extends java.lang.Object

Holds MBO related configurations that are specified in tooling for a cell table

Author:
congchen

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

MBOConfig

public MBOConfig()
Method Detail

getMboId

public java.lang.String getMboId()
Gets the id of the mobile business object

Returns:
mobile business object id

setMboId

public void setMboId(java.lang.String mboId)
Sets id of a mobile business object

Parameters:
mboId - - mobile business object id

getMboAttributeIds

public java.util.Vector getMboAttributeIds()
Gets mobile business object attributes

Returns:
vector of mobile business object attribute

setMboAttributeIds

public void setMboAttributeIds(java.util.Vector mboAttrIds)
Sets mobile business object attributes

Parameters:
mboAttrs - - vector of mobile business object attribute

addMBOAttributeId

public void addMBOAttributeId(java.lang.String mboAttrId)
Adds selected MBO attribute id

Parameters:
mboAttrId -