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