com.atlassian.studio.jira.web.action.project
Class ProjectOperationResult

java.lang.Object
  extended by com.atlassian.studio.jira.web.action.project.ProjectOperationResult
All Implemented Interfaces:
Serializable

public class ProjectOperationResult
extends Object
implements Serializable

Holds results, messages and stuff from space operations. Serializable so we can stick it in the session.

See Also:
Serialized Form

Constructor Summary
ProjectOperationResult(com.atlassian.applinks.core.Application application, String title, boolean success, String message)
           
ProjectOperationResult(com.atlassian.applinks.core.Application application, String title, boolean success, String message, String link, Long id)
           
 
Method Summary
 com.atlassian.applinks.core.Application getApplication()
           
 Long getId()
           
 String getLink()
           
 String getMessage()
           
 String getTitle()
           
 boolean isSuccess()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectOperationResult

public ProjectOperationResult(com.atlassian.applinks.core.Application application,
                              String title,
                              boolean success,
                              String message)

ProjectOperationResult

public ProjectOperationResult(com.atlassian.applinks.core.Application application,
                              String title,
                              boolean success,
                              String message,
                              String link,
                              Long id)
Method Detail

isSuccess

public boolean isSuccess()

getMessage

public String getMessage()

getTitle

public String getTitle()

getLink

public String getLink()

getApplication

public com.atlassian.applinks.core.Application getApplication()

getId

public Long getId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.