package webctdbexport.db; // Generated 17-Jun-2011 11:38:57 by Hibernate Tools 3.4.0.CR1 import java.math.BigDecimal; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; /** * PstSettingBundle generated by hbm2java */ @Entity @Table(name="PST_SETTING_BUNDLE" ) public class PstSettingBundle implements java.io.Serializable { private BigDecimal id; private CoTemplate coTemplate; private CoOrganizerpage coOrganizerpage; private CmsContentEntry cmsContentEntry; private boolean allNewOrgFlag; private BigDecimal createTs; private BigDecimal lastmodifyTs; private boolean tileimageFlag; private boolean allOrgFlag; private String iconAlignment; private String textAlignment; private String bgColor; private String iconImagetext; private Short numOfCol; private String currentColorSet; private String colorBg; private String colorText; private String colorLink; private String colorVlink; private String colorMenuBg; private String colorMenuLink; private String colorMenuCurrBg; private String colorMenuCurrLink; private String colorMenuHighBg; private String colorMenuHighLink; private String colorTableHeadBg; private String colorTableHeadText; private String colorTableFootBg; private String selectedLayout; private String tableWidth; public PstSettingBundle() { } public PstSettingBundle(BigDecimal id, boolean allNewOrgFlag, BigDecimal createTs, BigDecimal lastmodifyTs, boolean tileimageFlag, boolean allOrgFlag, String iconAlignment, String textAlignment) { this.id = id; this.allNewOrgFlag = allNewOrgFlag; this.createTs = createTs; this.lastmodifyTs = lastmodifyTs; this.tileimageFlag = tileimageFlag; this.allOrgFlag = allOrgFlag; this.iconAlignment = iconAlignment; this.textAlignment = textAlignment; } public PstSettingBundle(BigDecimal id, CoTemplate coTemplate, CoOrganizerpage coOrganizerpage, CmsContentEntry cmsContentEntry, boolean allNewOrgFlag, BigDecimal createTs, BigDecimal lastmodifyTs, boolean tileimageFlag, boolean allOrgFlag, String iconAlignment, String textAlignment, String bgColor, String iconImagetext, Short numOfCol, String currentColorSet, String colorBg, String colorText, String colorLink, String colorVlink, String colorMenuBg, String colorMenuLink, String colorMenuCurrBg, String colorMenuCurrLink, String colorMenuHighBg, String colorMenuHighLink, String colorTableHeadBg, String colorTableHeadText, String colorTableFootBg, String selectedLayout, String tableWidth) { this.id = id; this.coTemplate = coTemplate; this.coOrganizerpage = coOrganizerpage; this.cmsContentEntry = cmsContentEntry; this.allNewOrgFlag = allNewOrgFlag; this.createTs = createTs; this.lastmodifyTs = lastmodifyTs; this.tileimageFlag = tileimageFlag; this.allOrgFlag = allOrgFlag; this.iconAlignment = iconAlignment; this.textAlignment = textAlignment; this.bgColor = bgColor; this.iconImagetext = iconImagetext; this.numOfCol = numOfCol; this.currentColorSet = currentColorSet; this.colorBg = colorBg; this.colorText = colorText; this.colorLink = colorLink; this.colorVlink = colorVlink; this.colorMenuBg = colorMenuBg; this.colorMenuLink = colorMenuLink; this.colorMenuCurrBg = colorMenuCurrBg; this.colorMenuCurrLink = colorMenuCurrLink; this.colorMenuHighBg = colorMenuHighBg; this.colorMenuHighLink = colorMenuHighLink; this.colorTableHeadBg = colorTableHeadBg; this.colorTableHeadText = colorTableHeadText; this.colorTableFootBg = colorTableFootBg; this.selectedLayout = selectedLayout; this.tableWidth = tableWidth; } @Id @Column(name="ID", nullable=false, precision=20, scale=0) public BigDecimal getId() { return this.id; } public void setId(BigDecimal id) { this.id = id; } @ManyToOne(fetch=FetchType.LAZY) @JoinColumn(name="TEMPLATE_ID") public CoTemplate getCoTemplate() { return this.coTemplate; } public void setCoTemplate(CoTemplate coTemplate) { this.coTemplate = coTemplate; } @ManyToOne(fetch=FetchType.LAZY) @JoinColumn(name="ORGANIZERPAGE_ID") public CoOrganizerpage getCoOrganizerpage() { return this.coOrganizerpage; } public void setCoOrganizerpage(CoOrganizerpage coOrganizerpage) { this.coOrganizerpage = coOrganizerpage; } @ManyToOne(fetch=FetchType.LAZY) @JoinColumn(name="BG_IMAGE_ID") public CmsContentEntry getCmsContentEntry() { return this.cmsContentEntry; } public void setCmsContentEntry(CmsContentEntry cmsContentEntry) { this.cmsContentEntry = cmsContentEntry; } @Column(name="ALL_NEW_ORG_FLAG", nullable=false, precision=1, scale=0) public boolean isAllNewOrgFlag() { return this.allNewOrgFlag; } public void setAllNewOrgFlag(boolean allNewOrgFlag) { this.allNewOrgFlag = allNewOrgFlag; } @Column(name="CREATE_TS", nullable=false, precision=20, scale=0) public BigDecimal getCreateTs() { return this.createTs; } public void setCreateTs(BigDecimal createTs) { this.createTs = createTs; } @Column(name="LASTMODIFY_TS", nullable=false, precision=20, scale=0) public BigDecimal getLastmodifyTs() { return this.lastmodifyTs; } public void setLastmodifyTs(BigDecimal lastmodifyTs) { this.lastmodifyTs = lastmodifyTs; } @Column(name="TILEIMAGE_FLAG", nullable=false, precision=1, scale=0) public boolean isTileimageFlag() { return this.tileimageFlag; } public void setTileimageFlag(boolean tileimageFlag) { this.tileimageFlag = tileimageFlag; } @Column(name="ALL_ORG_FLAG", nullable=false, precision=1, scale=0) public boolean isAllOrgFlag() { return this.allOrgFlag; } public void setAllOrgFlag(boolean allOrgFlag) { this.allOrgFlag = allOrgFlag; } @Column(name="ICON_ALIGNMENT", nullable=false, length=40) public String getIconAlignment() { return this.iconAlignment; } public void setIconAlignment(String iconAlignment) { this.iconAlignment = iconAlignment; } @Column(name="TEXT_ALIGNMENT", nullable=false, length=40) public String getTextAlignment() { return this.textAlignment; } public void setTextAlignment(String textAlignment) { this.textAlignment = textAlignment; } @Column(name="BG_COLOR", length=10) public String getBgColor() { return this.bgColor; } public void setBgColor(String bgColor) { this.bgColor = bgColor; } @Column(name="ICON_IMAGETEXT", length=30) public String getIconImagetext() { return this.iconImagetext; } public void setIconImagetext(String iconImagetext) { this.iconImagetext = iconImagetext; } @Column(name="NUM_OF_COL", precision=3, scale=0) public Short getNumOfCol() { return this.numOfCol; } public void setNumOfCol(Short numOfCol) { this.numOfCol = numOfCol; } @Column(name="CURRENT_COLOR_SET", length=10) public String getCurrentColorSet() { return this.currentColorSet; } public void setCurrentColorSet(String currentColorSet) { this.currentColorSet = currentColorSet; } @Column(name="COLOR_BG", length=10) public String getColorBg() { return this.colorBg; } public void setColorBg(String colorBg) { this.colorBg = colorBg; } @Column(name="COLOR_TEXT", length=10) public String getColorText() { return this.colorText; } public void setColorText(String colorText) { this.colorText = colorText; } @Column(name="COLOR_LINK", length=10) public String getColorLink() { return this.colorLink; } public void setColorLink(String colorLink) { this.colorLink = colorLink; } @Column(name="COLOR_VLINK", length=10) public String getColorVlink() { return this.colorVlink; } public void setColorVlink(String colorVlink) { this.colorVlink = colorVlink; } @Column(name="COLOR_MENU_BG", length=10) public String getColorMenuBg() { return this.colorMenuBg; } public void setColorMenuBg(String colorMenuBg) { this.colorMenuBg = colorMenuBg; } @Column(name="COLOR_MENU_LINK", length=10) public String getColorMenuLink() { return this.colorMenuLink; } public void setColorMenuLink(String colorMenuLink) { this.colorMenuLink = colorMenuLink; } @Column(name="COLOR_MENU_CURR_BG", length=10) public String getColorMenuCurrBg() { return this.colorMenuCurrBg; } public void setColorMenuCurrBg(String colorMenuCurrBg) { this.colorMenuCurrBg = colorMenuCurrBg; } @Column(name="COLOR_MENU_CURR_LINK", length=10) public String getColorMenuCurrLink() { return this.colorMenuCurrLink; } public void setColorMenuCurrLink(String colorMenuCurrLink) { this.colorMenuCurrLink = colorMenuCurrLink; } @Column(name="COLOR_MENU_HIGH_BG", length=10) public String getColorMenuHighBg() { return this.colorMenuHighBg; } public void setColorMenuHighBg(String colorMenuHighBg) { this.colorMenuHighBg = colorMenuHighBg; } @Column(name="COLOR_MENU_HIGH_LINK", length=10) public String getColorMenuHighLink() { return this.colorMenuHighLink; } public void setColorMenuHighLink(String colorMenuHighLink) { this.colorMenuHighLink = colorMenuHighLink; } @Column(name="COLOR_TABLE_HEAD_BG", length=10) public String getColorTableHeadBg() { return this.colorTableHeadBg; } public void setColorTableHeadBg(String colorTableHeadBg) { this.colorTableHeadBg = colorTableHeadBg; } @Column(name="COLOR_TABLE_HEAD_TEXT", length=10) public String getColorTableHeadText() { return this.colorTableHeadText; } public void setColorTableHeadText(String colorTableHeadText) { this.colorTableHeadText = colorTableHeadText; } @Column(name="COLOR_TABLE_FOOT_BG", length=10) public String getColorTableFootBg() { return this.colorTableFootBg; } public void setColorTableFootBg(String colorTableFootBg) { this.colorTableFootBg = colorTableFootBg; } @Column(name="SELECTED_LAYOUT", length=40) public String getSelectedLayout() { return this.selectedLayout; } public void setSelectedLayout(String selectedLayout) { this.selectedLayout = selectedLayout; } @Column(name="TABLE_WIDTH", length=40) public String getTableWidth() { return this.tableWidth; } public void setTableWidth(String tableWidth) { this.tableWidth = tableWidth; } }