public abstract class AbstractSosAsset extends Object implements SosAsset
| Constructor and Description |
|---|
AbstractSosAsset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract org.n52.sos.ioos.asset.AbstractAsset |
getAsset() |
String |
getId() |
String |
getLongName() |
String |
getShortName() |
int |
hashCode() |
void |
setLongName(String longName) |
void |
setShortName(String shortName) |
String |
toString() |
public String getLongName()
getLongName in interface SosAssetpublic String getShortName()
getShortName in interface SosAssetpublic void setLongName(String longName)
setLongName in interface SosAssetpublic void setShortName(String shortName)
setShortName in interface SosAssetpublic abstract org.n52.sos.ioos.asset.AbstractAsset getAsset()
Copyright © 2016. All rights reserved.