|
|||||||||
| 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.InLineTags
public class InLineTags
| 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 |
|---|
public static final java.lang.String PROPERTYNAME_TAG_NAME
| Constructor Detail |
|---|
public InLineTags()
| Method Detail |
|---|
public java.lang.Long getInLineTagId()
public void setInLineTagId(java.lang.Long inLineTagId)
public java.lang.Long getIdentifier()
getIdentifier in class DomainObjectpublic void setIdentifier(java.lang.Long identifier)
setIdentifier in class DomainObjectidentifier - The identifier to set.public java.util.Set<InLineTagAttributes> getAttributes()
public void setAttributes(java.util.TreeSet<InLineTagAttributes> attributes)
public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
public InLineTagAttributes findAttributeByName(java.lang.String attributeName)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||