|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.pimmenu.PIMItem
public class PIMItem
Represents a PIM item. Attribute values can come from MBO attributes that have logical type defined
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 |
---|
public PIMItem()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- - display name of a MBO attributepublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- - value of a MBO attributepublic LogicalType getType()
public void setType(LogicalType type)
type
- - logical type of a MBO attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |