org.archiviststoolkit.model
Class AccessionsLocations
java.lang.Object
   com.jgoodies.binding.beans.Model
com.jgoodies.binding.beans.Model
       org.archiviststoolkit.mydomain.DomainObject
org.archiviststoolkit.mydomain.DomainObject
           org.archiviststoolkit.model.AccessionsLocations
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
 
 
| Fields inherited from interface org.hibernate.classic.Lifecycle | 
| NO_VETO, VETO | 
 
 
 
| 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 | 
 
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
AccessionsLocations
public AccessionsLocations()
- No-arg constructor for JavaBean tools.
 
AccessionsLocations
public AccessionsLocations(Locations location,
                           Accessions accession)
- Full constructor;
 
getIdentifier
public java.lang.Long getIdentifier()
- 
- Specified by:
- getIdentifierin class- DomainObject
 
- 
- Returns:
- Returns the identifier.
 
setIdentifier
public void setIdentifier(java.lang.Long identifier)
- 
- Specified by:
- setIdentifierin 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)
- 
 
-