org.kuali.rice.krad.metadata
Class EntityDescriptor
java.lang.Object
org.kuali.rice.krad.metadata.EntityDescriptor
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class EntityDescriptor
- extends Object
- implements Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
EntityDescriptor
public EntityDescriptor()
- Deprecated.
getName
public String getName()
- Deprecated.
setName
public void setName(String name)
- Deprecated.
getTable
public String getTable()
- Deprecated.
setTable
public void setTable(String table)
- Deprecated.
getClazz
public Class getClazz()
- Deprecated.
setClazz
public void setClazz(Class clazz)
- Deprecated.
getIdClass
public Class getIdClass()
- Deprecated.
setIdClass
public void setIdClass(Class idClass)
- Deprecated.
getFieldByName
public FieldDescriptor getFieldByName(String name)
- Deprecated.
getFieldByColumnName
public FieldDescriptor getFieldByColumnName(String name)
- Deprecated.
add
public void add(FieldDescriptor fieldDescriptor)
- Deprecated.
add
public void add(OneToOneDescriptor relation)
- Deprecated.
add
public void add(OneToManyDescriptor relation)
- Deprecated.
add
public void add(ManyToOneDescriptor relation)
- Deprecated.
add
public void add(ManyToManyDescriptor relation)
- Deprecated.
getObjectDescriptorByName
public ObjectDescriptor getObjectDescriptorByName(String attributeName)
- Deprecated.
getCollectionDescriptorByName
public CollectionDescriptor getCollectionDescriptorByName(String attributeName)
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Object
getFields
public Set<FieldDescriptor> getFields()
- Deprecated.
getNonKeyFields
public Set<FieldDescriptor> getNonKeyFields()
- Deprecated.
getPrimaryKeys
public Set<FieldDescriptor> getPrimaryKeys()
- Deprecated.
getOneToOneRelationships
public Set<OneToOneDescriptor> getOneToOneRelationships()
- Deprecated.
getOneToManyRelationships
public Set<OneToManyDescriptor> getOneToManyRelationships()
- Deprecated.
getManyToOneRelationships
public Set<ManyToOneDescriptor> getManyToOneRelationships()
- Deprecated.
getManyToManyRelationships
public Set<ManyToManyDescriptor> getManyToManyRelationships()
- Deprecated.
getObjectRelationships
public List<ObjectDescriptor> getObjectRelationships()
- Deprecated.
getCollectionRelationships
public List<CollectionDescriptor> getCollectionRelationships()
- Deprecated.
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.