org.kuali.rice.kns.util
Class RelationshipMetadata
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
relatedClass
private Class relatedClass
isUpdateable
private boolean isUpdateable
RelationshipMetadata
public RelationshipMetadata()
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.