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