public class PluginMetaInfo extends Object implements Serializable
| Constructor and Description |
|---|
PluginMetaInfo()
Creates new PluginInfo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Getter for property author.
|
String |
getCompany()
Getter for property company.
|
String |
getContact()
Getter for property contact.
|
String |
getCopyright()
Getter for property copyright.
|
String |
getDescription()
Getter for property description.
|
String |
getHomepage()
Getter for property homepage.
|
String |
getName()
Getter for property displayname.
|
String |
getVersion()
Getter for property version.
|
void |
setAuthor(String author)
Setter for property author.
|
void |
setCompany(String company)
Setter for property company.
|
void |
setContact(String contact)
Setter for property contact.
|
void |
setCopyright(String copyright)
Setter for property copyright.
|
void |
setDescription(String description)
Setter for property description.
|
void |
setHomepage(String homepage)
Setter for property homepage.
|
void |
setName(String name)
Setter for property displayname.
|
void |
setVersion(String version)
Setter for property version.
|
String |
toString() |
public String getAuthor()
public void setAuthor(String author)
author - New value of property author.public String getCompany()
public void setCompany(String company)
company - New value of property company.public String getContact()
public void setContact(String contact)
contact - New value of property contact.public String getDescription()
public void setDescription(String description)
description - New value of property description.public String getHomepage()
public void setHomepage(String homepage)
homepage - New value of property homepage.public String getName()
public void setName(String name)
name - displayname New value of property displayname.public String getVersion()
public void setVersion(String version)
version - New value of property version.public String getCopyright()
public void setCopyright(String copyright)
copyright - New value of property copyright.Copyright © 2012–2026 cismet GmbH. All rights reserved.