public class

BasicInformation

extends Object
implements IBasicInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.BasicInformation

This class is deprecated.
No replacement.

Class Overview

Use PluginInformation.

Summary

Public Constructors
BasicInformation()
BasicInformation(String name, String description, String author, Version version)
Public Methods
String getAuthor()
Get the entity author information.
String getDescription()
Get the entity description.
String getName()
Get the entity name.
Version getVersion()
Get the entity version.
void setAuthor(String author)
void setDescription(String description)
void setName(String name)
void setVersion(Version version)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.IBasicInformation

Public Constructors

public BasicInformation ()

public BasicInformation (String name, String description, String author, Version version)

Public Methods

public String getAuthor ()

Get the entity author information.

Returns
  • the optional author information

public String getDescription ()

Get the entity description.

Returns
  • the optional description string

public String getName ()

Get the entity name.

Returns
  • the optional name

public Version getVersion ()

Get the entity version.

Returns
  • the optional version

public void setAuthor (String author)

public void setDescription (String description)

public void setName (String name)

public void setVersion (Version version)