org.archiviststoolkit.model
Class ListDefinitionItems

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

public class ListDefinitionItems
extends ArchDescriptionStructuredDataItems

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTYNAME_ITEM_VALUE
           
static java.lang.String PROPERTYNAME_LABEL
           
 
Fields inherited from class org.archiviststoolkit.model.ArchDescriptionStructuredDataItems
structuredDataParent
 
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
ListDefinitionItems()
          Creates a new instance of Bibliography Items
ListDefinitionItems(DomainObject parent)
           
 
Method Summary
 java.lang.String getItemValue()
           
 java.lang.String getLabel()
           
 void setItemValue(java.lang.String itemValue)
           
 void setLabel(java.lang.String label)
           
 java.lang.String toString()
           
 
Methods inherited from class org.archiviststoolkit.model.ArchDescriptionStructuredDataItems
getArchDescStructDataItemId, getIdentifier, getStructuredDataParent, setArchDescStructDataItemId, setIdentifier, setStructuredDataParent
 
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, wait, wait, wait
 

Field Detail

PROPERTYNAME_LABEL

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

PROPERTYNAME_ITEM_VALUE

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

ListDefinitionItems

public ListDefinitionItems()
Creates a new instance of Bibliography Items


ListDefinitionItems

public ListDefinitionItems(DomainObject parent)
Method Detail

getItemValue

public java.lang.String getItemValue()

setItemValue

public void setItemValue(java.lang.String itemValue)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object