| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.BasicInformation |
| 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
| |||||||||||
Get the entity author information.
Get the entity description.
Get the entity name.