org.eclipse.stardust.engine.api.runtime
Class RuntimeArtifactInfo
java.lang.Object
org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RuntimeArtifact
public abstract class RuntimeArtifactInfo
- extends Object
- implements Serializable
Abstract base type containing common fields for runtime artifacts.
- Author:
- Roland.Stamm
- See Also:
- Serialized Form
RuntimeArtifactInfo
public RuntimeArtifactInfo()
RuntimeArtifactInfo
public RuntimeArtifactInfo(String artifactTypeId,
String artifactId,
String artifactName,
Date validFrom)
getArtifactTypeId
public String getArtifactTypeId()
- Returns:
- Identifies the
ArtifactType. - See Also:
ArtifactType.getId()
getArtifactId
public String getArtifactId()
- Returns:
- Identifies the artifact.
getArtifactName
public String getArtifactName()
- Returns:
- A human readable name for the artifact.
getValidFrom
public Date getValidFrom()
- Returns:
- Specifies the point in time the artifact should start to be valid and therefore become active.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.