org.archiviststoolkit.model
Class ResourcesComponentsSearchResult

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

public class ResourcesComponentsSearchResult
extends DomainObject

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_COMPONENT_DATE
           
static java.lang.String PROPERTYNAME_COMPONENT_DATE_BEGIN
           
static java.lang.String PROPERTYNAME_COMPONENT_DATE_BULKBEGIN
           
static java.lang.String PROPERTYNAME_COMPONENT_DATE_BULKEND
           
static java.lang.String PROPERTYNAME_COMPONENT_DATE_END
           
static java.lang.String PROPERTYNAME_COMPONENT_LEVEL
           
static java.lang.String PROPERTYNAME_COMPONENT_TITLE
           
static java.lang.String PROPERTYNAME_RESOURCE_IDENTIFIER
           
static java.lang.String PROPERTYNAME_RESOURCE_TITLE
           
 
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
ResourcesComponentsSearchResult(Resources resource, ResourcesComponents component, java.lang.String context)
           
ResourcesComponentsSearchResult(Resources resource, java.lang.String context)
          Creates a new instance of Subject
 
Method Summary
 ResourcesComponents getCompenent()
           
 java.lang.String getComponentBulkDateBegin()
           
 java.lang.String getComponentBulkDateEnd()
           
 java.lang.String getComponentDateBegin()
           
 java.lang.String getComponentDateEnd()
           
 java.lang.String getComponentDateExpression()
           
 java.lang.String getComponentLevel()
           
 java.lang.String getComponentTitle()
           
 java.lang.String getContext()
           
 java.lang.Long getId()
           
 java.lang.Long getIdentifier()
           
 Resources getParentResource()
           
 java.lang.String getResourceIdentifier()
           
 java.lang.String getResourceTitle()
           
 void setCompenent(ResourcesComponents compenent)
           
 void setContext(java.lang.String context)
           
 void setId(java.lang.Long id)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setParentResource(Resources parentResource)
           
 
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_RESOURCE_IDENTIFIER

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

PROPERTYNAME_RESOURCE_TITLE

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

PROPERTYNAME_COMPONENT_TITLE

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

PROPERTYNAME_COMPONENT_DATE_BEGIN

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

PROPERTYNAME_COMPONENT_DATE_END

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

PROPERTYNAME_COMPONENT_DATE_BULKBEGIN

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

PROPERTYNAME_COMPONENT_DATE_BULKEND

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

PROPERTYNAME_COMPONENT_DATE

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

PROPERTYNAME_COMPONENT_LEVEL

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

ResourcesComponentsSearchResult

public ResourcesComponentsSearchResult(Resources resource,
                                       java.lang.String context)
Creates a new instance of Subject


ResourcesComponentsSearchResult

public ResourcesComponentsSearchResult(Resources resource,
                                       ResourcesComponents component,
                                       java.lang.String context)
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.

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getParentResource

public Resources getParentResource()

setParentResource

public void setParentResource(Resources parentResource)

getCompenent

public ResourcesComponents getCompenent()

setCompenent

public void setCompenent(ResourcesComponents compenent)

getContext

public java.lang.String getContext()

setContext

public void setContext(java.lang.String context)

getResourceIdentifier

public java.lang.String getResourceIdentifier()

getResourceTitle

public java.lang.String getResourceTitle()

getComponentTitle

public java.lang.String getComponentTitle()

getComponentDateBegin

public java.lang.String getComponentDateBegin()

getComponentDateEnd

public java.lang.String getComponentDateEnd()

getComponentBulkDateBegin

public java.lang.String getComponentBulkDateBegin()

getComponentBulkDateEnd

public java.lang.String getComponentBulkDateEnd()

getComponentDateExpression

public java.lang.String getComponentDateExpression()

getComponentLevel

public java.lang.String getComponentLevel()