com.atlassian.confluence.pages
Class DraftData

java.lang.Object
  extended by com.atlassian.confluence.pages.DraftData
All Implemented Interfaces:
Serializable

Deprecated. since 3.3

@Deprecated
public class DraftData
extends Object
implements Serializable

A data transfer object used purely to capture and hold a draft's data so it can be sent across the wire by DWR

See Also:
Serialized Form

Constructor Summary
DraftData()
          Deprecated.  
 
Method Summary
 String getContent()
          Deprecated.  
 String getOwner()
          Deprecated.  
 String getPageId()
          Deprecated.  
 int getPageVersion()
          Deprecated.  
 String getSpaceKey()
          Deprecated.  
 String getTitle()
          Deprecated.  
 String getType()
          Deprecated.  
 void setContent(String content)
          Deprecated.  
 void setOwner(String owner)
          Deprecated.  
 void setPageId(String pageId)
          Deprecated.  
 void setPageVersion(int pageVersion)
          Deprecated.  
 void setSpaceKey(String spaceKey)
          Deprecated.  
 void setTitle(String title)
          Deprecated.  
 void setType(String type)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DraftData

public DraftData()
Deprecated. 
Method Detail

getTitle

public String getTitle()
Deprecated. 

setTitle

public void setTitle(String title)
Deprecated. 

getContent

public String getContent()
Deprecated. 

setContent

public void setContent(String content)
Deprecated. 

getSpaceKey

public String getSpaceKey()
Deprecated. 

setSpaceKey

public void setSpaceKey(String spaceKey)
Deprecated. 

getType

public String getType()
Deprecated. 

setType

public void setType(String type)
Deprecated. 

getPageId

public String getPageId()
Deprecated. 

setPageId

public void setPageId(String pageId)
Deprecated. 

getOwner

public String getOwner()
Deprecated. 

setOwner

public void setOwner(String owner)
Deprecated. 

getPageVersion

public int getPageVersion()
Deprecated. 

setPageVersion

public void setPageVersion(int pageVersion)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.