Package com.emc.d2fs.models.preference
Class Column
java.lang.Object
com.emc.d2fs.models.preference.Column
- All Implemented Interfaces:
Serializable
Java class for column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="column"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="d2svWidth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="direction" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fixed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="displaytype" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="group_by" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="group_by_widget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="repeating" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the d2SvWidth property.Gets the value of the direction property.int
Gets the value of the displaytype property.Gets the value of the groupBy property.Gets the value of the groupByWidget property.getLabel()
Gets the value of the label property.getName()
Gets the value of the name property.int
getType()
Gets the value of the type property.int
getWidth()
Gets the value of the width property.isFixed()
Gets the value of the fixed property.Gets the value of the repeating property.Gets the value of the sortable property.void
setD2SvWidth
(int value) Sets the value of the d2SvWidth property.void
setDirection
(String value) Sets the value of the direction property.void
setDisplaytype
(int value) Sets the value of the displaytype property.void
Sets the value of the fixed property.void
setGroupBy
(String value) Sets the value of the groupBy property.void
setGroupByWidget
(String value) Sets the value of the groupByWidget property.void
Sets the value of the label property.void
Sets the value of the name property.void
setRepeating
(Boolean value) Sets the value of the repeating property.void
setSortable
(Boolean value) Sets the value of the sortable property.void
setType
(int value) Sets the value of the type property.void
setWidth
(int value) Sets the value of the width property.
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
getWidth
public int getWidth()Gets the value of the width property. -
setWidth
public void setWidth(int value) Sets the value of the width property. -
getD2SvWidth
public int getD2SvWidth()Gets the value of the d2SvWidth property. -
setD2SvWidth
public void setD2SvWidth(int value) Sets the value of the d2SvWidth property. -
getType
public int getType()Gets the value of the type property. -
setType
public void setType(int value) Sets the value of the type property. -
getDirection
Gets the value of the direction property.- Returns:
- possible object is
String
-
setDirection
Sets the value of the direction property.- Parameters:
value
- allowed object isString
-
isFixed
Gets the value of the fixed property.- Returns:
- possible object is
Boolean
-
setFixed
Sets the value of the fixed property.- Parameters:
value
- allowed object isBoolean
-
isSortable
Gets the value of the sortable property.- Returns:
- possible object is
Boolean
-
setSortable
Sets the value of the sortable property.- Parameters:
value
- allowed object isBoolean
-
getDisplaytype
public int getDisplaytype()Gets the value of the displaytype property. -
setDisplaytype
public void setDisplaytype(int value) Sets the value of the displaytype property. -
getGroupBy
Gets the value of the groupBy property.- Returns:
- possible object is
String
-
setGroupBy
Sets the value of the groupBy property.- Parameters:
value
- allowed object isString
-
getGroupByWidget
Gets the value of the groupByWidget property.- Returns:
- possible object is
String
-
setGroupByWidget
Sets the value of the groupByWidget property.- Parameters:
value
- allowed object isString
-
isRepeating
Gets the value of the repeating property.- Returns:
- possible object is
Boolean
-
setRepeating
Sets the value of the repeating property.- Parameters:
value
- allowed object isBoolean
-