When referring to internal private variables of Java POJOs that have getters/setters, I’ve used the following terms:
- field
- variable
- attribute
- property
Is there any difference between the above? If so, what is the correct term to use? Is there a different term to use when this entity is persisted?
From here: http://docs.oracle.com/javase/tutorial/information/glossary.html
field
property
attribute
variable