what's javaBean
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

浙公网安备 33010602011771号