|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jgoodies.binding.beans.Model
org.archiviststoolkit.mydomain.DomainObject
org.archiviststoolkit.structure.InLineTagAttributes
public class InLineTagAttributes
| 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 |
|---|
public InLineTagAttributes()
public InLineTagAttributes(java.lang.String attributeName,
InLineTags tag)
| Method Detail |
|---|
public java.lang.Long getInLineTagAttributeId()
public void setInLineTagAttributeId(java.lang.Long inLineTagAttributeId)
public java.lang.Long getIdentifier()
getIdentifier in class DomainObjectpublic void setIdentifier(java.lang.Long identifier)
setIdentifier in class DomainObjectidentifier - The identifier to set.public int compareTo(java.lang.Object object)
compareTo in interface java.lang.ComparablecompareTo in class DomainObjectobject - the object to compare this to.
public InLineTags getTag()
public void setTag(InLineTags tag)
public java.lang.String getValueList()
public void setValueList(java.lang.String valueList)
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||