Class Pojo
java.lang.Object
org.apache.juneau.examples.core.pojo.Pojo
Sample pojo class.
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Pojo
- Parameters:
id
- Theid property value.name
- Thename property value.
-
-
Method Details
-
getId
- Returns:
- The
id property value.
-
getName
- Returns:
- The
name property value.
-