Class Artifact
- java.lang.Object
-
- org.apache.maven.buildcache.xml.build.Artifact
-
- All Implemented Interfaces:
Serializable
public class Artifact extends Object implements Serializable
Class Artifact.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Artifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()Get the artifactId field.StringgetClassifier()Get the classifier field.StringgetFileHash()Get the fileHash field.StringgetFileName()Get the fileName field.longgetFileSize()Get the fileSize field.StringgetGroupId()Get the groupId field.StringgetScope()Get the scope field.StringgetType()Get the type field.StringgetVersion()Get the version field.voidsetArtifactId(String artifactId)Set the artifactId field.voidsetClassifier(String classifier)Set the classifier field.voidsetFileHash(String fileHash)Set the fileHash field.voidsetFileName(String fileName)Set the fileName field.voidsetFileSize(long fileSize)Set the fileSize field.voidsetGroupId(String groupId)Set the groupId field.voidsetScope(String scope)Set the scope field.voidsetType(String type)Set the type field.voidsetVersion(String version)Set the version field.
-
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
Get the artifactId field.- Returns:
- String
-
getClassifier
public String getClassifier()
Get the classifier field.- Returns:
- String
-
getFileHash
public String getFileHash()
Get the fileHash field.- Returns:
- String
-
getFileName
public String getFileName()
Get the fileName field.- Returns:
- String
-
getFileSize
public long getFileSize()
Get the fileSize field.- Returns:
- long
-
getGroupId
public String getGroupId()
Get the groupId field.- Returns:
- String
-
getScope
public String getScope()
Get the scope field.- Returns:
- String
-
getType
public String getType()
Get the type field.- Returns:
- String
-
getVersion
public String getVersion()
Get the version field.- Returns:
- String
-
setArtifactId
public void setArtifactId(String artifactId)
Set the artifactId field.- Parameters:
artifactId- a artifactId object.
-
setClassifier
public void setClassifier(String classifier)
Set the classifier field.- Parameters:
classifier- a classifier object.
-
setFileHash
public void setFileHash(String fileHash)
Set the fileHash field.- Parameters:
fileHash- a fileHash object.
-
setFileName
public void setFileName(String fileName)
Set the fileName field.- Parameters:
fileName- a fileName object.
-
setFileSize
public void setFileSize(long fileSize)
Set the fileSize field.- Parameters:
fileSize- a fileSize object.
-
setGroupId
public void setGroupId(String groupId)
Set the groupId field.- Parameters:
groupId- a groupId object.
-
setScope
public void setScope(String scope)
Set the scope field.- Parameters:
scope- a scope object.
-
setType
public void setType(String type)
Set the type field.- Parameters:
type- a type object.
-
setVersion
public void setVersion(String version)
Set the version field.- Parameters:
version- a version object.
-
-