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 |
---|---|
Date |
getCreationDate() |
String |
getDescription() |
String |
getIdentifier() |
String |
getName() |
AdapaAsset.Type |
getType() |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
String getIdentifier()
void setIdentifier(String identifier)
identifier
- The identifier to set.String getName()
String getDescription()
Date getCreationDate()
void setName(String name)
name
- The name to set.void setDescription(String description)
description
- The description to set.void setCreationDate(Date creationDate)
creationDate
- the creationDate to set.AdapaAsset.Type getType()
Copyright © 2005–2016 Zementis, Inc.. All rights reserved.