码迷,mamicode.com
首页 > 编程语言 > 详细

what's javaBean

时间:2016-05-27 09:29:13      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

A JavaBean is a Java object that satisfies certain programming conventions:

  1. The JavaBean class must implement either Serializable or Externalizable

  2. The JavaBean class must have a no-arg constructor

  3. All JavaBean properties must have public setter and getter methods

  4. All JavaBean instance variables should be private

what's javaBean

标签:

原文地址:http://www.cnblogs.com/bemavery/p/5533372.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!