org.archiviststoolkit.structure
Class InLineTagAttributes

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

public class InLineTagAttributes
extends DomainObject

See Also:
Serialized Form

Field Summary
 
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
InLineTagAttributes()
           
InLineTagAttributes(java.lang.String attributeName, InLineTags tag)
           
 
Method Summary
 int compareTo(java.lang.Object object)
          Compares this object to another.
 java.lang.String getAttributeName()
           
 java.lang.Long getIdentifier()
           
 java.lang.Long getInLineTagAttributeId()
           
 InLineTags getTag()
           
 java.lang.String getValueList()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setIdentifier(java.lang.Long identifier)
           
 void setInLineTagAttributeId(java.lang.Long inLineTagAttributeId)
           
 void setTag(InLineTags tag)
           
 void setValueList(java.lang.String valueList)
           
 
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
 

Constructor Detail

InLineTagAttributes

public InLineTagAttributes()

InLineTagAttributes

public InLineTagAttributes(java.lang.String attributeName,
                           InLineTags tag)
Method Detail

getInLineTagAttributeId

public java.lang.Long getInLineTagAttributeId()

setInLineTagAttributeId

public void setInLineTagAttributeId(java.lang.Long inLineTagAttributeId)

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.

compareTo

public int compareTo(java.lang.Object object)
Compares this object to another.

Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class DomainObject
Parameters:
object - the object to compare this to.
Returns:
a integer result of the comparison.

getTag

public InLineTags getTag()

setTag

public void setTag(InLineTags tag)

getValueList

public java.lang.String getValueList()

setValueList

public void setValueList(java.lang.String valueList)

getAttributeName

public java.lang.String getAttributeName()

setAttributeName

public void setAttributeName(java.lang.String attributeName)