org.archiviststoolkit.model
Class FileVersions

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

public class FileVersions
extends SequencedObject
implements java.io.Serializable

Archivists' Toolkit(TM) Copyright © 2005-2007 Regents of the University of California, New York University, & Five Colleges, Inc. All rights reserved. This software is free. You can redistribute it and / or modify it under the terms of the Educational Community License (ECL) version 1.0 (http://www.opensource.org/licenses/ecl1.php) This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ECL license for more details about permissions and limitations. Archivists' Toolkit(TM) http://www.archiviststoolkit.org info@archiviststoolkit.org

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_EAD_DAO_ACTUATE
           
static java.lang.String PROPERTYNAME_EAD_DAO_SHOW
           
static java.lang.String PROPERTYNAME_FILE_VERSIONS_URI
           
static java.lang.String PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT
           
 
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
FileVersions()
           
FileVersions(DigitalObjects digitalObject)
           
 
Method Summary
 DigitalObjects getDigitalObject()
           
 java.lang.String getEadDaoActuate()
           
 java.lang.String getEadDaoShow()
           
 java.lang.Long getFileVersionId()
           
 java.lang.Long getIdentifier()
           
 java.lang.String getUri()
           
 java.lang.String getUseStatement()
           
 void setDigitalObject(DigitalObjects digitalObject)
           
 void setEadDaoActuate(java.lang.String eadDaoActuate)
           
 void setEadDaoShow(java.lang.String eadDaoShow)
           
 void setFileVersionId(java.lang.Long fileVersionId)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setUri(java.lang.String uri)
           
 void setUseStatement(java.lang.String useStatement)
           
 
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
 

Field Detail

PROPERTYNAME_FILE_VERSIONS_URI

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

PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT

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

PROPERTYNAME_EAD_DAO_ACTUATE

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

PROPERTYNAME_EAD_DAO_SHOW

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

FileVersions

public FileVersions()

FileVersions

public FileVersions(DigitalObjects digitalObject)
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.

getFileVersionId

public java.lang.Long getFileVersionId()

setFileVersionId

public void setFileVersionId(java.lang.Long fileVersionId)

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String uri)

getUseStatement

public java.lang.String getUseStatement()

setUseStatement

public void setUseStatement(java.lang.String useStatement)

getDigitalObject

public DigitalObjects getDigitalObject()

setDigitalObject

public void setDigitalObject(DigitalObjects digitalObject)

getEadDaoActuate

public java.lang.String getEadDaoActuate()

setEadDaoActuate

public void setEadDaoActuate(java.lang.String eadDaoActuate)

getEadDaoShow

public java.lang.String getEadDaoShow()

setEadDaoShow

public void setEadDaoShow(java.lang.String eadDaoShow)