|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.Common.Extendable
org.biomage.Common.Describable
org.biomage.Common.Identifiable
public abstract class Identifiable
An Identifiable class is one that has an unambiguous reference within the scope. It also has a potentially ambiguous name.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biomage.Interface.HasAuditTrail |
---|
HasAuditTrail.AuditTrail_list |
Nested classes/interfaces inherited from interface org.biomage.Interface.HasDescriptions |
---|
HasDescriptions.Descriptions_list |
Nested classes/interfaces inherited from interface org.biomage.Interface.HasPropertySets |
---|
HasPropertySets.PropertySets_list |
Field Summary |
---|
Fields inherited from class org.biomage.Common.Describable |
---|
security |
Fields inherited from class org.biomage.Common.Extendable |
---|
editable, id, securedElementId |
Constructor Summary | |
---|---|
Identifiable()
Default constructor. |
|
Identifiable(org.xml.sax.Attributes atts)
Attribute constructor. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Get method for identifier |
java.lang.String |
getModelClassName()
|
java.lang.String |
getName()
Get method for name |
void |
setAttributes(org.xml.sax.Attributes atts)
|
void |
setIdentifier(java.lang.String identifier)
Set method for identifier |
void |
setName(java.lang.String name)
Set method for name |
java.lang.String |
toString()
|
void |
writeAssociations(java.io.Writer out)
writeAssociations This method is responsible for assembling the association data into XML. |
void |
writeAttributes(java.io.Writer out)
writeAttributes This method is responsible for assembling the attribute data into XML. |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML This method is responsible for assembling the attribute and association data into XML. |
Methods inherited from class org.biomage.Common.Describable |
---|
addToAuditTrail, addToAuditTrail, addToDescriptions, addToDescriptions, getAuditTrail, getDescriptions, getFromAuditTrail, getFromDescriptions, getSecurity, removeElementAtFromAuditTrail, removeElementAtFromDescriptions, removeFromAuditTrail, removeFromDescriptions, setAuditTrail, setDescriptions, setSecurity |
Methods inherited from class org.biomage.Common.Extendable |
---|
addToPropertySets, addToPropertySets, equals, getFromPropertySets, getId, getIsEditable, getPropertySets, getSecuredElementId, isEditable, removeElementAtFromPropertySets, removeFromPropertySets, setId, setIsEditable, setPropertySets, setSecuredElementId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Identifiable()
public Identifiable(org.xml.sax.Attributes atts)
atts:
- the attribute list.Method Detail |
---|
public void setAttributes(org.xml.sax.Attributes atts)
setAttributes
in class Describable
public void writeMAGEML(java.io.Writer out) throws java.io.IOException
writeMAGEML
in class Describable
java.io.IOException
public void writeAttributes(java.io.Writer out) throws java.io.IOException
writeAttributes
in class Describable
java.io.IOException
public void writeAssociations(java.io.Writer out) throws java.io.IOException
writeAssociations
in class Describable
java.io.IOException
public void setIdentifier(java.lang.String identifier)
value
- to setpublic java.lang.String getIdentifier()
public void setName(java.lang.String name)
value
- to setpublic java.lang.String getName()
public java.lang.String getModelClassName()
getModelClassName
in class Describable
public java.lang.String toString()
toString
in class Extendable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |