public class HierarchyPathReference
extends java.lang.Object
implements java.io.Serializable
Information about the levels in the hierarchy group.
| Constructor and Description |
|---|
HierarchyPathReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
HierarchyGroupSummaryReference |
getLevelFive()
Information about level five.
|
HierarchyGroupSummaryReference |
getLevelFour()
Information about level four.
|
HierarchyGroupSummaryReference |
getLevelOne()
Information about level one.
|
HierarchyGroupSummaryReference |
getLevelThree()
Information about level three.
|
HierarchyGroupSummaryReference |
getLevelTwo()
Information about level two.
|
int |
hashCode() |
void |
setLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
|
void |
setLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
|
void |
setLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
|
void |
setLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
|
void |
setLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HierarchyPathReference |
withLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
|
HierarchyPathReference |
withLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
|
HierarchyPathReference |
withLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
|
HierarchyPathReference |
withLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
|
HierarchyPathReference |
withLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
|
public HierarchyGroupSummaryReference getLevelOne()
Information about level one.
Information about level one.
public void setLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
levelOne - Information about level one.
public HierarchyPathReference withLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
Returns a reference to this object so that method calls can be chained together.
levelOne - Information about level one.
public HierarchyGroupSummaryReference getLevelTwo()
Information about level two.
Information about level two.
public void setLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
levelTwo - Information about level two.
public HierarchyPathReference withLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
Returns a reference to this object so that method calls can be chained together.
levelTwo - Information about level two.
public HierarchyGroupSummaryReference getLevelThree()
Information about level three.
Information about level three.
public void setLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
levelThree - Information about level three.
public HierarchyPathReference withLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
Returns a reference to this object so that method calls can be chained together.
levelThree - Information about level three.
public HierarchyGroupSummaryReference getLevelFour()
Information about level four.
Information about level four.
public void setLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
levelFour - Information about level four.
public HierarchyPathReference withLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
Returns a reference to this object so that method calls can be chained together.
levelFour - Information about level four.
public HierarchyGroupSummaryReference getLevelFive()
Information about level five.
Information about level five.
public void setLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
levelFive - Information about level five.
public HierarchyPathReference withLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
Returns a reference to this object so that method calls can be chained together.
levelFive - Information about level five.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object