月亮词典
首页
查询
Getter
英音[ ˈɡetə(r) ] 美音[ ˈɡetər ]
吸气剂
常用释义
词性释义
n.
吸气剂;获得者;毒饵
vt.
消气;用吸气剂去除
vi.
使用杂质吸收剂
例句
全部
In
fact
one
task
for
various
go-
getters
would
be
to
carry
out some
mergers
and
acquisitions
among
the
tens
of
thousands
of
micro
-
charities
.
实际上
,
对于
各种各样
富有
进取心
的
人
来说
,
一
项
任务
应该
是
在
成千上万
的
小
慈善机构
之间
展开
并购
。
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
)。
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
对象
中
。
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
?
你
对
成为
全
明星
投票
的
领先
者
之一
有
什么
感想
?
You no
longer
need
to
write
getters
and
setters
for
your
fields
,
because
Groovy
provides
them
for you
automatically
.
在
Groovy
中
,
不再
需要
为
字段
编写
getter
和
setter
方法
,
因为
Groovy
会
自动
提供
它们
。
Add
the
mediation
parameters
with
the
appropriate
"setters
and
getters
"
and
logging
references
to
the
class
,
as
shown
in
Listing
5
.
向
该
类
添加
具有
恰当
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
中子
元素
的
值
。
As
mentioned
,
this
is
just
a
standard
Java
bean
:
three
fields
with
corresponding
getters
and
setters
.
如
前
所
述
,
这
只是
一个
标准
的
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
存储库
进行
查询
。
In
particular
,
it is
not
very
Pythonic
to
access
data
using
getters
and
setters
,
or
other
similar
methods
.
具体地说
,
使用
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
美元
。
Property
getters
should
be
simple
operations
without
any
preconditions
.
属性
getter
应
是
没有
任何
前提条件
的
简单
操作
。
网络释义
吸气剂
注意到
吸气剂
(
Getters
)领域的迅速发展,特别是CERN(欧洲粒子物理研究中心)自1995年开始,在非蒸散型吸气剂(NonE…
器
◆配置 器/取得
器
(
Getters
)NetBeans IDE:NetBeans IDE支持函数构造器和配置 器。
接收器
... setter 设置器
getters
接收器
BankruptException 破产异常 ...
同义词
n.
[真空][助剂][电子]吸气剂;获得者;毒饵
gainer
更新时间:2025-04-26 12:28