This can be used to generate Java code that maps any message into a regular Java object with getters and setters. 可以将这用于生成Java代码,以将任何消息映射到具有getter和setter的常规Java对象中。
I've also left out the constructors, setters, and getters for now. 另外,现在我也忽略构造函数、setter和getter。
The EJB3.0 specification talks about public field injection and setter injection, but constructor injection will enable you to avoid creating setters for values you don't expect to change. EJB3.0规范谈到了公共字段注入和setter注入,但构造器注入将使您可以避免为预期不会更改的值创建setter。
It also contains getters and setters to view and change configurable parameters such as the current logging level and methods to invoke management operations such as start() and stop(). 它还包含查看和修改可配置参数(例如当前日志级别)的getter和setter,还有调用管理操作(例如start()和stop())的方法。
Each data object provides read and write access methods ( getters and setters) for its properties. 每个数据对象都为属性提供了访问和设置方法(getter和setter)。
In this bean class most of the methods, other than the EJB call back methods, are accessors and setters for the above properties. 在这个bean类中,大多数方法(EJB回调方法除外)都是上述属性的accessor和setter。
Note that this is only a partial listing of the class; some helper methods and the getters and setters have been omitted. 注意,这个清单仅是该类的一部分;省略了一些helper、getter和setter函数。
Each of the properties are in lowercase and they all have getters and setters according to the bean specification. 每个属性都是由小写字母组成,并且根据bean的规范,所有属性都有获取方法(getter)和设置方法(setter)。
In the volatile bean pattern, a JavaBean is used as a container for a group of independent properties with getters and/ or setters. 在volatilebean模式中,JavaBean被用作一组具有getter和/或setter方法的独立属性的容器。
In the last article in this series, you saw that Scala can define POJOs by defining methods that mimic the traditional "getters and setters" required by POJO-based environments. 在本系列的上一篇文章中,可以了解到Scala能够通过定义一些方法来定义POJO,这些方法模仿基于POJO的环境所需的传统“getter和setter”。
The view can access the model getters, but it has no knowledge of the setters. 视图可以访问模型的读方法,但不能访问写方法。
It can also use constructors or factory methods, but most examples you'll see and the Spring code base itself focus on setters. 它也使用构造函数和工厂方法,但您会看到的大多数示例和Spring代码基本身还是使用setter。
Most of this is just boilerplate code: several fields with getters and setters. 这段代码的大部分都是样本文件代码:几个字段和一些getter和setter方法。
There are additional array attributes ( not just getters and setters). 出现了附加的数组属性(不再只有getter和setter)。
( Note that I've omitted getters and setters.) (注意,我删除了其中的getters和setters。)
The result is a greatly simplified API, with the collapsing of the many type-specific getters/ setters. 结果是通过压缩许多特定于类型的getter/setter,大大简化了API。
You can customize the bean to have super classes, public or protected fields with public getters and setters, or change the default Java type mapping. 您可以使用公共的getter和setter对bean进行定制以包含超类、公共或受保护字段,或修改默认的Java类型映射。
This section discusses modeling getters and setters for an attribute in a C++ class. 这个部分讨论的是在C++类中为一个属性建模抽象的属性。
Even though the getters and setters don't appear in the Groovy source code, this test proves that they are there and fully functional in the compiled Groovy class. 即使getter和setter不显示在Groovy源代码中,这项测试也证明了它们是存在于经过编译的Groovy类中并且完全可以正常运行。
International standard setters should set out strengthened capital requirements for banks'structured credit and securitization activities. 国际标准制定者应当强化银行结构信贷和证券行为的资本需求。
You can also notice Groovy properties in action: Where are all the getters and setters? 在实例中你还会注意到Groovy的属性:getter方法和setter方法都到哪里去了?
The weight-to-height ratio makes him heavier than other Setters. 他的体重与身高的比例决定了他比其他塞特犬要重一些。
Both teams have the first-rate spikers and setters. 两个队都有世界一流的主攻手和二传手。
Various aspects of building classes such as getter and setters, different property types as well as class methods. 构建类的许多方面,例如getter和setter,不同的属性类型和类方法等都被提及。
Regulators and accounting standard setters should enhance the required disclosure of complex financial instruments by firms to market participants. 调控者和会计准则制定者应当从公司到市场参与者进一步明确金融工具的复杂性。
Instead of using getters and setters, you can seemingly access fields directly. 不再使用getters和setters,看起来你可以直接访问属性。
Many setters died because of all of the above. 许多移民者因为上述所有原因死了。
By default the Scala compiler does not generate getters and setters that comply with the JavaBeans convention. 默认情况下,Scala编译器并不会生成符合JavaBean约定的getter和setter方法。
Members of the Group include pointers, retrievers, setters and spaniels. 这类犬主要包括了指示犬、寻回犬、塞特犬和猎鹬犬。
Considering getters and setters: A class that uses a Spring bean needs to provide at least a setter method, which corresponds to the name of the particular bean. 关于getter和setter:使用了Springbean的类至少要有一个setter方法,该方法对应于特定bean的名称。