public interface GordianZipFileEntry
GordianKnot File Entry API.
  • Method Details

    • getFileName

      String getFileName()
      Obtain the name of the file.
      Returns:
      the name of the file
    • setUserStringProperty

      void setUserStringProperty(String pPropertyName, String pPropertyValue)
      Set User String property.
      Parameters:
      pPropertyName - the property name
      pPropertyValue - the property value
    • setUserLongProperty

      void setUserLongProperty(String pPropertyName, Long pPropertyValue)
      Set User Long property.
      Parameters:
      pPropertyName - the property name
      pPropertyValue - the property value
    • getUserStringProperty

      String getUserStringProperty(String pPropertyName)
      Get User String property.
      Parameters:
      pPropertyName - the property name
      Returns:
      the property value (or null)
    • getUserLongProperty

      Long getUserLongProperty(String pPropertyName)
      Get User Long property.
      Parameters:
      pPropertyName - the property name
      Returns:
      the property value (or null)