org.apache.tuscany.sca.contribution
Interface DeployedArtifact

All Superinterfaces:
Artifact

public interface DeployedArtifact
extends Artifact

Representation of a deployed artifact

Version:
$Rev: 539692 $ $Date: 2007-05-19 07:06:18 +0100 (Sat, 19 May 2007) $

Method Summary
 java.lang.Object getModel()
          Get the assembly model associated with this artifact
 void setModel(java.lang.Object modelObject)
          Set the assembly model associated with this artifact
 
Methods inherited from interface org.apache.tuscany.sca.contribution.Artifact
getLocation, getURI, setLocation, setURI
 

Method Detail

getModel

java.lang.Object getModel()
Get the assembly model associated with this artifact

Returns:
The assembly model

setModel

void setModel(java.lang.Object modelObject)
Set the assembly model associated with this artifact

Parameters:
modelObject - The assembly model