public interface IdentificationFacet
extends org.gcube.informationsystem.model.entity.Facet
| Modifier and Type | Interface and Description |
|---|---|
static class |
IdentificationFacet.IdentificationType |
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
IdentificationFacet.IdentificationType |
getType() |
String |
getValue() |
boolean |
isPersistent() |
void |
setPersistent(boolean persistent) |
void |
setType(IdentificationFacet.IdentificationType type) |
void |
setValue(String value) |
static final String NAME
static final String DESCRIPTION
static final String VERSION
String getValue()
void setValue(String value)
IdentificationFacet.IdentificationType getType()
void setType(IdentificationFacet.IdentificationType type)
boolean isPersistent()
void setPersistent(boolean persistent)
Copyright © 2016. All Rights Reserved.