org.archiviststoolkit.model
Class ArchDescriptionPhysicalDescriptions

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

public class ArchDescriptionPhysicalDescriptions
extends DomainObject

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_CONTAINER_SUMMARY
           
static java.lang.String PROPERTYNAME_DIMENSIONS
           
static java.lang.String PROPERTYNAME_EXTENT_DISPLAY
           
static java.lang.String PROPERTYNAME_EXTENT_NUMBER
           
static java.lang.String PROPERTYNAME_EXTENT_TYPE
           
static java.lang.String PROPERTYNAME_PHYSICAL_DETAILS
           
 
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
ArchDescriptionPhysicalDescriptions(ArchDescription archDescription)
          Full constructor;
 
Method Summary
 Accessions getAccession()
           
 java.lang.Long getArchDescriptionPhysicalDescriptionsId()
           
 java.lang.String getContainerSummary()
           
 java.lang.String getDimensions()
           
 java.lang.String getExtentDisplay()
           
 java.lang.Double getExtentNumber()
           
 java.lang.String getExtentType()
           
 java.lang.Long getIdentifier()
           
 java.lang.String getPhysicalDetail()
           
 Resources getResource()
           
 ResourcesComponents getResourceComponent()
           
 void setAccession(Accessions accession)
           
 void setArchDescriptionPhysicalDescriptionsId(java.lang.Long archDescriptionPhysicalDescriptionsId)
           
 void setContainerSummary(java.lang.String containerSummary)
           
 void setDimensions(java.lang.String dimensions)
           
 void setExtentNumber(java.lang.Double extentNumber)
           
 void setExtentType(java.lang.String extentType)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setPhysicalDetail(java.lang.String physicalDetail)
           
 void setResource(Resources resource)
           
 void setResourceComponent(ResourcesComponents resourceComponent)
           
 
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
 

Field Detail

PROPERTYNAME_EXTENT_TYPE

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

PROPERTYNAME_EXTENT_NUMBER

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

PROPERTYNAME_CONTAINER_SUMMARY

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

PROPERTYNAME_PHYSICAL_DETAILS

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

PROPERTYNAME_DIMENSIONS

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

PROPERTYNAME_EXTENT_DISPLAY

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

ArchDescriptionPhysicalDescriptions

public ArchDescriptionPhysicalDescriptions(ArchDescription archDescription)
Full constructor;

Method Detail

getArchDescriptionPhysicalDescriptionsId

public java.lang.Long getArchDescriptionPhysicalDescriptionsId()
Returns:
the unique ID

setArchDescriptionPhysicalDescriptionsId

public void setArchDescriptionPhysicalDescriptionsId(java.lang.Long archDescriptionPhysicalDescriptionsId)

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.

getResourceComponent

public ResourcesComponents getResourceComponent()
Returns:
the resource component associated with this record

getExtentDisplay

public java.lang.String getExtentDisplay()
                                  throws java.text.ParseException
Throws:
java.text.ParseException

setResourceComponent

public void setResourceComponent(ResourcesComponents resourceComponent)
Parameters:
resourceComponent - The resource component to associate

getResource

public Resources getResource()
Returns:
the resource associated with this record

setResource

public void setResource(Resources resource)
Parameters:
resource - The resource to attach to this record

getAccession

public Accessions getAccession()
Returns:
The accession associated with this record

setAccession

public void setAccession(Accessions accession)
Parameters:
accession - the accession to associate with this record

getExtentNumber

public java.lang.Double getExtentNumber()
Returns:
the extent number

setExtentNumber

public void setExtentNumber(java.lang.Double extentNumber)
Parameters:
extentNumber - the extent number to set

getContainerSummary

public java.lang.String getContainerSummary()
Returns:
the container summary

setContainerSummary

public void setContainerSummary(java.lang.String containerSummary)
Parameters:
containerSummary - the container summary to set

getPhysicalDetail

public java.lang.String getPhysicalDetail()
Returns:
the physical description

setPhysicalDetail

public void setPhysicalDetail(java.lang.String physicalDetail)
Parameters:
physicalDetail - the physical desciption to set

getDimensions

public java.lang.String getDimensions()
Returns:
the dimenstions

setDimensions

public void setDimensions(java.lang.String dimensions)
Parameters:
dimensions - the dimensions to set

getExtentType

public java.lang.String getExtentType()
Returns:
the extent number

setExtentType

public void setExtentType(java.lang.String extentType)
Parameters:
extentType - the extent type to set