public class SoftwareFacetImpl extends org.gcube.informationsystem.impl.entity.FacetImpl implements SoftwareFacet, NameProperty
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
group |
protected String |
name |
protected boolean |
optional |
protected String |
qualifier |
protected String |
version |
additionalProperties, allowedAdditionalKeysDESCRIPTION, GROUP_PROPERTY, NAME, VERSION, VERSION_PROPERTYCLASS_PROPERTY, SUPERCLASSES_PROPERTYNAME_PROPERTY| Constructor and Description |
|---|
SoftwareFacetImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getGroup() |
String |
getName()
Gets the name of the facet.
|
String |
getQualifier() |
String |
getVersion() |
boolean |
isOptional() |
void |
setDescription(String description) |
void |
setGroup(String group) |
void |
setName(String name)
Sets the name of the facet.
|
void |
setOptional(boolean optional) |
void |
setQualifier(String qualifier) |
void |
setVersion(String version) |
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected String name
protected String group
protected String version
protected String description
protected String qualifier
protected boolean optional
public String getName()
NamePropertygetName in interface NamePropertypublic void setName(String name)
NamePropertysetName in interface NamePropertyname - the new namepublic String getGroup()
getGroup in interface SoftwareFacetpublic void setGroup(String group)
setGroup in interface SoftwareFacetpublic String getVersion()
getVersion in interface SoftwareFacetpublic void setVersion(String version)
setVersion in interface SoftwareFacetpublic String getDescription()
getDescription in interface SoftwareFacetpublic void setDescription(String description)
setDescription in interface SoftwareFacetpublic String getQualifier()
getQualifier in interface SoftwareFacetpublic void setQualifier(String qualifier)
setQualifier in interface SoftwareFacetpublic boolean isOptional()
isOptional in interface SoftwareFacetpublic void setOptional(boolean optional)
setOptional in interface SoftwareFacetCopyright © 2018. All Rights Reserved.