|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.api.core.xmi.XMIHeader.Documentation
public static class XMIHeader.Documentation
Class that represents the "xmi.document" portion of the header
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determine whether two objects are equivalent |
java.lang.String |
getContact()
Return the contact |
java.lang.String |
getExporter()
Return the exporter |
java.lang.String |
getExporterID()
Return the exporter ID |
java.lang.String |
getExporterVersion()
Return the exporter version |
java.lang.String |
getLongDescription()
Return the long description |
java.lang.String |
getNotice()
Return the notice |
java.lang.String |
getOwner()
Return the owner |
java.lang.String |
getShortDescription()
Return the short description |
java.lang.String |
getText()
Return the content of the "xmi.document" tag |
void |
setContact(java.lang.String contact)
Set the contact |
void |
setExporter(java.lang.String exporter)
Set the exporter |
void |
setExporterID(java.lang.String exporterID)
Set the exporter ID |
void |
setExporterVersion(java.lang.String exporterVersion)
Set the exporter version |
void |
setLongDescription(java.lang.String longDescription)
Set the long description |
void |
setNotice(java.lang.String notice)
Set the notice |
void |
setOwner(java.lang.String owner)
Set the owner |
void |
setShortDescription(java.lang.String shortDescription)
Set the short description |
void |
setText(java.lang.String text)
Set the content of the "xmi.document" tag |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the ownerpublic java.lang.String getContact()
public void setContact(java.lang.String contact)
contact
- the contactpublic java.lang.String getLongDescription()
public void setLongDescription(java.lang.String longDescription)
longDescription
- the long descriptionpublic java.lang.String getShortDescription()
public void setShortDescription(java.lang.String shortDescription)
shortDescription
- the short descriptionpublic java.lang.String getExporter()
public void setExporter(java.lang.String exporter)
exporter
- the exporterpublic java.lang.String getExporterVersion()
public void setExporterVersion(java.lang.String exporterVersion)
exporterVersion
- the exporter versionpublic java.lang.String getExporterID()
public void setExporterID(java.lang.String exporterID)
exporterID
- the exporter IDpublic java.lang.String getNotice()
public void setNotice(java.lang.String notice)
notice
- the noticepublic java.lang.String getText()
public void setText(java.lang.String text)
text
- the textpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to be compared
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |