com.atlassian.confluence.rpc.soap.beans
Class RemoteContentSummary

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary

public class RemoteContentSummary
extends Object


Constructor Summary
RemoteContentSummary(ContentEntityObject obj)
           
 
Method Summary
 Date getCreated()
           
 String getCreator()
           
 long getId()
           
 Date getModified()
           
 String getModifier()
           
 String getSpace()
           
 String getStatus()
           
 String getTitle()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteContentSummary

public RemoteContentSummary(ContentEntityObject obj)
Method Detail

getId

public long getId()

getType

public String getType()

getSpace

public String getSpace()

getStatus

public String getStatus()

getTitle

public String getTitle()

getCreator

public String getCreator()

getCreated

public Date getCreated()

getModifier

public String getModifier()

getModified

public Date getModified()


Copyright © 2003-2012 Atlassian. All Rights Reserved.