org.archiviststoolkit.structure
Class InLineTags
java.lang.Object
com.jgoodies.binding.beans.Model
org.archiviststoolkit.mydomain.DomainObject
org.archiviststoolkit.structure.InLineTags
- All Implemented Interfaces:
- com.jgoodies.binding.beans.Observable, java.io.Serializable, java.lang.Comparable, Auditable, org.hibernate.classic.Lifecycle
public class InLineTags
- extends DomainObject
- 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, wait, wait, wait |
PROPERTYNAME_TAG_NAME
public static final java.lang.String PROPERTYNAME_TAG_NAME
- See Also:
- Constant Field Values
InLineTags
public InLineTags()
getInLineTagId
public java.lang.Long getInLineTagId()
setInLineTagId
public void setInLineTagId(java.lang.Long inLineTagId)
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.
getAttributes
public java.util.Set<InLineTagAttributes> getAttributes()
setAttributes
public void setAttributes(java.util.TreeSet<InLineTagAttributes> attributes)
getTagName
public java.lang.String getTagName()
setTagName
public void setTagName(java.lang.String tagName)
findAttributeByName
public InLineTagAttributes findAttributeByName(java.lang.String attributeName)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
importRecords
public static void importRecords(java.io.File file)
importRecords
public static void importRecords(org.netbeans.spi.wizard.DeferredWizardResult.ResultProgressHandle progress,
java.io.File file)
loadInLineTags
public static boolean loadInLineTags()
getInLineTagList
public static java.util.Vector getInLineTagList()
wrapInTagActionPerformed
public static void wrapInTagActionPerformed(javax.swing.JComboBox insertInlineTag,
javax.swing.JTextArea textArea,
DomainEditor parentEditor)