com.aiyc.server.standalone.core
类 Fingerprint
java.lang.Object
com.aiyc.base.core.Fingerprint
com.aiyc.server.standalone.core.Fingerprint
- 所有已实现的接口:
- IEntity<Integer>
public class Fingerprint
- extends com.aiyc.base.core.Fingerprint
- implements IEntity<Integer>
- 作者:
- felly
- 另请参见:
Fingerprint
| 从类 com.aiyc.base.core.Fingerprint 继承的字段 |
location, measurement |
| 从类 com.aiyc.base.core.Fingerprint 继承的方法 |
getLocation, getMeasurement, setLocation, setMeasurement |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fingerprint
public Fingerprint(Location location,
Measurement measurement)
Fingerprint
public Fingerprint()
getId
public Integer getId()
- 从接口
IEntity 复制的描述
- gets the primary key
- 指定者:
- 接口
IEntity<Integer> 中的 getId
- 返回:
- the database id
setId
public void setId(Integer id)
- 从接口
IEntity 复制的描述
- sets the primary key
- 指定者:
- 接口
IEntity<Integer> 中的 setId
- 参数:
id - the id to set
Copyright © 2017. All Rights Reserved.