public class HfusEntityAttr extends Object
| Constructor and Description |
|---|
HfusEntityAttr() |
HfusEntityAttr(Long hfusEntityAttrId,
String hfusEntityAttrName,
String hfusEntityAttrCode,
String hfusEntityAttrDesc,
Integer attrType,
String size,
Integer ispk,
Integer nullable,
Integer isBusiAttr,
Integer isRedundantAttr,
Long opId,
Date createTime,
Long modifyOpId,
Date modifyTime,
Integer delFlag) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttrType() |
Date |
getCreateTime() |
Integer |
getDelFlag() |
String |
getHfusEntityAttrCode() |
String |
getHfusEntityAttrDesc() |
Long |
getHfusEntityAttrId() |
String |
getHfusEntityAttrName() |
Integer |
getIsBusiAttr() |
Integer |
getIspk() |
Integer |
getIsRedundantAttr() |
Long |
getModifyOpId() |
Date |
getModifyTime() |
Integer |
getNullable() |
Long |
getOpId() |
String |
getSize() |
void |
setAttrType(Integer attrType) |
void |
setCreateTime(Date createTime) |
void |
setDelFlag(Integer delFlag) |
void |
setHfusEntityAttrCode(String hfusEntityAttrCode) |
void |
setHfusEntityAttrDesc(String hfusEntityAttrDesc) |
void |
setHfusEntityAttrId(Long hfusEntityAttrId) |
void |
setHfusEntityAttrName(String hfusEntityAttrName) |
void |
setIsBusiAttr(Integer isBusiAttr) |
void |
setIspk(Integer ispk) |
void |
setIsRedundantAttr(Integer isRedundantAttr) |
void |
setModifyOpId(Long modifyOpId) |
void |
setModifyTime(Date modifyTime) |
void |
setNullable(Integer nullable) |
void |
setOpId(Long opId) |
void |
setSize(String size) |
public HfusEntityAttr(Long hfusEntityAttrId, String hfusEntityAttrName, String hfusEntityAttrCode, String hfusEntityAttrDesc, Integer attrType, String size, Integer ispk, Integer nullable, Integer isBusiAttr, Integer isRedundantAttr, Long opId, Date createTime, Long modifyOpId, Date modifyTime, Integer delFlag)
public HfusEntityAttr()
public Long getHfusEntityAttrId()
public String getHfusEntityAttrName()
public String getHfusEntityAttrCode()
public String getHfusEntityAttrDesc()
public Integer getAttrType()
public String getSize()
public Integer getIspk()
public Integer getNullable()
public Integer getIsBusiAttr()
public Integer getIsRedundantAttr()
public Long getOpId()
public Date getCreateTime()
public Long getModifyOpId()
public Date getModifyTime()
public Integer getDelFlag()
public void setHfusEntityAttrId(Long hfusEntityAttrId)
public void setHfusEntityAttrName(String hfusEntityAttrName)
public void setHfusEntityAttrCode(String hfusEntityAttrCode)
public void setHfusEntityAttrDesc(String hfusEntityAttrDesc)
public void setAttrType(Integer attrType)
public void setSize(String size)
public void setIspk(Integer ispk)
public void setNullable(Integer nullable)
public void setIsBusiAttr(Integer isBusiAttr)
public void setIsRedundantAttr(Integer isRedundantAttr)
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.