public class Channel
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
Channel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCreateTime() |
Device |
getDevice() |
Long |
getDeviceId() |
String |
getDeviceSerialnum() |
Gate |
getGate() |
Long |
getGateId() |
Long |
getId() |
String |
getIntro() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
String |
getName() |
String |
getSerialnum() |
Short |
getStatus() |
Short |
getType() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCreateTime(Date createTime) |
void |
setDevice(Device device) |
void |
setDeviceId(Long deviceId) |
void |
setDeviceSerialnum(String deviceSerialnum) |
void |
setGate(Gate gate) |
void |
setGateId(Long gateId) |
void |
setId(Long id) |
void |
setIntro(String intro) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setName(String name) |
void |
setSerialnum(String serialnum) |
void |
setStatus(Short status) |
void |
setType(Short type) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic String getSerialnum()
public void setSerialnum(String serialnum)
public String getName()
public void setName(String name)
public String getDeviceSerialnum()
public void setDeviceSerialnum(String deviceSerialnum)
public Long getDeviceId()
public void setDeviceId(Long deviceId)
public Short getType()
public void setType(Short type)
public Short getStatus()
public void setStatus(Short status)
public Long getGateId()
public void setGateId(Long gateId)
public Long getMallId()
public void setMallId(Long mallId)
public Long getAccountId()
public void setAccountId(Long accountId)
public String getIntro()
public void setIntro(String intro)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Device getDevice()
public void setDevice(Device device)
public Gate getGate()
public void setGate(Gate gate)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
Copyright © 2019. All rights reserved.