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:
  • Constructor Details

    • DigestItem

      public DigestItem()
  • Method Details

    • 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.