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
 
构造方法摘要
Fingerprint()
           
Fingerprint(Location location, Measurement measurement)
           
 
方法摘要
 Integer getId()
          gets the primary key
 void setId(Integer id)
          sets the primary key
 
从类 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.