com.sybase.uep.bobclient.controls.pimmenu
Class PIMItem

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.pimmenu.PIMItem

public class PIMItem
extends java.lang.Object

Represents a PIM item. Attribute values can come from MBO attributes that have logical type defined

Author:
congchen

Constructor Summary
PIMItem()
           
 
Method Summary
 java.lang.String getName()
          Returns display name of a MBO attribute
 LogicalType getType()
          Gets logical type of a MBO attribute
 java.lang.Object getValue()
          Returns value of a MBO attribute
 void setName(java.lang.String name)
          Sets display name
 void setType(LogicalType type)
          Sets logical type
 void setValue(java.lang.Object value)
          Sets value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PIMItem

public PIMItem()
Method Detail

getName

public java.lang.String getName()
Returns display name of a MBO attribute

Returns:
String

setName

public void setName(java.lang.String name)
Sets display name

Parameters:
name - - display name of a MBO attribute

getValue

public java.lang.Object getValue()
Returns value of a MBO attribute

Returns:
- Object

setValue

public void setValue(java.lang.Object value)
Sets value

Parameters:
value - - value of a MBO attribute

getType

public LogicalType getType()
Gets logical type of a MBO attribute

Returns:
- LogicalType

setType

public void setType(LogicalType type)
Sets logical type

Parameters:
type - - logical type of a MBO attribute