org.eclipse.stardust.engine.api.runtime
Class RuntimeArtifactInfo

java.lang.Object
  extended by 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

Constructor Summary
RuntimeArtifactInfo()
           
RuntimeArtifactInfo(String artifactTypeId, String artifactId, String artifactName, Date validFrom)
           
 
Method Summary
 String getArtifactId()
           
 String getArtifactName()
           
 String getArtifactTypeId()
           
 Date getValidFrom()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeArtifactInfo

public RuntimeArtifactInfo()

RuntimeArtifactInfo

public RuntimeArtifactInfo(String artifactTypeId,
                           String artifactId,
                           String artifactName,
                           Date validFrom)
Method Detail

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.