public class DefaultNutsExtensionInformation extends Object implements net.thevpc.nuts.NutsExtensionInformation
| Constructor and Description |
|---|
DefaultNutsExtensionInformation(net.thevpc.nuts.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() |
net.thevpc.nuts.NutsId |
getId() |
String |
getName() |
String |
getSource() |
int |
hashCode() |
void |
setSource(String source) |
String |
toString() |
public void setSource(String source)
public net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.NutsExtensionInformationpublic String getName()
getName in interface net.thevpc.nuts.NutsExtensionInformationpublic String getDescription()
getDescription in interface net.thevpc.nuts.NutsExtensionInformationpublic String getAuthor()
getAuthor in interface net.thevpc.nuts.NutsExtensionInformationpublic String getCategory()
getCategory in interface net.thevpc.nuts.NutsExtensionInformationpublic String getSource()
getSource in interface net.thevpc.nuts.NutsExtensionInformationCopyright © 2022 vpc open source initiative. All rights reserved.