org.jboss.metadata.ejb.spec
Class RelationsMetaData

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<RelationMetaData>
              extended by org.jboss.metadata.ejb.spec.RelationsMetaData
All Implemented Interfaces:
Serializable, Cloneable, Iterable<RelationMetaData>, Collection<RelationMetaData>, List<RelationMetaData>, RandomAccess, IdMetaData

public class RelationsMetaData
extends ArrayList<RelationMetaData>
implements IdMetaData

RelationsMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock, Scott.Stark@jboss.org
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
RelationsMetaData()
          Create a new RelationsMetaData.
 
Method Summary
 Descriptions getDescriptions()
          Get the descriptions.
 String getId()
          Get the id.
 void setDescriptions(Descriptions descriptions)
          Set the descriptions.
 void setId(String id)
          Set the id.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

RelationsMetaData

public RelationsMetaData()
Create a new RelationsMetaData.

Method Detail

getId

public String getId()
Description copied from interface: IdMetaData
Get the id.

Specified by:
getId in interface IdMetaData
Returns:
the id.

setId

public void setId(String id)
Description copied from interface: IdMetaData
Set the id.

Specified by:
setId in interface IdMetaData
Parameters:
id - the id.

getDescriptions

public Descriptions getDescriptions()
Get the descriptions.

Returns:
the descriptions.

setDescriptions

public void setDescriptions(Descriptions descriptions)
Set the descriptions.

Parameters:
descriptions - the descriptions.
Throws:
IllegalArgumentException - for a null descriptions


Copyright © 2009 JBoss Inc.. All Rights Reserved.