public class RelationHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
relationName
The relation name.
|
private Object |
relationValue
The relation value.
|
private Object |
relationVia
Holds object through which this relation is maintained
|
| Constructor and Description |
|---|
RelationHolder(String relationName,
Object relationValue)
Instantiates a new relation holder.
|
RelationHolder(String relationName,
Object relationValue,
Object relationVia) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationName()
Gets the relation name.
|
Object |
getRelationValue()
Gets the relation value.
|
Object |
getRelationVia() |
private String relationName
private Object relationValue
private Object relationVia
Copyright © 2015. All Rights Reserved.