public class ProcedureEntity extends HierarchicalEntity<ProcedureEntity>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DELETED |
static String |
PROPERTY_REFERENCE |
PROPERTY_DOMAIN_ID, PROPERTY_NAME, PROPERTY_PKID, PROPERTY_SERVICE_ID| Constructor and Description |
|---|
ProcedureEntity() |
| Modifier and Type | Method and Description |
|---|---|
org.n52.io.response.PlatformType |
getPlatformType() |
String |
getProcedureDescriptionFormat() |
boolean |
isDeleted() |
boolean |
isInsitu() |
boolean |
isMobile() |
boolean |
isReference() |
void |
setDeleted(boolean deleted) |
void |
setInsitu(boolean insitu) |
void |
setMobile(boolean mobile) |
void |
setProcedureDescriptionFormat(String procedureDescriptionFormat) |
void |
setReference(boolean reference) |
String |
toString() |
getChildren, getParents, hasChildren, hasParents, setChildren, setParentsgetDescription, getDomainId, getLabelFrom, getMappedParameters, getName, getNameI18n, getParameters, getPkid, getService, getTranslations, hasParameters, isSetDescription, isSetName, setDescription, setDomainId, setName, setParameters, setPkid, setService, setTranslationspublic static final String PROPERTY_REFERENCE
public static final String PROPERTY_DELETED
public boolean isReference()
public void setReference(boolean reference)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public boolean isMobile()
public void setMobile(boolean mobile)
public boolean isInsitu()
public void setInsitu(boolean insitu)
public String getProcedureDescriptionFormat()
public void setProcedureDescriptionFormat(String procedureDescriptionFormat)
public org.n52.io.response.PlatformType getPlatformType()
Copyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.