eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.backup.impl
Class BackupMessage

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.backup.impl.BackupMessage
Direct Known Subclasses:
BackupError

public class BackupMessage
extends Object

Created by The eXo Platform SAS Author : Peter Nedonosko peter.nedonosko@exoplatform.com.ua 15.01.2008

Version:
$Id: BackupMessage.java 760 2008-02-07 15:08:07Z pnedonosko $
Author:
Peter Nedonosko

Field Summary
static String DATE_FORMAT_PATTERN
           
protected  String message
           
protected  Calendar time
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMessage()
           
 Calendar getTime()
           
 int hashCode()
           
 boolean isError()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DATE_FORMAT_PATTERN

public static final String DATE_FORMAT_PATTERN
See Also:
Constant Field Values

message

protected final String message

time

protected final Calendar time
Method Detail

getMessage

public String getMessage()

isError

public boolean isError()

getTime

public Calendar getTime()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.