Package com.microstrategy.web.objects
Class FeatureInfoImpl
- java.lang.Object
-
- com.microstrategy.web.objects.FeatureInfoImpl
-
- All Implemented Interfaces:
FeatureInfo
public class FeatureInfoImpl extends java.lang.Object implements FeatureInfo
-
-
Constructor Summary
Constructors Constructor Description FeatureInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDefaultStatus()
get the default status of feature infojava.lang.String
getDesc()
get the description of feature infojava.lang.String
getDisclaim()
get the disclaimer of feature infojava.lang.String
getFeedbackURL()
get the URL of feedback page of this particular featurejava.lang.String
getHelpURL()
get the URL of help page of this particular featurejava.lang.String
getID()
get the ID of feature infoint
getIsInternal()
whether the feature info is internel feature or external feature.java.lang.String
getName()
get the name of feature infoint
getStatus()
get the status of feature infoboolean
isDirty()
check whether this feature info is changed.void
setDefaultStatus(int _default)
set the default status value of feature infovoid
setDesc(java.lang.String _desc)
set description of the feature infovoid
setDisclaim(java.lang.String _disclaim)
set the disclaim of feature infovoid
setID(java.lang.String _id)
set the feature info idvoid
setIsInternal(int _isInternal)
set the internal value of feature infovoid
setName(java.lang.String _name)
set the feature info namevoid
setStatus(int _status)
set the status of feature infovoid
setStatusAsDefault()
set default status to status.
-
-
-
Method Detail
-
getID
public java.lang.String getID()
Description copied from interface:FeatureInfo
get the ID of feature info- Specified by:
getID
in interfaceFeatureInfo
- Returns:
- the ID of feature info
-
setID
public void setID(java.lang.String _id)
Description copied from interface:FeatureInfo
set the feature info id- Specified by:
setID
in interfaceFeatureInfo
-
getName
public java.lang.String getName()
Description copied from interface:FeatureInfo
get the name of feature info- Specified by:
getName
in interfaceFeatureInfo
- Returns:
- the name of feature info
-
setName
public void setName(java.lang.String _name)
Description copied from interface:FeatureInfo
set the feature info name- Specified by:
setName
in interfaceFeatureInfo
-
getDesc
public java.lang.String getDesc()
Description copied from interface:FeatureInfo
get the description of feature info- Specified by:
getDesc
in interfaceFeatureInfo
- Returns:
- the description of feature info
-
setDesc
public void setDesc(java.lang.String _desc)
Description copied from interface:FeatureInfo
set description of the feature info- Specified by:
setDesc
in interfaceFeatureInfo
-
getDisclaim
public java.lang.String getDisclaim()
Description copied from interface:FeatureInfo
get the disclaimer of feature info- Specified by:
getDisclaim
in interfaceFeatureInfo
- Returns:
- the disclaimer of feature info
-
setDisclaim
public void setDisclaim(java.lang.String _disclaim)
Description copied from interface:FeatureInfo
set the disclaim of feature info- Specified by:
setDisclaim
in interfaceFeatureInfo
-
getDefaultStatus
public int getDefaultStatus()
Description copied from interface:FeatureInfo
get the default status of feature info- Specified by:
getDefaultStatus
in interfaceFeatureInfo
- Returns:
- the default status of feature info
-
setDefaultStatus
public void setDefaultStatus(int _default)
Description copied from interface:FeatureInfo
set the default status value of feature info- Specified by:
setDefaultStatus
in interfaceFeatureInfo
-
getIsInternal
public int getIsInternal()
Description copied from interface:FeatureInfo
whether the feature info is internel feature or external feature.- Specified by:
getIsInternal
in interfaceFeatureInfo
- Returns:
- whether the feature info is internel feature or external feature
-
setIsInternal
public void setIsInternal(int _isInternal)
Description copied from interface:FeatureInfo
set the internal value of feature info- Specified by:
setIsInternal
in interfaceFeatureInfo
-
getStatus
public int getStatus()
Description copied from interface:FeatureInfo
get the status of feature info- Specified by:
getStatus
in interfaceFeatureInfo
- Returns:
- the status of feature info
-
isDirty
public boolean isDirty()
Description copied from interface:FeatureInfo
check whether this feature info is changed.- Specified by:
isDirty
in interfaceFeatureInfo
- Returns:
- whether this feature info is changed.
-
getHelpURL
public java.lang.String getHelpURL()
Description copied from interface:FeatureInfo
get the URL of help page of this particular feature- Specified by:
getHelpURL
in interfaceFeatureInfo
- Returns:
- URL of help page of this particular feature
-
getFeedbackURL
public java.lang.String getFeedbackURL()
Description copied from interface:FeatureInfo
get the URL of feedback page of this particular feature- Specified by:
getFeedbackURL
in interfaceFeatureInfo
- Returns:
- URL of feedback page of this particular feature
-
setStatus
public void setStatus(int _status)
Description copied from interface:FeatureInfo
set the status of feature info- Specified by:
setStatus
in interfaceFeatureInfo
-
setStatusAsDefault
public void setStatusAsDefault()
Description copied from interface:FeatureInfo
set default status to status.- Specified by:
setStatusAsDefault
in interfaceFeatureInfo
-
-