java.lang.Object | |
↳ | com.microstrategy.web.objects.FeatureInfoImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FeatureInfoImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getDefaultStatus()
get the default status of feature info
| ||||||||||
String |
getDesc()
get the description of feature info
| ||||||||||
String |
getDisclaim()
get the disclaimer of feature info
| ||||||||||
String |
getFeedbackURL()
get the URL of feedback page of this particular feature
| ||||||||||
String |
getHelpURL()
get the URL of help page of this particular feature
| ||||||||||
String |
getID()
get the ID of feature info
| ||||||||||
int |
getIsInternal()
whether the feature info is internel feature or external feature.
| ||||||||||
String |
getName()
get the name of feature info
| ||||||||||
int |
getStatus()
get the status of feature info
| ||||||||||
boolean |
isDirty()
check whether this feature info is changed.
| ||||||||||
void |
setDefaultStatus(int _default)
set the default status value of feature info
| ||||||||||
void |
setDesc(String _desc)
set description of the feature info
| ||||||||||
void |
setDisclaim(String _disclaim)
set the disclaim of feature info
| ||||||||||
void |
setID(String _id)
set the feature info id
| ||||||||||
void |
setIsInternal(int _isInternal)
set the internal value of feature info
| ||||||||||
void |
setName(String _name)
set the feature info name
| ||||||||||
void |
setStatus(int _status)
set the status of feature info
| ||||||||||
void |
setStatusAsDefault()
set default status to status.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
get the default status of feature info
get the description of feature info
get the disclaimer of feature info
get the URL of feedback page of this particular feature
get the URL of help page of this particular feature
get the ID of feature info
whether the feature info is internel feature or external feature.
get the name of feature info
get the status of feature info
check whether this feature info is changed.
set the default status value of feature info
set description of the feature info
set the disclaim of feature info
set the feature info id
set the internal value of feature info
set the feature info name
set the status of feature info
set default status to status.