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