com.aiyc.server.standalone.core
类 Location

java.lang.Object
  继承者 com.aiyc.base.core.Location
      继承者 com.aiyc.server.standalone.core.Location
所有已实现的接口:
IEntity<Integer>

public class Location
extends com.aiyc.base.core.Location
implements IEntity<Integer>

作者:
felly
另请参见:
Location

字段摘要
 
从类 com.aiyc.base.core.Location 继承的字段
accuracy, map, mapXcord, mapYcord, symbolicID
 
构造方法摘要
Location()
           
 
方法摘要
 Integer getId()
          gets the primary key
 void setId(Integer id)
          sets the primary key
 
从类 com.aiyc.base.core.Location 继承的方法
getAccuracy, getMap, getMapXcord, getMapYcord, getSymbolicID, setAccuracy, setMap, setMapXcord, setMapYcord, setSymbolicID
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Location

public Location()
方法详细信息

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.