Class _6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples._600_GlazedLists._603_Filter._6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject
- Enclosing class:
- _6035_ExcelLikeFilterRowCustomTypesExample
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAge()getCity()org.eclipse.nebula.widgets.nattable.examples._600_GlazedLists._603_Filter._6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject.GenderdoublegetMoney()getName()voidsetAge(int age) voidvoidsetGender(org.eclipse.nebula.widgets.nattable.examples._600_GlazedLists._603_Filter._6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject.Gender gender) voidsetMoney(double money) void
-
Constructor Details
-
MyRowObject
public MyRowObject()
-
-
Method Details
-
getName
-
setName
-
getAge
public int getAge() -
setAge
public void setAge(int age) -
getMoney
public double getMoney() -
setMoney
public void setMoney(double money) -
getGender
public org.eclipse.nebula.widgets.nattable.examples._600_GlazedLists._603_Filter._6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject.Gender getGender() -
setGender
public void setGender(org.eclipse.nebula.widgets.nattable.examples._600_GlazedLists._603_Filter._6035_ExcelLikeFilterRowCustomTypesExample.MyRowObject.Gender gender) -
getCity
-
setCity
-