getters

获得者

常用释义

词性释义

n.

获得者;毒饵;[真空][助剂]吸气剂;吸气器(getter 的复数形式)

v.

消气;用吸气剂去除(getter 是三单形式)
例句
  • 全部
实际上,对于各种各样富有进取心的人来说,一项任务应该是在成千上万的小慈善机构之间展开并购。
A Data Transfer Object is often little more than a bunch of fields and getters and setters for these fields.
数据转移对象常常只不过是一些字段以及这些字段的getters和setters。
Finally, you see one more bit of Groovy syntactic sugar you can use when calling getters on a class.
最后,在类中调用getter时,您将看到使用Groovy语法的更多优点。
Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).
访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。
可以将这用于生成Java代码,以将任何消息映射到具有getter和setter的常规Java对象中。
The gender issue, however, was hardly present in the run-up to Argentina's election, in which the top two vote- getters were women.
不过,阿根廷总统大选得票最高的前两名虽然都是女性,在选前冲刺阶段,性别议题几乎未曾出现。
An election was held, and the top two vote- getters got to go as Arkansas senators.
我们举行了一次选举,得票最多的两人将作为“阿肯色州议员”前去参加全国活动。
In other words, rather than compromise their sex life, this group of go-getters seem to make sex a priority.
换句话说,相比减少性生活,这些能干的人们更倾向于把性生活放到更优先的地位上。
What do you think about being one of the leading vote- getters for the All-Star Game?
你对成为全明星投票的领先者之一有什么感想?
在Groovy中,不再需要为字段编写getter和setter方法,因为Groovy会自动提供它们。
向该类添加具有恰当setter和getter方法的中介参数及记录引用,如清单5所示。
The top two vote-getters would then face each other in the general election, even if they belonged to the same party.
预选中的票数前两名将进入之后的大选,即使这两个人是属于同个党派的。
As I mentioned earlier, you don't need to worry about creating the getters and setters: Groovy dynamically generates them for you.
如前所述,这里不需要创建getter和setter方法:Groovy会动态地生成它们。
Lombok generates most common Java boilerplate code, including getters, setters, equals, and hashCode, just to name a few.
Lombok生成大部分公共Java样本代码,包括getters、setters、equals、以及hashCode,仅举几个例子。
Specifically, we allow multiple sets of getters and setters to be generated at once as well as advanced [Bindable] support.
特别之处在于SourceMate可以一下生成多个getters与setters,还提供了高级的[Bindable]支持。
On the official contest Web site, people call one of the top vote-getters a 'cheater.
在官方的投票网站上,人们称得票居前的一个人为“骗子”。
You can then use simple getters and setters to retrieve the values of the child elements in the XML.
您可以使用简单的getter和setter检索XML中子元素的值。
如前所述,这只是一个标准的Javabean:三个字段带有相应的getters和setters。
Notice that the action taken by both of the getters depends on whether the list is empty.
注意,两个读取器采取的行动依赖于是否链表为空。
The properties that are getters, not Fields, all have to be queried for in some special way from the OmniFind repository.
对于属于getter而不是Field的属性,必须能够以某种特殊方式从OmniFind存储库进行查询。
具体地说,使用getter和setter或其他类似的方法来访问数据不太符合Python的习惯。
Create getters and setters for the four fields by following the method shown in Listing 1 for the symbol field.
按照清单1中显示的用于symbol字段的方法为以上4个字段创建getter和setter。
Accessors come in two flavors: setters, which modify the value of a field, and getters, which obtain its value.
有两种访问方法:setter,用于修改字段值;以及getter,用于获取字段值。
By default the Scala compiler does not generate getters and setters that comply with the JavaBeans convention.
默认情况下,Scala编译器并不会生成符合JavaBean约定的getter和setter方法。
As long as you don't have a high salary, be distinctive go-getters energetic young people, have a plenty of why use you?
有的是只要不高薪水的,要出位的精明强干精力充沛的年轻人,有的是,为什么还要用你?
In this case, Seam unmarshals the response to JavaScript objects that represent Course entities, with all the same getters and setters.
在本例中,Seam通过相同的getters和setters来将响应反编排到代表Course条目的JavaScript对象。
It seems like it is hard to get away from using individual getters (and setters) on entity EJB components in the session facade.
在会话外观中,似乎不能避免对实体EJB组件使用单个getter(和setter)。
The business plan includes poached Fireman's effective go-getters Margot Raleigh, and important customers.
该创业计划中包括挖走费尔曼的得力干将洛利和重要客户玛格特。
The top 100 "eligible" vote getters, announced a few days ago, received $25, 000.
几天前宣布的前100名“合格的”选票获得者共赢得了25,000美元。
属性getter应是没有任何前提条件的简单操作。