org.archiviststoolkit.model
Class SimpleRepeatableNotes

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
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, java.io.Serializable, java.lang.Comparable, Auditable, org.hibernate.classic.Lifecycle
Direct Known Subclasses:
NameContactNotes, RepositoryNotes

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

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_LABEL
           
static java.lang.String 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
SimpleRepeatableNotes()
           
 
Method Summary
 java.lang.Long getIdentifier()
           
 java.lang.String getLabel()
           
 java.lang.String getNoteText()
          Checks if the billing information is correct.
 java.lang.Long getSimpleRepeatableNoteId()
           
 void setIdentifier(java.lang.Long identifier)
           
 void setLabel(java.lang.String label)
           
 void setNoteText(java.lang.String noteText)
           
 void setSimpleRepeatableNoteId(java.lang.Long simpleRepatableNoteId)
           
 void setSimpleRepeatableNoteLabel(java.lang.String simpleRepatableNoteLabel)
           
 
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_LABEL

public static final java.lang.String PROPERTYNAME_LABEL
See Also:
Constant Field Values

PROPERTYNAME_NOTE_TEXT

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

SimpleRepeatableNotes

public SimpleRepeatableNotes()
Method Detail

getSimpleRepeatableNoteId

public java.lang.Long getSimpleRepeatableNoteId()

getLabel

public java.lang.String getLabel()

setSimpleRepeatableNoteLabel

public void setSimpleRepeatableNoteLabel(java.lang.String simpleRepatableNoteLabel)

getNoteText

public java.lang.String getNoteText()
Checks if the billing information is correct.

Check algorithm is implemented in subclasses.

Returns:
boolean

setNoteText

public void setNoteText(java.lang.String noteText)

getIdentifier

public java.lang.Long getIdentifier()
Specified by:
getIdentifier in class DomainObject
Returns:
Returns the identifier.

setIdentifier

public void setIdentifier(java.lang.Long identifier)
Specified by:
setIdentifier in class DomainObject
Parameters:
identifier - The identifier to set.

setSimpleRepeatableNoteId

public void setSimpleRepeatableNoteId(java.lang.Long simpleRepatableNoteId)

setLabel

public void setLabel(java.lang.String label)