org.archiviststoolkit.model
Class AccessionsLocations

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

public class AccessionsLocations
extends DomainObject
implements java.io.Serializable, java.lang.Comparable

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_ACCESSION_NUMBER
           
static java.lang.String PROPERTYNAME_ACCESSION_TITLE
           
static java.lang.String PROPERTYNAME_LOCATION
           
static java.lang.String PROPERTYNAME_NOTE
           
 
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
AccessionsLocations()
          No-arg constructor for JavaBean tools.
AccessionsLocations(Locations location, Accessions accession)
          Full constructor;
 
Method Summary
 Accessions getAccession()
           
 java.lang.String getAccessionNumber()
           
 java.lang.Long getAccessionsLocationsId()
           
 java.lang.String getAccessionTitle()
           
 java.lang.Long getIdentifier()
           
 Locations getLocation()
           
 java.lang.String getNote()
           
 void setAccession(Accessions accession)
           
 void setAccessionsLocationsId(java.lang.Long accessionsLocationsId)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setLocation(Locations location)
           
 void setNote(java.lang.String note)
           
 
Methods inherited from class org.archiviststoolkit.mydomain.DomainObject
addRelatedObject, compareTo, 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_ACCESSION_NUMBER

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

PROPERTYNAME_ACCESSION_TITLE

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

PROPERTYNAME_LOCATION

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

PROPERTYNAME_NOTE

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

AccessionsLocations

public AccessionsLocations()
No-arg constructor for JavaBean tools.


AccessionsLocations

public AccessionsLocations(Locations location,
                           Accessions accession)
Full constructor;

Method Detail

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.

getAccession

public Accessions getAccession()

setAccession

public void setAccession(Accessions accession)

getAccessionsLocationsId

public java.lang.Long getAccessionsLocationsId()

setAccessionsLocationsId

public void setAccessionsLocationsId(java.lang.Long accessionsLocationsId)

getLocation

public Locations getLocation()

setLocation

public void setLocation(Locations location)

getAccessionNumber

public java.lang.String getAccessionNumber()

getAccessionTitle

public java.lang.String getAccessionTitle()

getNote

public java.lang.String getNote()

setNote

public void setNote(java.lang.String note)