public static class TestUtil.Employee extends Object implements Serializable
Constructor and Description |
---|
TestUtil.Employee() |
TestUtil.Employee(long id,
String name,
int age,
boolean live,
double salary) |
TestUtil.Employee(long id,
String name,
int age,
boolean live,
double salary,
TestUtil.State state) |
TestUtil.Employee(long id,
String name,
String city,
int age,
boolean live,
double salary) |
TestUtil.Employee(String name,
int age,
boolean live,
double salary) |
public TestUtil.Employee(long id, String name, int age, boolean live, double salary, TestUtil.State state)
public TestUtil.Employee(long id, String name, int age, boolean live, double salary)
public TestUtil.Employee(String name, int age, boolean live, double salary)
public TestUtil.Employee(long id, String name, String city, int age, boolean live, double salary)
public TestUtil.Employee()
public Timestamp getDate()
public String getName()
public String getCity()
public int getAge()
public double getSalary()
public boolean isActive()
public TestUtil.State getState()
public void setState(TestUtil.State state)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.