Package com.connectplaza.eaf.pojo.impl
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:
-
Field Summary
Fields inherited from class com.connectplaza.eaf.pojo.impl.AbstractConnectMessagePart
cloneContent, id, partNumber, properties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the string representation of the LargeFile in the content of this ConnectMessagePart.getType()
Gets the ConnectMessagePartContentType of this ConnectMessagePart.void
setLargeFileSupportStore
(com.connectplaza.lfs.LargeFileSupportStore largeFileSupportStore) Inject the largeFileSupportStore into the LargeFile object.void
setStringContent
(String content) Sets the String content as a new LargeFile object in the content of this ConnectMessagePart.toString()
Methods inherited from class com.connectplaza.eaf.pojo.impl.AbstractConnectMessagePart
addProperties, addProperty, containsProperty, getPropertyValue, printProperties, setPartNumber, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.connectplaza.eaf.pojo.interfaces.ConnectMessagePart
getContent, getId, getPartNumber, getProperties, isCloneContent, setCloneContent, setContent, setId, setProperties
-
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
-
getStringContent
Gets the string representation of the LargeFile in the content of this ConnectMessagePart.- Returns:
- The string implementation of the content
-
setStringContent
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
-