public class DefaultNutsExtensionInformation extends Object implements NutsExtensionInformation
| Constructor and Description |
|---|
DefaultNutsExtensionInformation(NutsId id,
String name,
String author,
String description,
String category,
String source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthor() |
String |
getCategory() |
String |
getDescription() |
NutsId |
getId() |
String |
getName() |
String |
getSource() |
int |
hashCode() |
void |
setSource(String source) |
String |
toString() |
public void setSource(String source)
public NutsId getId()
getId in interface NutsExtensionInformationpublic String getName()
getName in interface NutsExtensionInformationpublic String getDescription()
getDescription in interface NutsExtensionInformationpublic String getAuthor()
getAuthor in interface NutsExtensionInformationpublic String getCategory()
getCategory in interface NutsExtensionInformationpublic String getSource()
getSource in interface NutsExtensionInformationCopyright © 2021 vpc open source initiative. All rights reserved.