Package com.microstrategy.web.app.utils
Class AttributeFormsElement
- java.lang.Object
-
- com.microstrategy.web.app.utils.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 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.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()
-
-
-
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:
toString
in classjava.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
-
-