org.rhq.helpers.perftest.support.config
Class Relationship

java.lang.Object
  extended by org.rhq.helpers.perftest.support.config.Relationship

public class Relationship
extends Object

Represents a relationship between two entities.

Author:
Lukas Krejci

Constructor Summary
Relationship()
           
 
Method Summary
 boolean equals(Object other)
           
 String getField()
           
 int hashCode()
           
 boolean isExclude()
           
 void setExclude(boolean exclude)
           
 void setField(String fromField)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship()
Method Detail

getField

public String getField()
Returns:
the name of the field on the owning Entity that represents the relationship.

setField

public void setField(String fromField)
Parameters:
fromField - the fromField to set

isExclude

public boolean isExclude()

setExclude

public void setExclude(boolean exclude)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.