public class HfusEntityStore extends Object
| 构造器和说明 |
|---|
HfusEntityStore() |
HfusEntityStore(Long hfusEntityStoreId,
String hfusEntityStoreName,
String hfusEntityStoreCode,
Byte entityGroup,
Byte hfusEntityStoreType,
Long creatorId,
Date createTime,
Long modifierId,
Date modifyTime,
String sqlContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getCreateTime() |
Long |
getCreatorId() |
Byte |
getEntityGroup() |
String |
getHfusEntityStoreCode() |
Long |
getHfusEntityStoreId() |
String |
getHfusEntityStoreName() |
Byte |
getHfusEntityStoreType() |
Long |
getModifierId() |
Date |
getModifyTime() |
String |
getSqlContent() |
void |
setCreateTime(Date createTime) |
void |
setCreatorId(Long creatorId) |
void |
setEntityGroup(Byte entityGroup) |
void |
setHfusEntityStoreCode(String hfusEntityStoreCode) |
void |
setHfusEntityStoreId(Long hfusEntityStoreId) |
void |
setHfusEntityStoreName(String hfusEntityStoreName) |
void |
setHfusEntityStoreType(Byte hfusEntityStoreType) |
void |
setModifierId(Long modifierId) |
void |
setModifyTime(Date modifyTime) |
void |
setSqlContent(String sqlContent) |
public HfusEntityStore(Long hfusEntityStoreId, String hfusEntityStoreName, String hfusEntityStoreCode, Byte entityGroup, Byte hfusEntityStoreType, Long creatorId, Date createTime, Long modifierId, Date modifyTime, String sqlContent)
public HfusEntityStore()
public Long getHfusEntityStoreId()
public String getHfusEntityStoreName()
public String getHfusEntityStoreCode()
public Byte getEntityGroup()
public Byte getHfusEntityStoreType()
public Long getCreatorId()
public Date getCreateTime()
public Long getModifierId()
public Date getModifyTime()
public String getSqlContent()
public void setHfusEntityStoreId(Long hfusEntityStoreId)
public void setHfusEntityStoreName(String hfusEntityStoreName)
public void setHfusEntityStoreCode(String hfusEntityStoreCode)
public void setEntityGroup(Byte entityGroup)
public void setHfusEntityStoreType(Byte hfusEntityStoreType)
public void setCreatorId(Long creatorId)
public void setCreateTime(Date createTime)
public void setModifierId(Long modifierId)
public void setModifyTime(Date modifyTime)
public void setSqlContent(String sqlContent)
Copyright © 2017. All rights reserved.