org.jboss.metadata.ejb.spec
Class RelationsMetaData
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<RelationMetaData>
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
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 |
RelationsMetaData
public RelationsMetaData()
- Create a new RelationsMetaData.
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.