com.ibm.commerce.rules
Class RuleServiceStatusCloneReport

java.lang.Object
  |
  +--com.ibm.commerce.rules.RuleServiceStatusCloneReport

public class RuleServiceStatusCloneReport
extends java.lang.Object

A simple immutable message object that represents a single application clone's report on the status of a rule service.

This object has the following properties, which are all read-only.


Constructor Summary
RuleServiceStatusCloneReport(java.lang.String aServerName, RuleServiceKey aServiceKey, java.lang.String aCloneName, RuleServiceStatusCode aStatusCode)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getCloneName()
           
 java.lang.String getServerName()
           
 RuleServiceKey getServiceKey()
           
 RuleServiceStatusCode getStatusCode()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleServiceStatusCloneReport

public RuleServiceStatusCloneReport(java.lang.String aServerName,
                                    RuleServiceKey aServiceKey,
                                    java.lang.String aCloneName,
                                    RuleServiceStatusCode aStatusCode)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

getCloneName

public java.lang.String getCloneName()

getServerName

public java.lang.String getServerName()

getServiceKey

public RuleServiceKey getServiceKey()

getStatusCode

public RuleServiceStatusCode getStatusCode()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object