|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
org.archiviststoolkit.mydomain.DomainObject
org.archiviststoolkit.mydomain.SequencedObject
org.archiviststoolkit.model.ArchDescriptionRepeatingData
org.archiviststoolkit.model.ArchDescriptionStructuredData
org.archiviststoolkit.model.Index
public class Index
Field Summary |
---|
Fields inherited from class org.archiviststoolkit.model.ArchDescriptionStructuredData |
---|
PROPERTYNAME_ARCH_DESCRIPTION_NOTE_INTERNAL_ONLY, PROPERTYNAME_NOTE |
Fields inherited from class org.archiviststoolkit.model.ArchDescriptionRepeatingData |
---|
PROPERTYNAME_CONTENT, PROPERTYNAME_EAD_INGEST_PROBLEMS, PROPERTYNAME_PERSISTENT_ID, PROPERTYNAME_REPEATING_DATA_TYPE, PROPERTYNAME_RESOURCE, PROPERTYNAME_RESOURCE_COMPONENT, PROPERTYNAME_TITLE, PROPERTYNAME_TYPE |
Fields inherited from class org.archiviststoolkit.mydomain.SequencedObject |
---|
PROPERTYNAME_SEQUENCE_NUMBER |
Fields inherited from class org.archiviststoolkit.mydomain.DomainObject |
---|
CREATED, CREATED_BY, LAST_UPDATED, LAST_UPDATED_BY |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
Index()
No-arg constructor for JavaBean tools. |
|
Index(ArchDescription archDescription)
Full constructor; |
Method Summary | |
---|---|
void |
addIndexItem(IndexItems indexItem)
|
void |
addItem(ArchDescriptionStructuredDataItems item)
|
java.util.SortedSet<ArchDescriptionStructuredDataItems> |
getIndexItems()
|
java.util.Set<ArchDescriptionStructuredDataItems> |
getItems()
|
java.util.Collection |
getRelatedCollection(java.lang.Class clazz)
|
java.lang.String |
getType()
|
protected void |
removeIndexItem(IndexItems indexItem)
|
void |
removeRelatedObject(DomainObject domainObject)
A dummy place holder to be overridden by classes that have related objects |
void |
setIndexItems(java.util.SortedSet<ArchDescriptionStructuredDataItems> indexItems)
|
Methods inherited from class org.archiviststoolkit.model.ArchDescriptionStructuredData |
---|
getContent, getFullDescription, getInternalOnly, getNote, setInternalOnly, setNote |
Methods inherited from class org.archiviststoolkit.mydomain.SequencedObject |
---|
adjustSequenceNumberForAdd, compareTo, getSequenceNumber, incrementSequenceNumber, incrementSequenceNumber, resequenceSequencedObjects, setSequenceNumber |
Methods inherited from class org.archiviststoolkit.mydomain.DomainObject |
---|
addRelatedObject, creationDate, equals, getAuditInfo, getCreated, getCreatedBy, getLastUpdated, getLastUpdatedBy, getRelatedCollection, getRelatedObject, getUniqueConstraintKey, getVersion, hashCode, isNewRecord, lastUpdated, onDelete, onLoad, onSave, onUpdate, removeIdAndAuditInfo, setAuditInfo, setVersion, testDeleteRules, validateAndDisplayDialog |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public Index()
public Index(ArchDescription archDescription)
archDescription
- - the parent record to link toMethod Detail |
---|
public void addItem(ArchDescriptionStructuredDataItems item)
addItem
in class ArchDescriptionStructuredData
public java.util.Set<ArchDescriptionStructuredDataItems> getItems()
getItems
in class ArchDescriptionStructuredData
public java.lang.String getType()
getType
in class ArchDescriptionRepeatingData
public java.util.SortedSet<ArchDescriptionStructuredDataItems> getIndexItems()
public void setIndexItems(java.util.SortedSet<ArchDescriptionStructuredDataItems> indexItems)
public void addIndexItem(IndexItems indexItem)
protected void removeIndexItem(IndexItems indexItem)
public void removeRelatedObject(DomainObject domainObject)
DomainObject
removeRelatedObject
in class DomainObject
domainObject
- the domain object to be removedpublic java.util.Collection getRelatedCollection(java.lang.Class clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |