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 String
getArtifactId()
Get the artifactId field.String
getClassifier()
Get the classifier field.String
getFileHash()
Get the fileHash field.String
getFileName()
Get the fileName field.String
getFilePath()
Get the filePath field.long
getFileSize()
Get the fileSize field.String
getGroupId()
Get the groupId field.String
getScope()
Get the scope field.String
getType()
Get the type field.String
getVersion()
Get the version field.void
setArtifactId(String artifactId)
Set the artifactId field.void
setClassifier(String classifier)
Set the classifier field.void
setFileHash(String fileHash)
Set the fileHash field.void
setFileName(String fileName)
Set the fileName field.void
setFilePath(String filePath)
Set the filePath field.void
setFileSize(long fileSize)
Set the fileSize field.void
setGroupId(String groupId)
Set the groupId field.void
setScope(String scope)
Set the scope field.void
setType(String type)
Set the type field.void
setVersion(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
-
getFilePath
public String getFilePath()
Get the filePath 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.
-
setFilePath
public void setFilePath(String filePath)
Set the filePath field.- Parameters:
filePath
- a filePath 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.
-
-