public class

AttributeFormsElement

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.AttributeFormsElement

Class Overview

This class acts as a container for attribute forms

Summary

Public Constructors
AttributeFormsElement(String attFormId, boolean isOnWs, boolean isOnView, String position, boolean isIDForm)
Creates a new instance of the class and sets all the properties of the class using individual parameters
AttributeFormsElement(String strAttFormsUtil)
Creates a new instance of the class and sets all the properties of the class using one single string
Public Methods
String getAttributeFormId()
String getPosition()
boolean isIDForm()
boolean isOnView()
boolean isOnWs()
void setAttributeFormId(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(String position)
Setter for the position property.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AttributeFormsElement (String attFormId, boolean isOnWs, boolean isOnView, 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

public AttributeFormsElement (String strAttFormsUtil)

Creates a new instance of the class and sets all the properties of the class using one single string

Parameters
strAttFormsUtil String

Public Methods

public String getAttributeFormId ()

Returns
  • the attFormId property.

public String getPosition ()

Returns
  • a String with the value of the position property

public boolean isIDForm ()

Returns
  • a boolean indicating whether this is an ID Form

public boolean isOnView ()

Returns
  • a boolean with the value of the isOnView property

public boolean isOnWs ()

Returns
  • a boolean with the value of the isOnWs property

public void setAttributeFormId (String attFormId)

Setter for the attFormId property.

Parameters
attFormId String

public void setIsIDForm (boolean isIDForm)

Setter for the isIDForm property.

Parameters
isIDForm boolean

public void setIsOnView (boolean isOnView)

Setter for the isOnView property.

Parameters
isOnView boolean

public void setIsOnWs (boolean isOnWs)

Setter for the isOnWs property.

Parameters
isOnWs boolean

public void setPosition (String position)

Setter for the position property.

Parameters
position String

public String toString ()

Returns
  • a String with the vallue for all the properties of the instance