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 java.lang.StringgetAbbreviation()Get the abbreviation of the feature info.intgetDefaultStatus()get the default status of feature infojava.lang.StringgetDesc()get the description of feature infojava.lang.StringgetDisclaim()get the disclaimer of feature infojava.lang.StringgetFeedbackURL()get the URL of feedback page of this particular featurejava.lang.StringgetHelpURL()get the URL of help page of this particular featurejava.lang.StringgetID()get the ID of feature infointgetIsInternal()whether the feature info is internel feature or external feature.java.lang.StringgetName()get the name of feature infointgetStatus()get the status of feature infobooleanisDirty()check whether this feature info is changed.voidsetAbbreviation(java.lang.String _abbreviation)Set the feature info abbreviation.voidsetDefaultStatus(int _default)set the default status value of feature infovoidsetDesc(java.lang.String _desc)set description of the feature infovoidsetDisclaim(java.lang.String _disclaim)set the disclaim of feature infovoidsetID(java.lang.String _id)set the feature info idvoidsetIsInternal(int _isInternal)set the internal value of feature infovoidsetName(java.lang.String _name)set the feature info namevoidsetStatus(int _status)set the status of feature infovoidsetStatusAsDefault()set default status to status.
-
-
-
Method Detail
-
getID
public java.lang.String getID()
Description copied from interface:FeatureInfoget the ID of feature info- Specified by:
getIDin interfaceFeatureInfo- Returns:
- the ID of feature info
-
setID
public void setID(java.lang.String _id)
Description copied from interface:FeatureInfoset the feature info id- Specified by:
setIDin interfaceFeatureInfo
-
getAbbreviation
public java.lang.String getAbbreviation()
Description copied from interface:FeatureInfoGet the abbreviation of the feature info.- Specified by:
getAbbreviationin interfaceFeatureInfo- Returns:
- the abbreviation of the feature info
-
setAbbreviation
public void setAbbreviation(java.lang.String _abbreviation)
Description copied from interface:FeatureInfoSet the feature info abbreviation.- Specified by:
setAbbreviationin interfaceFeatureInfo- Parameters:
_abbreviation- the abbreviation
-
getName
public java.lang.String getName()
Description copied from interface:FeatureInfoget the name of feature info- Specified by:
getNamein interfaceFeatureInfo- Returns:
- the name of feature info
-
setName
public void setName(java.lang.String _name)
Description copied from interface:FeatureInfoset the feature info name- Specified by:
setNamein interfaceFeatureInfo
-
getDesc
public java.lang.String getDesc()
Description copied from interface:FeatureInfoget the description of feature info- Specified by:
getDescin interfaceFeatureInfo- Returns:
- the description of feature info
-
setDesc
public void setDesc(java.lang.String _desc)
Description copied from interface:FeatureInfoset description of the feature info- Specified by:
setDescin interfaceFeatureInfo
-
getDisclaim
public java.lang.String getDisclaim()
Description copied from interface:FeatureInfoget the disclaimer of feature info- Specified by:
getDisclaimin interfaceFeatureInfo- Returns:
- the disclaimer of feature info
-
setDisclaim
public void setDisclaim(java.lang.String _disclaim)
Description copied from interface:FeatureInfoset the disclaim of feature info- Specified by:
setDisclaimin interfaceFeatureInfo
-
getDefaultStatus
public int getDefaultStatus()
Description copied from interface:FeatureInfoget the default status of feature info- Specified by:
getDefaultStatusin interfaceFeatureInfo- Returns:
- the default status of feature info
-
setDefaultStatus
public void setDefaultStatus(int _default)
Description copied from interface:FeatureInfoset the default status value of feature info- Specified by:
setDefaultStatusin interfaceFeatureInfo
-
getIsInternal
public int getIsInternal()
Description copied from interface:FeatureInfowhether the feature info is internel feature or external feature.- Specified by:
getIsInternalin interfaceFeatureInfo- Returns:
- whether the feature info is internel feature or external feature
-
setIsInternal
public void setIsInternal(int _isInternal)
Description copied from interface:FeatureInfoset the internal value of feature info- Specified by:
setIsInternalin interfaceFeatureInfo
-
getStatus
public int getStatus()
Description copied from interface:FeatureInfoget the status of feature info- Specified by:
getStatusin interfaceFeatureInfo- Returns:
- the status of feature info
-
isDirty
public boolean isDirty()
Description copied from interface:FeatureInfocheck whether this feature info is changed.- Specified by:
isDirtyin interfaceFeatureInfo- Returns:
- whether this feature info is changed.
-
getHelpURL
public java.lang.String getHelpURL()
Description copied from interface:FeatureInfoget the URL of help page of this particular feature- Specified by:
getHelpURLin interfaceFeatureInfo- Returns:
- URL of help page of this particular feature
-
getFeedbackURL
public java.lang.String getFeedbackURL()
Description copied from interface:FeatureInfoget the URL of feedback page of this particular feature- Specified by:
getFeedbackURLin interfaceFeatureInfo- Returns:
- URL of feedback page of this particular feature
-
setStatus
public void setStatus(int _status)
Description copied from interface:FeatureInfoset the status of feature info- Specified by:
setStatusin interfaceFeatureInfo
-
setStatusAsDefault
public void setStatusAsDefault()
Description copied from interface:FeatureInfoset default status to status.- Specified by:
setStatusAsDefaultin interfaceFeatureInfo
-
-