Package com.microstrategy.web.app.utils
Class AttributeFormsElement
- java.lang.Object
-
- com.microstrategy.web.app.utils.AttributeFormsElement
-
public class AttributeFormsElement extends java.lang.ObjectThis 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 stringAttributeFormsElement(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.StringgetAttributeFormId()java.lang.StringgetPosition()booleanisIDForm()booleanisOnView()booleanisOnWs()voidsetAttributeFormId(java.lang.String attFormId)Setter for the attFormId property.voidsetIsIDForm(boolean isIDForm)Setter for the isIDForm property.voidsetIsOnView(boolean isOnView)Setter for the isOnView property.voidsetIsOnWs(boolean isOnWs)Setter for the isOnWs property.voidsetPosition(java.lang.String position)Setter for the position property.java.lang.StringtoString()
-
-
-
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- StringisOnWs- booleanisOnView- booleanposition- StringisIDForm- 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:
toStringin classjava.lang.Object- Returns:
- a
Stringwith 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
Stringwith 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
-
-