BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Class RuleSheetDefinitionPK

java.lang.Object
  |
  +--com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionPK

public class RuleSheetDefinitionPK
extends java.lang.Object
implements java.io.Serializable

Primary key for the RuleSheet definition.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          The rule sheet name.
 
Constructor Summary
RuleSheetDefinitionPK()
          Default constructor.
RuleSheetDefinitionPK(java.lang.String aName)
          Construct a pk with the rule sheet name.
 
Method Summary
 boolean equals(java.lang.Object theOther)
          Check for object equality.
 java.lang.String getName()
          Get name.
 int hashCode()
           
 void setName(java.lang.String aName)
          Set name.
 java.lang.String toString()
          String representation of the pk.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The rule sheet name.
Constructor Detail

RuleSheetDefinitionPK

public RuleSheetDefinitionPK()
Default constructor.

RuleSheetDefinitionPK

public RuleSheetDefinitionPK(java.lang.String aName)
Construct a pk with the rule sheet name.
Parameters:
aName -  
Method Detail

equals

public boolean equals(java.lang.Object theOther)
Check for object equality.
Overrides:
equals in class java.lang.Object
Parameters:
theOther - the object to check against.
Returns:
boolean are they equal? yes/no.

toString

public java.lang.String toString()
String representation of the pk.
Overrides:
toString in class java.lang.Object
Returns:
the string rep.

setName

public void setName(java.lang.String aName)
Set name.
Parameters:
aName -  

getName

public java.lang.String getName()
Get name.
Returns:
String

hashCode

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved