public class ProcedureEntity extends HierarchicalEntity<ProcedureEntity>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DELETED |
static java.lang.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() |
java.lang.String |
getProcedureDescriptionFormat() |
boolean |
isDeleted() |
boolean |
isInsitu() |
boolean |
isMobile() |
boolean |
isReference() |
void |
setDeleted(boolean deleted) |
void |
setInsitu(boolean insitu) |
void |
setMobile(boolean mobile) |
void |
setProcedureDescriptionFormat(java.lang.String procedureDescriptionFormat) |
void |
setReference(boolean reference) |
java.lang.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 java.lang.String PROPERTY_REFERENCE
public static final java.lang.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 java.lang.String getProcedureDescriptionFormat()
public void setProcedureDescriptionFormat(java.lang.String procedureDescriptionFormat)
public org.n52.io.response.PlatformType getPlatformType()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.