com.fusesource.tooling.fuse.cdc.maven.plugin
Class ContainerArtifact

java.lang.Object
  extended by com.fusesource.tooling.fuse.cdc.maven.plugin.ContainerArtifact

public class ContainerArtifact
extends java.lang.Object

TODO Add Class documentation for ContainerArtifact


Constructor Summary
ContainerArtifact()
           
 
Method Summary
 java.lang.String getArtifactId()
          Gets the String value of artifactId for this instance of ContainerArtifact.
 java.lang.String getClassifier()
          Gets the String value of classifier for this instance of ContainerArtifact.
 java.lang.String getGroupId()
          Gets the String value of groupId for this instance of ContainerArtifact.
 java.lang.String getType()
          Gets the String value of type for this instance of ContainerArtifact.
 java.lang.String getVersion()
          Gets the String value of version for this instance of ContainerArtifact.
 void setArtifactId(java.lang.String artifactId)
          Sets the String value of artifactId for this instance of ContainerArtifact.
 void setClassifier(java.lang.String classifier)
          Sets the String value of classifier for this instance of ContainerArtifact.
 void setGroupId(java.lang.String groupId)
          Sets the String value of groupId for this instance of ContainerArtifact.
 void setType(java.lang.String type)
          Sets the String value of type for this instance of ContainerArtifact.
 void setVersion(java.lang.String version)
          Sets the String value of version for this instance of ContainerArtifact.
 org.sonatype.aether.artifact.Artifact toArtifact()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerArtifact

public ContainerArtifact()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toArtifact

public org.sonatype.aether.artifact.Artifact toArtifact()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getGroupId

public java.lang.String getGroupId()
Gets the String value of groupId for this instance of ContainerArtifact.

Returns:
the groupId

setGroupId

public void setGroupId(java.lang.String groupId)
Sets the String value of groupId for this instance of ContainerArtifact.

Parameters:
groupId - Sets String, default is TODO add default

getArtifactId

public java.lang.String getArtifactId()
Gets the String value of artifactId for this instance of ContainerArtifact.

Returns:
the artifactId

setArtifactId

public void setArtifactId(java.lang.String artifactId)
Sets the String value of artifactId for this instance of ContainerArtifact.

Parameters:
artifactId - Sets String, default is TODO add default

getVersion

public java.lang.String getVersion()
Gets the String value of version for this instance of ContainerArtifact.

Returns:
the version

setVersion

public void setVersion(java.lang.String version)
Sets the String value of version for this instance of ContainerArtifact.

Parameters:
version - Sets String, default is TODO add default

getType

public java.lang.String getType()
Gets the String value of type for this instance of ContainerArtifact.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the String value of type for this instance of ContainerArtifact.

Parameters:
type - Sets String, default is TODO add default

getClassifier

public java.lang.String getClassifier()
Gets the String value of classifier for this instance of ContainerArtifact.

Returns:
the classifier

setClassifier

public void setClassifier(java.lang.String classifier)
Sets the String value of classifier for this instance of ContainerArtifact.

Parameters:
classifier - Sets String, default is TODO add default


Copyright © 2012 FuseSource. All Rights Reserved.