|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.imcode.imcms.api.TextHistory
public class TextHistory
| Constructor Summary | |
|---|---|
TextHistory()
|
|
TextHistory(TextDomainObject textDO)
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getId()
|
java.lang.Integer |
getIndex()
|
I18nLanguage |
getLanguage()
|
java.lang.Integer |
getMetaId()
|
java.lang.String |
getText()
Gets the value of text |
int |
getType()
Gets the value of type |
void |
setId(java.lang.Long id)
|
void |
setIndex(java.lang.Integer index)
|
void |
setLanguage(I18nLanguage language)
|
void |
setMetaId(java.lang.Integer metaId)
|
void |
setText(java.lang.String text)
Sets the value of text |
void |
setType(int type)
Sets the value of type |
java.lang.String |
toString()
Equivalent to getText() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextHistory()
public TextHistory(TextDomainObject textDO)
| Method Detail |
|---|
public java.lang.String getText()
public void setText(java.lang.String text)
text - Value to assign to textpublic int getType()
public void setType(int type)
type - Value to assign to typepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.Integer getMetaId()
public void setMetaId(java.lang.Integer metaId)
public I18nLanguage getLanguage()
public void setLanguage(I18nLanguage language)
public java.lang.Integer getIndex()
public void setIndex(java.lang.Integer index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||