com.day.cq.replication
Class ReplicationContentFacade

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

public class ReplicationContentFacade
extends Object
implements Serializable

ReplicationContentFacade...

See Also:
Serialized Form

Constructor Summary
ReplicationContentFacade(String path, String mimeType, long contentLength)
           
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 String getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicationContentFacade

public ReplicationContentFacade(String path,
                                String mimeType,
                                long contentLength)
Method Detail

getPath

public String getPath()

getContentType

public String getContentType()

getContentLength

public long getContentLength()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.