com.atlassian.confluence.it.export
Class SimpleSiteStructure.AttachmentRepresentation

java.lang.Object
  extended by com.atlassian.confluence.it.export.SimpleSiteStructure.IdentifiedRepresentation
      extended by com.atlassian.confluence.it.export.SimpleSiteStructure.AttachmentRepresentation
Enclosing class:
SimpleSiteStructure

public static class SimpleSiteStructure.AttachmentRepresentation
extends SimpleSiteStructure.IdentifiedRepresentation


Constructor Summary
SimpleSiteStructure.AttachmentRepresentation()
           
 
Method Summary
 String getContent()
           
 String getFileName()
           
 void setContent(String content)
           
 void setFileName(String fileName)
           
 
Methods inherited from class com.atlassian.confluence.it.export.SimpleSiteStructure.IdentifiedRepresentation
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSiteStructure.AttachmentRepresentation

public SimpleSiteStructure.AttachmentRepresentation()
Method Detail

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getContent

public String getContent()

setContent

public void setContent(String content)


Copyright © 2003-2013 Atlassian. All Rights Reserved.