org.kuali.rice.krad.metadata
Class EntityDescriptor

java.lang.Object
  extended by 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

Constructor Summary
EntityDescriptor()
          Deprecated.  
 
Method Summary
 void add(FieldDescriptor fieldDescriptor)
          Deprecated.  
 void add(ManyToManyDescriptor relation)
          Deprecated.  
 void add(ManyToOneDescriptor relation)
          Deprecated.  
 void add(OneToManyDescriptor relation)
          Deprecated.  
 void add(OneToOneDescriptor relation)
          Deprecated.  
 Class getClazz()
          Deprecated.  
 CollectionDescriptor getCollectionDescriptorByName(String attributeName)
          Deprecated.  
 List<CollectionDescriptor> getCollectionRelationships()
          Deprecated.  
 FieldDescriptor getFieldByColumnName(String name)
          Deprecated.  
 FieldDescriptor getFieldByName(String name)
          Deprecated.  
 Set<FieldDescriptor> getFields()
          Deprecated.  
 Class getIdClass()
          Deprecated.  
 Set<ManyToManyDescriptor> getManyToManyRelationships()
          Deprecated.  
 Set<ManyToOneDescriptor> getManyToOneRelationships()
          Deprecated.  
 String getName()
          Deprecated.  
 Set<FieldDescriptor> getNonKeyFields()
          Deprecated.  
 ObjectDescriptor getObjectDescriptorByName(String attributeName)
          Deprecated.  
 List<ObjectDescriptor> getObjectRelationships()
          Deprecated.  
 Set<OneToManyDescriptor> getOneToManyRelationships()
          Deprecated.  
 Set<OneToOneDescriptor> getOneToOneRelationships()
          Deprecated.  
 Set<FieldDescriptor> getPrimaryKeys()
          Deprecated.  
 String getTable()
          Deprecated.  
 void setClazz(Class clazz)
          Deprecated.  
 void setIdClass(Class idClass)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setTable(String table)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDescriptor

public EntityDescriptor()
Deprecated. 
Method Detail

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.