com.spss.psapi.extensions.common

Class ASContainerEntry

  • java.lang.Object
    • com.spss.psapi.extensions.common.ASContainerEntry


  • public class ASContainerEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ASContainerEntry() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addMetaData(java.lang.String key, java.lang.String value)
      Add one meta data to this entry with key-value.
      byte[] getContent()
      Get the entry content.
      java.lang.String getEntryName()
      Get the entry name
      java.util.Map<java.lang.String,java.lang.String> getMetaData()
      Get the meta data of this entry.
      void setContent(byte[] content)
      Set the entry content.
      void setEntryName(java.lang.String entryName)
      Set the entry name
      void setMetaData(java.util.Map<java.lang.String,java.lang.String> metaData)
      Set the meta data of this entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ASContainerEntry

        public ASContainerEntry()
    • Method Detail

      • getContent

        public byte[] getContent()
        Get the entry content.
        Returns:
        entry content
      • setContent

        public void setContent(byte[] content)
        Set the entry content.
        Parameters:
        content -
      • getEntryName

        public java.lang.String getEntryName()
        Get the entry name
        Returns:
        entry name
      • setEntryName

        public void setEntryName(java.lang.String entryName)
        Set the entry name
        Parameters:
        entryName -
      • getMetaData

        public java.util.Map<java.lang.String,java.lang.String> getMetaData()
        Get the meta data of this entry.
        Returns:
        meta data.
      • setMetaData

        public void setMetaData(java.util.Map<java.lang.String,java.lang.String> metaData)
        Set the meta data of this entry.
        Parameters:
        metaData -
      • addMetaData

        public void addMetaData(java.lang.String key,
                       java.lang.String value)
        Add one meta data to this entry with key-value.
        Parameters:
        key -
        value -

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.