Class ConnectMessagePartLargeFileImpl

java.lang.Object
com.connectplaza.eaf.pojo.impl.AbstractConnectMessagePart<com.connectplaza.lfs.LargeFile>
com.connectplaza.eaf.pojo.impl.ConnectMessagePartLargeFileImpl
All Implemented Interfaces:
ConnectMessagePart<com.connectplaza.lfs.LargeFile>, Serializable

public class ConnectMessagePartLargeFileImpl extends AbstractConnectMessagePart<com.connectplaza.lfs.LargeFile>
See Also:
  • Constructor Details

    • ConnectMessagePartLargeFileImpl

      public ConnectMessagePartLargeFileImpl()
  • Method Details

    • getType

      Description copied from interface: ConnectMessagePart
      Gets the ConnectMessagePartContentType of this ConnectMessagePart.
      Returns:
      One of the types defined in ConnectMessagePartContentType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStringContent

      public String getStringContent()
      Gets the string representation of the LargeFile in the content of this ConnectMessagePart.
      Returns:
      The string implementation of the content
    • setStringContent

      public void setStringContent(String content)
      Sets the String content as a new LargeFile object in the content of this ConnectMessagePart. No implementation.
      Parameters:
      content - The string content to set
    • setLargeFileSupportStore

      public void setLargeFileSupportStore(com.connectplaza.lfs.LargeFileSupportStore largeFileSupportStore)
      Inject the largeFileSupportStore into the LargeFile object. Used by ObjectToConnectMessageTransformer to inject the LargeFileSupport store after deserialization.
      Parameters:
      largeFileSupportStore - the LargeFileSupportStore to inject