Class Greeting
- java.lang.Object
-
- info.ejava.examples.ejb.basic.dto.Greeting
-
- All Implemented Interfaces:
Serializable
public class Greeting extends Object implements Serializable
This class represents a serializable DTO object that can be used to send and receive data to/from a remote interface.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Date
date
private String
message
private static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
date
private Date date
-
message
private String message
-
-