Class Customers
- java.lang.Object
-
- ejava.examples.ejbwar.customer.bo.CustomerRepresentation
-
- ejava.examples.ejbwar.customer.bo.Customers
-
- All Implemented Interfaces:
Serializable
public class Customers extends CustomerRepresentation
This class is used to represent a collection of customers to/from the server. It also contains some of the collection metadata.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private List<Customer>
customers
private int
limit
private int
offset
private static long
serialVersionUID
-
Fields inherited from class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
NAMESPACE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
List<Customer>
getCustomers()
int
getLimit()
int
getOffset()
void
setCategories(List<Customer> customers)
void
setCount(int count)
void
setLimit(int limit)
void
setOffset(int offset)
-
Methods inherited from class ejava.examples.ejbwar.customer.bo.CustomerRepresentation
getVersion, setVersion
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
offset
private int offset
-
limit
private int limit
-
-