setter
英 [ˈsetə(r)]
美 [ˈsetər]
n. 蹲伏猎狗,塞特种猎犬(体大毛长,有几个品种); 制订者; 规定者; 安排者
复数:setters
Collins.1 / BNC.22826 / COCA.17244
牛津词典
noun
- 蹲伏猎狗,塞特种猎犬(体大毛长,有几个品种)
a large dog with long hair, sometimes used in hunting. There are several types of setter . - 制订者;规定者;安排者
a person who sets sth- a quiz setter
命题人
- a quiz setter
柯林斯词典
- 赛特种猎犬(一种长毛猎狗,经训练后可以发现猎物位置)
Asetteris a long-haired dog that can be trained to show hunters where birds and animals are.
英英释义
noun
- a long-haired dog formerly trained to crouch on finding game but now to point
- one who sets written material into type
双语例句
- In the dialog, enter names for the getter and setter methods& as you might expect, these are getMake() and setMake() by default.
在弹出的对话框中输入getter和setter方法的名称&如您所料,缺省的方法名称分别是getMake()和setMake()。 - I've also left out the constructors, setters, and getters for now.
另外,现在我也忽略构造函数、setter和getter。 - Call setter methods for each nested element to automatically configure the properties of the object.
对嵌套的每个元素调用setter方法自动配置对象的特性。 - HiveMind users typically prefer setter injection, but the container also supports constructor injection.
HiveMind用户通常优先选择setter注入,但该容器还支持构造函数注入。 - In previous examples, you saw that XJConf can automatically call the appropriate setter methods to configure object instances.
在前面的示例中,您了解了XJConf可以自动调用合适的setter方法来配置对象实例。 - No getter and setter methods are required for the fields of the class to be serialized/ deserialized.
序列化/逆序列化类的字段不需要getter和setter方法。 - Each of the properties are in lowercase and they all have getters and setters according to the bean specification.
每个属性都是由小写字母组成,并且根据bean的规范,所有属性都有获取方法(getter)和设置方法(setter)。 - You can also notice Groovy properties in action: Where are all the getters and setters?
在实例中你还会注意到Groovy的属性:getter方法和setter方法都到哪里去了? - PicoContainer's prevailing usage model is constructor injection, although it also supports setter injection.
PicoContainer流行的使用模型是构造函数注入,但它也支持setter注入。 - I have added a setter and getter for the e-mail address for the framework to access.
我已为电子邮件地址添加了一个写方法和读方法,以供框架访问。