Class DigestItem
- java.lang.Object
-
- org.apache.maven.buildcache.xml.build.DigestItem
-
- All Implemented Interfaces:
Serializable
public class DigestItem extends Object implements Serializable
Class DigestItem.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DigestItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharset()
Get the charset field.String
getContent()
Get the content field.String
getEol()
Get the eol field.String
getFileChecksum()
Get the fileChecksum field.String
getHash()
Get the hash field.String
getIsText()
Get the isText field.String
getType()
Get the type field.String
getValue()
Get the value field.void
setCharset(String charset)
Set the charset field.void
setContent(String content)
Set the content field.void
setEol(String eol)
Set the eol field.void
setFileChecksum(String fileChecksum)
Set the fileChecksum field.void
setHash(String hash)
Set the hash field.void
setIsText(String isText)
Set the isText field.void
setType(String type)
Set the type field.void
setValue(String value)
Set the value field.
-
-
-
Method Detail
-
getCharset
public String getCharset()
Get the charset field.- Returns:
- String
-
getContent
public String getContent()
Get the content field.- Returns:
- String
-
getEol
public String getEol()
Get the eol field.- Returns:
- String
-
getFileChecksum
public String getFileChecksum()
Get the fileChecksum field.- Returns:
- String
-
getHash
public String getHash()
Get the hash field.- Returns:
- String
-
getIsText
public String getIsText()
Get the isText field.- Returns:
- String
-
getType
public String getType()
Get the type field.- Returns:
- String
-
getValue
public String getValue()
Get the value field.- Returns:
- String
-
setCharset
public void setCharset(String charset)
Set the charset field.- Parameters:
charset
- a charset object.
-
setContent
public void setContent(String content)
Set the content field.- Parameters:
content
- a content object.
-
setEol
public void setEol(String eol)
Set the eol field.- Parameters:
eol
- a eol object.
-
setFileChecksum
public void setFileChecksum(String fileChecksum)
Set the fileChecksum field.- Parameters:
fileChecksum
- a fileChecksum object.
-
setHash
public void setHash(String hash)
Set the hash field.- Parameters:
hash
- a hash object.
-
setIsText
public void setIsText(String isText)
Set the isText field.- Parameters:
isText
- a isText object.
-
setType
public void setType(String type)
Set the type field.- Parameters:
type
- a type object.
-
setValue
public void setValue(String value)
Set the value field.- Parameters:
value
- a value object.
-
-