Spring Data Commons

org.springframework.data.mapping.model
Class Association

java.lang.Object
  extended by org.springframework.data.mapping.model.Association

public class Association
extends Object

Author:
Jon Brisbin

Field Summary
protected  PersistentProperty inverse
           
protected  PersistentProperty obverse
           
 
Constructor Summary
Association(PersistentProperty inverse, PersistentProperty obverse)
           
 
Method Summary
 PersistentProperty getInverse()
           
 PersistentProperty getObverse()
           
 void setInverse(PersistentProperty inverse)
           
 void setObverse(PersistentProperty obverse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inverse

protected PersistentProperty inverse

obverse

protected PersistentProperty obverse
Constructor Detail

Association

public Association(PersistentProperty inverse,
                   PersistentProperty obverse)
Method Detail

getInverse

public PersistentProperty getInverse()

setInverse

public void setInverse(PersistentProperty inverse)

getObverse

public PersistentProperty getObverse()

setObverse

public void setObverse(PersistentProperty obverse)

Spring Data Commons

Copyright © 2011. All Rights Reserved.