ar.com.jmfsg.documentation.model
Class General

java.lang.Object
  extended by ar.com.jmfsg.documentation.model.General

public class General
extends Object


Field Summary
 String headerImageSize
           
 String headerImageUrl
          Header Image url.
 String longDescription
          Main application description
 String methodSummary
          Technical summary of the methods.
 String projectName
          Application name as it should appear in the documentation page Header and title
 String projectSummary
          Technical summary of the application, if needed.
 String twitterUsername
          If avaiable, twitter username to set in the documentation page.
 
Constructor Summary
General()
           
 
Method Summary
 String getHeaderImageSize()
           
 String getHeaderImageUrl()
           
 String getLongDescription()
           
 String getMethodSummary()
           
 String getProjectName()
           
 String getProjectSummary()
           
 String getTwitterUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectName

public String projectName
Application name as it should appear in the documentation page Header and title


longDescription

public String longDescription
Main application description


projectSummary

public String projectSummary
Technical summary of the application, if needed.


methodSummary

public String methodSummary
Technical summary of the methods.


twitterUsername

public String twitterUsername
If avaiable, twitter username to set in the documentation page.


headerImageUrl

public String headerImageUrl
Header Image url. Should be a url relative to the project's main context.


headerImageSize

public String headerImageSize
Constructor Detail

General

public General()
Method Detail

getProjectName

public String getProjectName()

getLongDescription

public String getLongDescription()

getProjectSummary

public String getProjectSummary()

getMethodSummary

public String getMethodSummary()

getTwitterUsername

public String getTwitterUsername()

getHeaderImageUrl

public String getHeaderImageUrl()

getHeaderImageSize

public String getHeaderImageSize()


Copyright © 2013. All Rights Reserved.