org.eclipse.egit.github.core
Class GollumPage

java.lang.Object
  extended by org.eclipse.egit.github.core.GollumPage
All Implemented Interfaces:
Serializable

public class GollumPage
extends Object
implements Serializable

Gollum Page model class.

See Also:
Serialized Form

Constructor Summary
GollumPage()
           
 
Method Summary
 String getAction()
           
 String getHtmlUrl()
           
 String getPageName()
           
 String getSha()
           
 String getTitle()
           
 GollumPage setAction(String action)
           
 GollumPage setHtmlUrl(String htmlUrl)
           
 GollumPage setPageName(String pageName)
           
 GollumPage setSha(String sha)
           
 GollumPage setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GollumPage

public GollumPage()
Method Detail

getPageName

public String getPageName()
Returns:
pageName

setPageName

public GollumPage setPageName(String pageName)
Parameters:
pageName -
Returns:
this page

getTitle

public String getTitle()
Returns:
title

setTitle

public GollumPage setTitle(String title)
Parameters:
title -
Returns:
this page

getAction

public String getAction()
Returns:
action

setAction

public GollumPage setAction(String action)
Parameters:
action -
Returns:
this page

getSha

public String getSha()
Returns:
sha

setSha

public GollumPage setSha(String sha)
Parameters:
sha -
Returns:
this page

getHtmlUrl

public String getHtmlUrl()
Returns:
htmlUrl

setHtmlUrl

public GollumPage setHtmlUrl(String htmlUrl)
Parameters:
htmlUrl -
Returns:
this page


Copyright © 2012. All Rights Reserved.