org.archiviststoolkit.structure
Class InLineTags

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by org.archiviststoolkit.mydomain.DomainObject
          extended by 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

Field Summary
static java.lang.String PROPERTYNAME_TAG_NAME
           
 
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
InLineTags()
           
 
Method Summary
 InLineTagAttributes findAttributeByName(java.lang.String attributeName)
           
 java.util.Set<InLineTagAttributes> getAttributes()
           
 java.lang.Long getIdentifier()
           
 java.lang.Long getInLineTagId()
           
 java.lang.String getTagName()
           
 void setAttributes(java.util.TreeSet<InLineTagAttributes> attributes)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setInLineTagId(java.lang.Long inLineTagId)
           
 void setTagName(java.lang.String tagName)
           
 java.lang.String toString()
           
 
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
 

Field Detail

PROPERTYNAME_TAG_NAME

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

InLineTags

public InLineTags()
Method Detail

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