|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
M4Object |
getM4Object()
Returns the M4Object that this documentation entry belongs to. |
long |
getObjectId()
Returns the id of the M4 object associated with this documentation object. |
java.lang.String |
getObjectType()
Returns the type of the M4 object associated with this documentation object. |
java.lang.String |
getText()
Returns the actual documentation entry (the description String). |
void |
setM4Object(M4Data newM4Object)
Set the connection to the M4 object that this documentation object is associated with. |
void |
setObjectId(long id)
Sets the id of the M4 object associated with this documentation object. |
void |
setObjectType(java.lang.String type)
Sets the the type of the M4 object associated with this documentation object. |
void |
setText(java.lang.String newText)
Sets the text (the description String for the M4 Object that this Documentation object belongs to). |
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Data |
deleteSoon, getDocumentation, getValidName, isDirty, isWaitingForDelete, setDocumentation |
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object |
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName |
Method Detail |
public M4Object getM4Object()
public java.lang.String getText()
public void setM4Object(M4Data newM4Object) throws M4Exception
M4Exception
public void setText(java.lang.String newText)
newText
- The new text to setpublic long getObjectId()
public java.lang.String getObjectType()
public void setObjectId(long id) throws M4Exception
id
- The id to set
M4Exception
public void setObjectType(java.lang.String type) throws M4Exception
type
- The class of the M4 object.
M4Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |