public class RelationsMetaData extends ArrayList<RelationMetaData> implements IdMetaData
modCount
Constructor and Description |
---|
RelationsMetaData()
Create a new RelationsMetaData.
|
Modifier and Type | Method and Description |
---|---|
Descriptions |
getDescriptions()
Get the descriptions.
|
String |
getId()
Get the id.
|
void |
setDescriptions(Descriptions descriptions)
Set the descriptions.
|
void |
setId(String id)
Set the id.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public String getId()
IdMetaData
getId
in interface IdMetaData
public void setId(String id)
IdMetaData
setId
in interface IdMetaData
id
- the id.public Descriptions getDescriptions()
public void setDescriptions(Descriptions descriptions)
descriptions
- the descriptions.IllegalArgumentException
- for a null descriptionsCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.