Package com.emc.d2fs.models.preference
Class D2SVWidgetState
java.lang.Object
com.emc.d2fs.models.preference.D2SVWidgetState
- All Implemented Interfaces:
Serializable
Java class for d2SVWidgetState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="d2SVWidgetState"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="tableMode" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="pageSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="leftPanel" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="showAllVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the leftPanel property.int
Gets the value of the pageSize property.int
Gets the value of the showAllVersion property.int
Gets the value of the tableMode property.void
setLeftPanel
(int value) Sets the value of the leftPanel property.void
setPageSize
(int value) Sets the value of the pageSize property.void
setShowAllVersion
(int value) Sets the value of the showAllVersion property.void
setTableMode
(int value) Sets the value of the tableMode property.
-
Constructor Details
-
D2SVWidgetState
public D2SVWidgetState()
-
-
Method Details
-
getTableMode
public int getTableMode()Gets the value of the tableMode property. -
setTableMode
public void setTableMode(int value) Sets the value of the tableMode property. -
getPageSize
public int getPageSize()Gets the value of the pageSize property. -
setPageSize
public void setPageSize(int value) Sets the value of the pageSize property. -
getLeftPanel
public int getLeftPanel()Gets the value of the leftPanel property. -
setLeftPanel
public void setLeftPanel(int value) Sets the value of the leftPanel property. -
getShowAllVersion
public int getShowAllVersion()Gets the value of the showAllVersion property. -
setShowAllVersion
public void setShowAllVersion(int value) Sets the value of the showAllVersion property.
-