org.hibernate.cfg.reveng
Class DefaulAssociationInfo

java.lang.Object
  extended by org.hibernate.cfg.reveng.DefaulAssociationInfo
All Implemented Interfaces:
AssociationInfo

public class DefaulAssociationInfo
extends Object
implements AssociationInfo


Constructor Summary
DefaulAssociationInfo()
           
 
Method Summary
 String getCascade()
           
 String getFetch()
           
 Boolean getInsert()
           
 Boolean getUpdate()
           
 void setCascade(String cascade)
           
 void setFetch(String fetch)
           
 void setInsert(Boolean insert)
           
 void setUpdate(Boolean update)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaulAssociationInfo

public DefaulAssociationInfo()
Method Detail

getCascade

public String getCascade()
Specified by:
getCascade in interface AssociationInfo

setCascade

public void setCascade(String cascade)

getFetch

public String getFetch()
Specified by:
getFetch in interface AssociationInfo

setFetch

public void setFetch(String fetch)

getInsert

public Boolean getInsert()
Specified by:
getInsert in interface AssociationInfo

setInsert

public void setInsert(Boolean insert)

getUpdate

public Boolean getUpdate()
Specified by:
getUpdate in interface AssociationInfo

setUpdate

public void setUpdate(Boolean update)