public class MetadataColumnBO extends BaseBO
Title: 基础属性字段信息的BO类
Description: 代码描述
Copyright: Copyright (c) 2015
Company: seeyon.com
构造器和说明 |
---|
MetadataColumnBO() |
public Long getId()
public void setId(Long id)
public String getLabel()
public void setLabel(String label)
public String getColumnName()
public void setColumnName(String columnName)
public String getAlias()
public void setAlias(String alias)
public Integer getType()
public void setType(Integer type)
public Integer getDataType()
public void setDataType(Integer dataType)
public String getRule()
public void setRule(String rule)
public String getComponent()
public void setComponent(String component)
public Integer getSort()
public void setSort(Integer sort)
public Integer getIsSeach()
public void setIsSeach(Integer isSeach)
public Integer getStatus()
public void setStatus(Integer status)
public String getStatusStr()
public void setStatusStr(String statusStr)
public String getDescription()
public void setDescription(String description)
public Long getTableId()
public void setTableId(Long tableId)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public Long getCreateUser()
public void setCreateUser(Long createUser)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public Integer getIsShowinPersoninfo()
public void setIsShowinPersoninfo(Integer isShowinPersoninfo)
public Integer getIsShowinPersoncard()
public void setIsShowinPersoncard(Integer isShowinPersoncard)
public Integer getIsEnable()
public void setIsEnable(Integer isEnable)
public Integer getIsPreset()
public void setIsPreset(Integer isPreset)
Copyright © 2016–2018. All rights reserved.