Class BinaryData

java.lang.Object
com.priint.pubserver.plugin.deployment.BinaryData
All Implemented Interfaces:
Serializable

public class BinaryData extends Object implements Serializable
For internal use only. Used by PubServerDeploymentManager to represent binary data.
See Also:
  • Constructor Details

    • BinaryData

      public BinaryData()
  • Method Details

    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)
    • getType

      public String getType()
    • setType

      public void setType(String type)