net.cafeto.queryserialize
Class Join

java.lang.Object
  extended by net.cafeto.queryserialize.Join
All Implemented Interfaces:
Serializable

public class Join
extends Object
implements Serializable

Author:
fospitia
See Also:
Serialized Form

Constructor Summary
Join()
           
 
Method Summary
 String getAlias()
           
 String getPath()
           
 String getType()
           
 boolean isFetch()
           
 void setAlias(String alias)
           
 void setFetch(boolean fetch)
           
 void setPath(String path)
           
 void setType(String type)
           
 String toJPQL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Join

public Join()
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

isFetch

public boolean isFetch()
Returns:
the fetch

setFetch

public void setFetch(boolean fetch)
Parameters:
fetch - the fetch to set

getPath

public String getPath()
Returns:
the path

setPath

public void setPath(String path)
Parameters:
path - the path to set

getAlias

public String getAlias()
Returns:
the alias

setAlias

public void setAlias(String alias)
Parameters:
alias - the alias to set

toJPQL

public String toJPQL()
Returns:


Copyright © 2010. All Rights Reserved.