Class CmsAliasImportResult

java.lang.Object
org.opencms.gwt.shared.alias.CmsAliasImportResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsAliasImportResult extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A bean representing the result of trying to import a single alias.

  • Constructor Details

  • Method Details

    • getAliasPath

      public String getAliasPath()
      Gets the alias path.

      Returns:
      the alias path
    • getLine

      public String getLine()
      Gets the line containing the alias data.

      Returns:
      the line containing the alias data
    • getMessage

      public String getMessage()
      Gets the import message.

      Returns:
      the import message
    • getMode

      Gets the alias mode.

      Returns:
      the alias mode
    • getStatus

      Gets the status.

      Returns:
      the status
    • getTargetPath

      Gets the alias target path.

      Returns:
      the alias target path
    • setLine

      public void setLine(String line)
      Sets the line containing the alias data.

      Parameters:
      line - the line containing the alias data