标签:
A JavaBean is a Java object that satisfies certain programming conventions:
The JavaBean class must implement either Serializable or Externalizable
The JavaBean class must have a no-arg constructor
All JavaBean properties must have public setter and getter methods
All JavaBean instance variables should be private
标签:
原文地址:http://www.cnblogs.com/bemavery/p/5533372.html