com.aiyc.server.standalone.db
接口 IEntity<ID extends Serializable>

类型参数:
ID - Primary key type
所有已知实现类:
BluetoothReading, Fingerprint, GSMReading, Location, Map, Measurement, ReadingInMeasurement, Vector, WiFiReading

public interface IEntity<ID extends Serializable>

Generic interface for a database entity

作者:
felly

方法摘要
 ID getId()
          gets the primary key
 void setId(ID id)
          sets the primary key
 

方法详细信息

getId

ID getId()
gets the primary key

返回:
primary key

setId

void setId(ID id)
sets the primary key

参数:
id - primary key


Copyright © 2017. All Rights Reserved.