| | |
| | | private String apiResource; |
| | | @ApiModelProperty("文本内容") |
| | | private String textContent; |
| | | |
| | | @ApiModelProperty("布局设置") |
| | | private String layoutConfig; |
| | | public void setWorkbenchId(final Long workbenchId) { |
| | | this.workbenchId = workbenchId; |
| | | } |
| | |
| | | public void setTextContent(final String textContent) { |
| | | this.textContent = textContent; |
| | | } |
| | | |
| | | /* |
| | | public boolean equals(final Object o) { |
| | | if (o == this) { |
| | | return true; |
| | |
| | | } |
| | | return false; |
| | | } |
| | | |
| | | */ |
| | | protected boolean canEqual(final Object other) { |
| | | return other instanceof WorkbenchCardVO; |
| | | } |
| | | |
| | | /* |
| | | public int hashCode() { |
| | | Object $workbenchId = getWorkbenchId(); |
| | | int result = (1 * 59) + ($workbenchId == null ? 43 : $workbenchId.hashCode()); |
| | |
| | | Object $textContent = getTextContent(); |
| | | return (result7 * 59) + ($textContent == null ? 43 : $textContent.hashCode()); |
| | | } |
| | | */ |
| | | |
| | | public String toString() { |
| | | return "WorkbenchCardVO(workbenchId=" + getWorkbenchId() + ", cardLength=" + getCardLength() + ", cardWide=" + getCardWide() + ", xCoordinate=" + getXCoordinate() + ", yCoordinate=" + getYCoordinate() + ", cardKey=" + getCardKey() + ", apiResource=" + getApiResource() + ", textContent=" + getTextContent() + ")"; |
| | |
| | | public String getTextContent() { |
| | | return this.textContent; |
| | | } |
| | | |
| | | public String getxCoordinate() { |
| | | return xCoordinate; |
| | | } |
| | | |
| | | public void setxCoordinate(String xCoordinate) { |
| | | this.xCoordinate = xCoordinate; |
| | | } |
| | | |
| | | public String getyCoordinate() { |
| | | return yCoordinate; |
| | | } |
| | | |
| | | public void setyCoordinate(String yCoordinate) { |
| | | this.yCoordinate = yCoordinate; |
| | | } |
| | | |
| | | public String getLayoutConfig() { |
| | | return layoutConfig; |
| | | } |
| | | |
| | | public void setLayoutConfig(String layoutConfig) { |
| | | this.layoutConfig = layoutConfig; |
| | | } |
| | | |
| | | } |