JBoss Metadata EJB 7.2.2.Final

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, MergeableMetaData<RelationsMetaData>, IdMetaData

public class RelationsMetaData
extends ArrayList<RelationMetaData>
implements IdMetaData, MergeableMetaData<RelationsMetaData>

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()
           
 void merge(RelationsMetaData override, RelationsMetaData original)
           
 void setDescriptions(Descriptions descriptions)
          Set the descriptions.
 void setId(String 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()
Specified by:
getId in interface IdMetaData

setId

public void setId(String id)
Specified by:
setId in interface IdMetaData

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

merge

public void merge(RelationsMetaData override,
                  RelationsMetaData original)
Specified by:
merge in interface MergeableMetaData<RelationsMetaData>

JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.