public class HfpmEntityBindRule extends Object
| Constructor and Description |
|---|
HfpmEntityBindRule() |
HfpmEntityBindRule(Long hfpmEntityBindRuleId,
Integer bindType,
Long srcHfmdEntityId,
Long srcHfmdEntityAttrId,
Long destHfmdEntityId,
Long destHfmdEntityAttrId,
Long opId,
Date createTime,
Long modifyOpId,
Date modifyTime,
Integer delFlag) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBindType() |
Date |
getCreateTime() |
Integer |
getDelFlag() |
Long |
getDestHfmdEntityAttrId() |
Long |
getDestHfmdEntityId() |
Long |
getHfpmEntityBindRuleId() |
Long |
getModifyOpId() |
Date |
getModifyTime() |
Long |
getOpId() |
Long |
getSrcHfmdEntityAttrId() |
Long |
getSrcHfmdEntityId() |
void |
setBindType(Integer bindType) |
void |
setCreateTime(Date createTime) |
void |
setDelFlag(Integer delFlag) |
void |
setDestHfmdEntityAttrId(Long destHfmdEntityAttrId) |
void |
setDestHfmdEntityId(Long destHfmdEntityId) |
void |
setHfpmEntityBindRuleId(Long hfpmEntityBindRuleId) |
void |
setModifyOpId(Long modifyOpId) |
void |
setModifyTime(Date modifyTime) |
void |
setOpId(Long opId) |
void |
setSrcHfmdEntityAttrId(Long srcHfmdEntityAttrId) |
void |
setSrcHfmdEntityId(Long srcHfmdEntityId) |
public HfpmEntityBindRule(Long hfpmEntityBindRuleId, Integer bindType, Long srcHfmdEntityId, Long srcHfmdEntityAttrId, Long destHfmdEntityId, Long destHfmdEntityAttrId, Long opId, Date createTime, Long modifyOpId, Date modifyTime, Integer delFlag)
public HfpmEntityBindRule()
public Long getHfpmEntityBindRuleId()
public Integer getBindType()
public Long getSrcHfmdEntityId()
public Long getSrcHfmdEntityAttrId()
public Long getDestHfmdEntityId()
public Long getDestHfmdEntityAttrId()
public Long getOpId()
public Date getCreateTime()
public Long getModifyOpId()
public Date getModifyTime()
public Integer getDelFlag()
public void setHfpmEntityBindRuleId(Long hfpmEntityBindRuleId)
public void setBindType(Integer bindType)
public void setSrcHfmdEntityId(Long srcHfmdEntityId)
public void setSrcHfmdEntityAttrId(Long srcHfmdEntityAttrId)
public void setDestHfmdEntityId(Long destHfmdEntityId)
public void setDestHfmdEntityAttrId(Long destHfmdEntityAttrId)
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.