public interface Identifiable
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactVersion()
Version of the artifact (either model version if any, or designer version)
|
String |
getDesignerVersion()
Version of the designer
|
String |
getId()
Unique id for a component
|
String |
getModelVersion()
Version of the model
|
String |
getName()
A component has a name
|
String |
getType() |
boolean |
isFavorite() |
void |
setDesignerVersionIfEmpty(String version)
Generally a version is given when the component is created
|
void |
setFavorite(boolean favorite) |
void |
setLastUpdate(org.joda.time.Instant lastUpdate)
The last update is audited
|
void |
setModelVersionIfEmpty(String version) |
String getId()
String getName()
String getModelVersion()
void setModelVersionIfEmpty(String version)
String getDesignerVersion()
String getArtifactVersion()
void setDesignerVersionIfEmpty(String version)
void setLastUpdate(org.joda.time.Instant lastUpdate)
boolean isFavorite()
void setFavorite(boolean favorite)
String getType()
Copyright © 2021. All rights reserved.