public class TemplateInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected String |
category |
protected String |
description |
protected String |
name |
protected String |
serverType |
protected TemplateType |
type |
protected String |
version |
| Constructor and Description |
|---|
TemplateInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getServerType()
Gets the value of the serverType property.
|
TemplateType |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setServerType(String value)
Sets the value of the serverType property.
|
void |
setType(TemplateType value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String version
protected String author
protected String category
protected TemplateType type
protected String serverType
protected String description
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic TemplateType getType()
TemplateTypepublic void setType(TemplateType value)
value - allowed object is
TemplateTypepublic String getServerType()
Stringpublic void setServerType(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2017–2020 Eclipse Foundation. All rights reserved.