|
|||||||||
| 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
public abstract class ArchDescriptionStructuredData
| Field Summary | |
|---|---|
static java.lang.String |
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 | |
|---|---|
|
ArchDescriptionStructuredData()
No-arg constructor for JavaBean tools. |
|
ArchDescriptionStructuredData(ArchDescription archDescription)
Full constructor; |
protected |
ArchDescriptionStructuredData(ArchDescriptionNotes archDescriptionNote,
java.lang.String repeatingDataType)
|
|
ArchDescriptionStructuredData(ArchDescription archDescription,
java.lang.String repeatingDataType)
|
|
ArchDescriptionStructuredData(ArchDescription archDescription,
java.lang.String title,
java.lang.String repeatingDataType,
java.lang.String description)
|
|
ArchDescriptionStructuredData(java.lang.String repeatingDataType)
No-arg constructor for JavaBean tools. |
| Method Summary | |
|---|---|
abstract void |
addItem(ArchDescriptionStructuredDataItems item)
|
java.lang.String |
getContent()
|
java.lang.String |
getFullDescription()
|
abstract java.util.Set<ArchDescriptionStructuredDataItems> |
getItems()
|
java.lang.String |
getNote()
|
void |
setNote(java.lang.String note)
|
| 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, removeRelatedObject, 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 |
| Field Detail |
|---|
public static final java.lang.String PROPERTYNAME_NOTE
| Constructor Detail |
|---|
public ArchDescriptionStructuredData()
public ArchDescriptionStructuredData(java.lang.String repeatingDataType)
protected ArchDescriptionStructuredData(ArchDescriptionNotes archDescriptionNote,
java.lang.String repeatingDataType)
public ArchDescriptionStructuredData(ArchDescription archDescription)
public ArchDescriptionStructuredData(ArchDescription archDescription,
java.lang.String repeatingDataType)
public ArchDescriptionStructuredData(ArchDescription archDescription,
java.lang.String title,
java.lang.String repeatingDataType,
java.lang.String description)
| Method Detail |
|---|
public abstract void addItem(ArchDescriptionStructuredDataItems item)
public abstract java.util.Set<ArchDescriptionStructuredDataItems> getItems()
public java.lang.String getContent()
getContent in class ArchDescriptionRepeatingDatapublic java.lang.String getFullDescription()
getFullDescription in class ArchDescriptionRepeatingDatapublic java.lang.String getNote()
public void setNote(java.lang.String note)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||