org.archiviststoolkit.model
Class NameContactNotes

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by org.archiviststoolkit.mydomain.DomainObject
          extended by org.archiviststoolkit.mydomain.SequencedObject
              extended by org.archiviststoolkit.model.SimpleRepeatableNotes
                  extended by org.archiviststoolkit.model.NameContactNotes
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, java.io.Serializable, java.lang.Comparable, Auditable, org.hibernate.classic.Lifecycle

public class NameContactNotes
extends SimpleRepeatableNotes
implements java.io.Serializable, java.lang.Comparable

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_SORT_NAME
           
 
Fields inherited from class org.archiviststoolkit.model.SimpleRepeatableNotes
PROPERTYNAME_LABEL, PROPERTYNAME_NOTE_TEXT
 
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
NameContactNotes()
           
NameContactNotes(Names parentName)
          Full constructor;
 
Method Summary
 Names getName()
           
 java.lang.String getSortName()
           
 void setName(Names name)
           
 
Methods inherited from class org.archiviststoolkit.model.SimpleRepeatableNotes
getIdentifier, getLabel, getNoteText, getSimpleRepeatableNoteId, setIdentifier, setLabel, setNoteText, setSimpleRepeatableNoteId, setSimpleRepeatableNoteLabel
 
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

PROPERTYNAME_SORT_NAME

public static final java.lang.String PROPERTYNAME_SORT_NAME
See Also:
Constant Field Values
Constructor Detail

NameContactNotes

public NameContactNotes(Names parentName)
Full constructor;


NameContactNotes

public NameContactNotes()
Method Detail

getName

public Names getName()

setName

public void setName(Names name)

getSortName

public java.lang.String getSortName()