java.lang.Object | |
↳ | com.microstrategy.web.app.gui.CartElementWebObjectInfo |
![]() |
Title: CartElementWebObjectInfo.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected String | _aliasName | ||||||||||
protected WebObjectInfo | _objInfo |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CartElementWebObjectInfo(WebObjectInfo data) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
equals(Object elemToCompare)
Indicates whether this CartElement is same object passed as parameter.
| ||||||||||
String |
getDisplayName()
Get display name to be used in HTML field.
| ||||||||||
WebObjectInfo |
getObjectInfo()
Gets template unit object being wrapped.
| ||||||||||
String |
getValue()
Gets formatted text for value field.
| ||||||||||
int | hashCode() | ||||||||||
boolean |
isSelected()
Indicates whether given Cart element is selected or not.
| ||||||||||
void |
setAlias(String alias)
Specifies the alias for the element
| ||||||||||
void |
setSelected(boolean flag)
Specifies whether this element has been selected.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Indicates whether this CartElement is same object passed as parameter.
elemToCompare | Object instance to compare with. |
---|
Get display name to be used in HTML field.
Gets formatted text for value field.
Indicates whether given Cart element is selected or not.
Specifies the alias for the element
alias | String value with the alias value |
---|
Specifies whether this element has been selected.
flag | boolean value |
---|