|
|||||||||
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.ArchDescriptionStructuredDataItems
public abstract class ArchDescriptionStructuredDataItems
Field Summary | |
---|---|
protected ArchDescriptionStructuredData |
structuredDataParent
|
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 | |
---|---|
ArchDescriptionStructuredDataItems()
|
Method Summary | |
---|---|
java.lang.Long |
getArchDescStructDataItemId()
|
java.lang.Long |
getIdentifier()
|
ArchDescriptionStructuredData |
getStructuredDataParent()
|
void |
setArchDescStructDataItemId(java.lang.Long archDescStructDataItemId)
|
void |
setIdentifier(java.lang.Long identifier)
|
void |
setStructuredDataParent(ArchDescriptionStructuredData structuredData)
|
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 |
Field Detail |
---|
protected ArchDescriptionStructuredData structuredDataParent
Constructor Detail |
---|
public ArchDescriptionStructuredDataItems()
Method Detail |
---|
public java.lang.Long getIdentifier()
getIdentifier
in class DomainObject
public void setIdentifier(java.lang.Long identifier)
setIdentifier
in class DomainObject
identifier
- The identifier to set.public java.lang.Long getArchDescStructDataItemId()
public void setArchDescStructDataItemId(java.lang.Long archDescStructDataItemId)
public ArchDescriptionStructuredData getStructuredDataParent()
public void setStructuredDataParent(ArchDescriptionStructuredData structuredData)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |