com.plumtree.portaluiinfrastructure.editor.commonpages.migrationhistory
Class MigrationHistoryItem

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.editor.commonpages.migrationhistory.MigrationHistoryItem

public class MigrationHistoryItem
extends java.lang.Object

Helper class that contains the items in a single migration history entry.

Version:
$Revision$
Author:
ArvindS

Constructor Summary
MigrationHistoryItem(XPDateTime _xpdtMigrationDate, java.lang.String _strMigrationComment, java.lang.String _strMigrationSourcePortalUUID, AActivitySpace _asOwner)
          Creates a new MigrationHistoryItem object.
 
Method Summary
 java.lang.String GetMigrationComment()
          Retrieves the migration comment portion of this history item.
 java.lang.String GetMigrationDate()
          Retrieves the migration status date for this history item.
 java.lang.String GetMigrationSourcePortalUUID()
          Retrieves the source portal uuid for this history item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationHistoryItem

public MigrationHistoryItem(XPDateTime _xpdtMigrationDate,
                            java.lang.String _strMigrationComment,
                            java.lang.String _strMigrationSourcePortalUUID,
                            AActivitySpace _asOwner)
Creates a new MigrationHistoryItem object.

Parameters:
_xpdtMigrationDate - - Date retrieved from the server for this history item.
_strMigrationComment - - Migration comment retrieved from the server for this history item.
_strMigrationSourcePortalUUID - - Portal UUID retrieved from the server for this history item.
Method Detail

GetMigrationComment

public java.lang.String GetMigrationComment()
Retrieves the migration comment portion of this history item.

Returns:
The migration comment.

GetMigrationDate

public java.lang.String GetMigrationDate()
Retrieves the migration status date for this history item.

Returns:
The migration status date.

GetMigrationSourcePortalUUID

public java.lang.String GetMigrationSourcePortalUUID()
Retrieves the source portal uuid for this history item.

Returns:
The source portal uuid.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.