public interface AdapaAsset extends Serializable
AdapaAsset
is a persistable entity which can be stored in the ADAPA Repository.Modifier and Type | Interface and Description |
---|---|
static class |
AdapaAsset.Type
Enumeration of Asset Types supported by ADAPA.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreationDate() |
EnumMap<AdapaAsset.Type,Set<String>> |
getDependencies() |
String |
getDescription() |
String |
getIdentifier() |
String |
getName() |
AdapaAsset.Type |
getType() |
void |
setIdentifier(String identifier) |
String getIdentifier()
void setIdentifier(String identifier)
identifier
- the identifier to set.String getName()
String getDescription()
String getCreationDate()
AdapaAsset.Type getType()
EnumMap<AdapaAsset.Type,Set<String>> getDependencies()
Copyright © 2005–2017 Zementis, Inc.. All rights reserved.