Package org.tentackle.persist.wurblet
Class Join
- java.lang.Object
-
- org.tentackle.persist.wurblet.Join
-
public class Join extends java.lang.ObjectLoad join.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description Join(org.tentackle.model.Relation relation)Creates an unnamed join.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetName()Gets the name of the join.org.tentackle.model.RelationgetRelation()Gets the relation wrapped by this join.inthashCode()voidsetName(java.lang.String name)Sets the name of the join.java.lang.StringtoString()
-
-
-
Method Detail
-
getRelation
public org.tentackle.model.Relation getRelation()
Gets the relation wrapped by this join.- Returns:
- the relation, never null
-
getName
public java.lang.String getName()
Gets the name of the join.- Returns:
- the name, null if yet unnamed
-
setName
public void setName(java.lang.String name)
Sets the name of the join.- Parameters:
name- the name
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-