org.tynamo.descriptor.extension
Class CollectionExtension

java.lang.Object
  extended by org.tynamo.descriptor.extension.CollectionExtension
All Implemented Interfaces:
Serializable, DescriptorExtension

public class CollectionExtension
extends Object
implements DescriptorExtension

See Also:
Serialized Form

Constructor Summary
CollectionExtension()
           
 
Method Summary
 String getAddExpression()
           
 String getInverseProperty()
           
 String getRemoveExpression()
           
 String getSwapExpression()
           
 boolean isAllowRemove()
           
 boolean isChildRelationship()
           
 void setAddExpression(String addExpression)
           
 void setAllowRemove(boolean allowRemove)
           
 void setChildRelationship(boolean childRelationship)
           
 void setInverseProperty(String inverseProperty)
           
 void setRemoveExpression(String removeExpression)
           
 void setSwapExpression(String swapExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionExtension

public CollectionExtension()
Method Detail

isChildRelationship

public boolean isChildRelationship()

setChildRelationship

public void setChildRelationship(boolean childRelationship)

getInverseProperty

public String getInverseProperty()

setInverseProperty

public void setInverseProperty(String inverseProperty)

getAddExpression

public String getAddExpression()

setAddExpression

public void setAddExpression(String addExpression)

getRemoveExpression

public String getRemoveExpression()

setRemoveExpression

public void setRemoveExpression(String removeExpression)

getSwapExpression

public String getSwapExpression()

setSwapExpression

public void setSwapExpression(String swapExpression)

isAllowRemove

public boolean isAllowRemove()

setAllowRemove

public void setAllowRemove(boolean allowRemove)


Copyright © 2004-2013. All Rights Reserved.