public class HfmdEntity extends Object
| Constructor and Description |
|---|
HfmdEntity() |
HfmdEntity(Long hfmdEntityId,
String hfmdEntityName,
String hfmdEntityCode,
Integer hfmdEntityType,
String hfmdEntityDesc,
Long hfpmProgramId,
Long hfpmModuleId,
Long opId,
Date createTime,
Long modifyOpId,
Date modifyTime,
Integer delFlag) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime() |
Integer |
getDelFlag() |
String |
getHfmdEntityCode() |
String |
getHfmdEntityDesc() |
Long |
getHfmdEntityId() |
String |
getHfmdEntityName() |
Integer |
getHfmdEntityType() |
Long |
getHfpmModuleId() |
Long |
getHfpmProgramId() |
Long |
getModifyOpId() |
Date |
getModifyTime() |
Long |
getOpId() |
void |
setCreateTime(Date createTime) |
void |
setDelFlag(Integer delFlag) |
void |
setHfmdEntityCode(String hfmdEntityCode) |
void |
setHfmdEntityDesc(String hfmdEntityDesc) |
void |
setHfmdEntityId(Long hfmdEntityId) |
void |
setHfmdEntityName(String hfmdEntityName) |
void |
setHfmdEntityType(Integer hfmdEntityType) |
void |
setHfpmModuleId(Long hfpmModuleId) |
void |
setHfpmProgramId(Long hfpmProgramId) |
void |
setModifyOpId(Long modifyOpId) |
void |
setModifyTime(Date modifyTime) |
void |
setOpId(Long opId) |
public HfmdEntity(Long hfmdEntityId, String hfmdEntityName, String hfmdEntityCode, Integer hfmdEntityType, String hfmdEntityDesc, Long hfpmProgramId, Long hfpmModuleId, Long opId, Date createTime, Long modifyOpId, Date modifyTime, Integer delFlag)
public HfmdEntity()
public Long getHfmdEntityId()
public String getHfmdEntityName()
public String getHfmdEntityCode()
public Integer getHfmdEntityType()
public String getHfmdEntityDesc()
public Long getHfpmProgramId()
public Long getHfpmModuleId()
public Long getOpId()
public Date getCreateTime()
public Long getModifyOpId()
public Date getModifyTime()
public Integer getDelFlag()
public void setHfmdEntityId(Long hfmdEntityId)
public void setHfmdEntityName(String hfmdEntityName)
public void setHfmdEntityCode(String hfmdEntityCode)
public void setHfmdEntityType(Integer hfmdEntityType)
public void setHfmdEntityDesc(String hfmdEntityDesc)
public void setHfpmProgramId(Long hfpmProgramId)
public void setHfpmModuleId(Long hfpmModuleId)
public void setOpId(Long opId)
public void setCreateTime(Date createTime)
public void setModifyOpId(Long modifyOpId)
public void setModifyTime(Date modifyTime)
public void setDelFlag(Integer delFlag)
Copyright © 2018. All rights reserved.