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

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

public class RemoteContentSummary
extends java.lang.Object


Constructor Summary
RemoteContentSummary(ContentEntityObject obj)
           
 
Method Summary
 java.util.Date getCreated()
           
 java.lang.String getCreator()
           
 long getId()
           
 java.util.Date getModified()
           
 java.lang.String getModifier()
           
 java.lang.String getSpace()
           
 java.lang.String getStatus()
           
 java.lang.String getTitle()
           
 java.lang.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 java.lang.String getType()

getSpace

public java.lang.String getSpace()

getStatus

public java.lang.String getStatus()

getTitle

public java.lang.String getTitle()

getCreator

public java.lang.String getCreator()

getCreated

public java.util.Date getCreated()

getModifier

public java.lang.String getModifier()

getModified

public java.util.Date getModified()


Copyright © 2003-2014 Atlassian. All Rights Reserved.