Class 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.String getAbbreviation()
      Get the abbreviation of the feature info.
      int getDefaultStatus()
      get the default status of feature info
      java.lang.String getDesc()
      get the description of feature info
      java.lang.String getDisclaim()
      get the disclaimer of feature info
      java.lang.String getFeedbackURL()
      get the URL of feedback page of this particular feature
      java.lang.String getHelpURL()
      get the URL of help page of this particular feature
      java.lang.String getID()
      get the ID of feature info
      int getIsInternal()
      whether the feature info is internel feature or external feature.
      java.lang.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 setAbbreviation​(java.lang.String _abbreviation)
      Set the feature info abbreviation.
      void setDefaultStatus​(int _default)
      set the default status value of feature info
      void setDesc​(java.lang.String _desc)
      set description of the feature info
      void setDisclaim​(java.lang.String _disclaim)
      set the disclaim of feature info
      void setID​(java.lang.String _id)
      set the feature info id
      void setIsInternal​(int _isInternal)
      set the internal value of feature info
      void setName​(java.lang.String _name)
      set the feature info name
      void setStatus​(int _status)
      set the status of feature info
      void setStatusAsDefault()
      set default status to status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureInfoImpl

        public FeatureInfoImpl()
    • Method Detail

      • getID

        public java.lang.String getID()
        Description copied from interface: FeatureInfo
        get the ID of feature info
        Specified by:
        getID in interface FeatureInfo
        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 interface FeatureInfo
      • getAbbreviation

        public java.lang.String getAbbreviation()
        Description copied from interface: FeatureInfo
        Get the abbreviation of the feature info.
        Specified by:
        getAbbreviation in interface FeatureInfo
        Returns:
        the abbreviation of the feature info
      • setAbbreviation

        public void setAbbreviation​(java.lang.String _abbreviation)
        Description copied from interface: FeatureInfo
        Set the feature info abbreviation.
        Specified by:
        setAbbreviation in interface FeatureInfo
        Parameters:
        _abbreviation - the abbreviation
      • getName

        public java.lang.String getName()
        Description copied from interface: FeatureInfo
        get the name of feature info
        Specified by:
        getName in interface FeatureInfo
        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 interface FeatureInfo
      • getDesc

        public java.lang.String getDesc()
        Description copied from interface: FeatureInfo
        get the description of feature info
        Specified by:
        getDesc in interface FeatureInfo
        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 interface FeatureInfo
      • getDisclaim

        public java.lang.String getDisclaim()
        Description copied from interface: FeatureInfo
        get the disclaimer of feature info
        Specified by:
        getDisclaim in interface FeatureInfo
        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 interface FeatureInfo
      • getDefaultStatus

        public int getDefaultStatus()
        Description copied from interface: FeatureInfo
        get the default status of feature info
        Specified by:
        getDefaultStatus in interface FeatureInfo
        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 interface FeatureInfo
      • getIsInternal

        public int getIsInternal()
        Description copied from interface: FeatureInfo
        whether the feature info is internel feature or external feature.
        Specified by:
        getIsInternal in interface FeatureInfo
        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 interface FeatureInfo
      • getStatus

        public int getStatus()
        Description copied from interface: FeatureInfo
        get the status of feature info
        Specified by:
        getStatus in interface FeatureInfo
        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 interface FeatureInfo
        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 interface FeatureInfo
        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 interface FeatureInfo
        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 interface FeatureInfo