@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class WTemplateInfo extends Object
| Constructor and Description |
|---|
WTemplateInfo() |
| Modifier and Type | Method and Description |
|---|---|
WTemplateInfo |
color(LFColor color) |
WTemplateInfo |
description(String description) |
WTemplateInfo |
displayName(String displayName) |
boolean |
equals(Object o) |
WTemplateInfo |
fieldCount(Integer fieldCount) |
LFColor |
getColor()
Returns color
|
String |
getDescription()
Returns the description of the template definition.
|
String |
getDisplayName()
Returns the localized name of the template definition.
|
Integer |
getFieldCount()
Returns the number of fields assigned to the template.
|
Integer |
getId()
Returns the ID of the template definition.
|
String |
getName()
Returns the name of the template definition.
|
int |
hashCode() |
WTemplateInfo |
id(Integer id) |
WTemplateInfo |
name(String name) |
void |
setColor(LFColor color) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setFieldCount(Integer fieldCount) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public WTemplateInfo id(Integer id)
public Integer getId()
public void setId(Integer id)
public WTemplateInfo name(String name)
public String getName()
public void setName(String name)
public WTemplateInfo displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public WTemplateInfo description(String description)
public String getDescription()
public void setDescription(String description)
public WTemplateInfo color(LFColor color)
public LFColor getColor()
public void setColor(LFColor color)
public WTemplateInfo fieldCount(Integer fieldCount)
public Integer getFieldCount()
public void setFieldCount(Integer fieldCount)
Copyright © 2025. All rights reserved.