Package nl.b3p.commons.services
Class OrderedLabelValueBean
- java.lang.Object
-
- nl.b3p.commons.services.OrderedLabelValueBean
-
- All Implemented Interfaces:
Serializable
,Comparable
public class OrderedLabelValueBean extends Object implements Serializable, Comparable
- Version:
- $Revision: 1.3 $ $Date: 2004/09/22 08:53:58 $
- Author:
- Chris van Lith
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
label
protected String
ordering
protected String
param1
protected String
param2
protected String
param3
protected String
param4
protected String
param5
protected String
param6
protected String
param7
protected String
param8
protected String
param9
protected String
selected
protected String
value
protected String
visible
-
Constructor Summary
Constructors Constructor Description OrderedLabelValueBean()
OrderedLabelValueBean(String ordering, String label, String value, String selected)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3, String param4)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3, String param4, String param5)
OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3, String param4, String param5, String param6)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
boolean
equals(Object o)
String
getLabel()
String
getOrdering()
Getter for property ordering.String
getParam1()
Getter for property param1.String
getParam2()
Getter for property param2.String
getParam3()
Getter for property param3.String
getParam4()
Getter for property param4.String
getParam5()
Getter for property param5.String
getParam6()
Getter for property param6.String
getParam7()
Getter for property param7.String
getParam8()
Getter for property param8.String
getParam9()
Getter for property param9.String
getSelected()
String
getValue()
String
getVisible()
Getter for property visible.int
hashCode()
void
setLabel(String label)
Setter for property label.void
setOrdering(String ordering)
Setter for property ordering.void
setParam1(String param1)
Setter for property param1.void
setParam2(String param2)
Setter for property param2.void
setParam3(String param3)
Setter for property param3.void
setParam4(String param4)
Setter for property param4.void
setParam5(String param5)
Setter for property param5.void
setParam6(String param6)
Setter for property param6.void
setParam7(String param7)
Setter for property param7.void
setParam8(String param8)
Setter for property param8.void
setParam9(String param9)
Setter for property param9.void
setSelected(String selected)
Setter for property selected.void
setValue(String value)
Setter for property value.void
setVisible(String visible)
Setter for property visible.static ArrayList
sortList(ArrayList theList, String fieldName, boolean reverse)
String
toString()
Return a string representation of this object.
-
-
-
Field Detail
-
ordering
protected String ordering
-
label
protected String label
-
value
protected String value
-
selected
protected String selected
-
param1
protected String param1
-
param2
protected String param2
-
param3
protected String param3
-
param4
protected String param4
-
param5
protected String param5
-
param6
protected String param6
-
param7
protected String param7
-
param8
protected String param8
-
param9
protected String param9
-
visible
protected String visible
-
-
Constructor Detail
-
OrderedLabelValueBean
public OrderedLabelValueBean()
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected)
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1)
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2)
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3)
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3, String param4)
-
OrderedLabelValueBean
public OrderedLabelValueBean(String ordering, String label, String value, String selected, String param1, String param2, String param3, String param4, String param5)
-
-
Method Detail
-
getOrdering
public String getOrdering()
Getter for property ordering.- Returns:
- Value of property ordering.
-
setOrdering
public void setOrdering(String ordering)
Setter for property ordering.- Parameters:
ordering
- New value of property ordering.
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
Setter for property label.- Parameters:
label
- New value of property label.
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
Setter for property value.- Parameters:
value
- New value of property value.
-
getSelected
public String getSelected()
-
setSelected
public void setSelected(String selected)
Setter for property selected.- Parameters:
selected
- New value of property selected.
-
getParam1
public String getParam1()
Getter for property param1.- Returns:
- Value of property param1.
-
setParam1
public void setParam1(String param1)
Setter for property param1.- Parameters:
param1
- New value of property param1.
-
getParam2
public String getParam2()
Getter for property param2.- Returns:
- Value of property param2.
-
setParam2
public void setParam2(String param2)
Setter for property param2.- Parameters:
param2
- New value of property param2.
-
getParam3
public String getParam3()
Getter for property param3.- Returns:
- Value of property param3.
-
setParam3
public void setParam3(String param3)
Setter for property param3.- Parameters:
param3
- New value of property param3.
-
getParam4
public String getParam4()
Getter for property param4.- Returns:
- Value of property param4.
-
setParam4
public void setParam4(String param4)
Setter for property param4.- Parameters:
param4
- New value of property param4.
-
getParam5
public String getParam5()
Getter for property param5.- Returns:
- Value of property param5.
-
setParam5
public void setParam5(String param5)
Setter for property param5.- Parameters:
param5
- New value of property param5.
-
getParam6
public String getParam6()
Getter for property param6.- Returns:
- Value of property param6.
-
setParam6
public void setParam6(String param6)
Setter for property param6.- Parameters:
param6
- New value of property param6.
-
getParam7
public String getParam7()
Getter for property param7.- Returns:
- Value of property param7.
-
setParam7
public void setParam7(String param7)
Setter for property param7.- Parameters:
param7
- New value of property param7.
-
getParam8
public String getParam8()
Getter for property param8.- Returns:
- Value of property param8.
-
setParam8
public void setParam8(String param8)
Setter for property param8.- Parameters:
param8
- New value of property param8.
-
getParam9
public String getParam9()
Getter for property param9.- Returns:
- Value of property param9.
-
setParam9
public void setParam9(String param9)
Setter for property param9.- Parameters:
param9
- New value of property param9.
-
getVisible
public String getVisible()
Getter for property visible.- Returns:
- Value of property visible.
-
setVisible
public void setVisible(String visible)
Setter for property visible.- Parameters:
visible
- New value of property visible.
-
toString
public String toString()
Return a string representation of this object.
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
-