Class AttributeFormsElement


  • public class AttributeFormsElement
    extends java.lang.Object
    This class acts as a container for attribute forms
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeFormsElement​(java.lang.String strAttFormsUtil)
      Creates a new instance of the class and sets all the properties of the class using one single string
      AttributeFormsElement​(java.lang.String attFormId, boolean isOnWs, boolean isOnView, java.lang.String position, boolean isIDForm)
      Creates a new instance of the class and sets all the properties of the class using individual parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeFormId()  
      java.lang.String getPosition()  
      boolean isIDForm()  
      boolean isOnView()  
      boolean isOnWs()  
      void setAttributeFormId​(java.lang.String attFormId)
      Setter for the attFormId property.
      void setIsIDForm​(boolean isIDForm)
      Setter for the isIDForm property.
      void setIsOnView​(boolean isOnView)
      Setter for the isOnView property.
      void setIsOnWs​(boolean isOnWs)
      Setter for the isOnWs property.
      void setPosition​(java.lang.String position)
      Setter for the position property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AttributeFormsElement

        public AttributeFormsElement​(java.lang.String attFormId,
                                     boolean isOnWs,
                                     boolean isOnView,
                                     java.lang.String position,
                                     boolean isIDForm)
        Creates a new instance of the class and sets all the properties of the class using individual parameters
        Parameters:
        attFormId - String
        isOnWs - boolean
        isOnView - boolean
        position - String
        isIDForm - boolean
      • AttributeFormsElement

        public AttributeFormsElement​(java.lang.String strAttFormsUtil)
        Creates a new instance of the class and sets all the properties of the class using one single string
        Parameters:
        strAttFormsUtil - String
    • Method Detail

      • isIDForm

        public boolean isIDForm()
        Returns:
        a boolean indicating whether this is an ID Form
      • setIsIDForm

        public void setIsIDForm​(boolean isIDForm)
        Setter for the isIDForm property.
        Parameters:
        isIDForm - boolean
      • getAttributeFormId

        public java.lang.String getAttributeFormId()
        Returns:
        the attFormId property.
      • setAttributeFormId

        public void setAttributeFormId​(java.lang.String attFormId)
        Setter for the attFormId property.
        Parameters:
        attFormId - String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a String with the vallue for all the properties of the instance
      • isOnWs

        public boolean isOnWs()
        Returns:
        a boolean with the value of the isOnWs property
      • isOnView

        public boolean isOnView()
        Returns:
        a boolean with the value of the isOnView property
      • getPosition

        public java.lang.String getPosition()
        Returns:
        a String with the value of the position property
      • setIsOnWs

        public void setIsOnWs​(boolean isOnWs)
        Setter for the isOnWs property.
        Parameters:
        isOnWs - boolean
      • setIsOnView

        public void setIsOnView​(boolean isOnView)
        Setter for the isOnView property.
        Parameters:
        isOnView - boolean
      • setPosition

        public void setPosition​(java.lang.String position)
        Setter for the position property.
        Parameters:
        position - String