Class ReplicationContentFacade

java.lang.Object
com.day.cq.replication.ReplicationContentFacade
All Implemented Interfaces:
Serializable

public class ReplicationContentFacade extends Object implements Serializable
ReplicationContentFacade...
See Also:
  • Constructor Details

    • ReplicationContentFacade

      public ReplicationContentFacade(String path, String mimeType, long contentLength)
  • Method Details

    • getPath

      public String getPath()
    • getContentType

      public String getContentType()
    • getContentLength

      public long getContentLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object