org.rhq.helpers.perftest.support.config
Class Relationship
java.lang.Object
org.rhq.helpers.perftest.support.config.Relationship
public class Relationship
- extends Object
Represents a relationship between two entities.
- Author:
- Lukas Krejci
Relationship
public Relationship()
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.