org.kuali.rice.kns.util
Class RelationshipMetadata

java.lang.Object
  extended by org.kuali.rice.kns.util.RelationshipMetadata
All Implemented Interfaces:
Serializable

public class RelationshipMetadata
extends Object
implements Serializable

This class contains metadata about a relationship known to the persistence service.

See Also:
Serialized Form

Field Summary
private  boolean isUpdateable
           
private  Class relatedClass
           
private static long serialVersionUID
           
 
Constructor Summary
RelationshipMetadata()
           
 
Method Summary
 Class getRelatedClass()
           
 boolean isUpdateable()
           
 void setRelatedClass(Class relatedClass)
           
 void setUpdateable(boolean isUpdateable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

relatedClass

private Class relatedClass

isUpdateable

private boolean isUpdateable
Constructor Detail

RelationshipMetadata

public RelationshipMetadata()
Method Detail

getRelatedClass

public Class getRelatedClass()

setRelatedClass

public void setRelatedClass(Class relatedClass)

isUpdateable

public boolean isUpdateable()
Returns:
Returns the isUpdateable.

setUpdateable

public void setUpdateable(boolean isUpdateable)
Parameters:
isUpdateable - The isUpdateable to set.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.