public abstract class DesignerArtifact extends Object implements Identifiable
| Constructor and Description |
|---|
DesignerArtifact() |
| 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 |
getModelVersion()
Version of the model
|
String |
getPreviousArtifactVersion() |
String |
getPreviousDesignerVersion() |
MigrationStatusReport |
getStatus() |
abstract String |
getType() |
boolean |
isFavorite() |
void |
setDesignerVersion(String version) |
void |
setDesignerVersionIfEmpty(String version)
Generally a version is given when the component is created
|
void |
setFavorite(boolean favorite) |
void |
setModelVersion(String version) |
void |
setModelVersionIfEmpty(String version) |
void |
setPreviousArtifactVersion(String version) |
void |
setPreviousDesignerVersion(String version) |
void |
setStatus(MigrationStatusReport status) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getName, setLastUpdatepublic String getModelVersion()
IdentifiablegetModelVersion in interface Identifiablepublic void setModelVersion(String version)
public void setModelVersionIfEmpty(String version)
setModelVersionIfEmpty in interface Identifiablepublic String getDesignerVersion()
IdentifiablegetDesignerVersion in interface Identifiablepublic void setDesignerVersion(String version)
public void setDesignerVersionIfEmpty(String version)
IdentifiablesetDesignerVersionIfEmpty in interface Identifiablepublic String getPreviousArtifactVersion()
public void setPreviousArtifactVersion(String version)
public String getPreviousDesignerVersion()
public void setPreviousDesignerVersion(String version)
public String getArtifactVersion()
IdentifiablegetArtifactVersion in interface Identifiablepublic boolean isFavorite()
isFavorite in interface Identifiablepublic abstract String getType()
getType in interface Identifiablepublic void setFavorite(boolean favorite)
setFavorite in interface Identifiablepublic void setStatus(MigrationStatusReport status)
public MigrationStatusReport getStatus()
Copyright © 2021. All rights reserved.