|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.datamodel.metadata.MCRMetaHistoryDate.MCRMetaHistoryDateText
protected class MCRMetaHistoryDate.MCRMetaHistoryDateText
This class describes the structure of pair of language an text. The language notation is in the ISO format.
| Constructor Summary | |
|---|---|
MCRMetaHistoryDate.MCRMetaHistoryDateText()
|
|
MCRMetaHistoryDate.MCRMetaHistoryDateText(String datetext,
String lang)
|
|
| Method Summary | |
|---|---|
String |
getLang()
This method get the lang element as language field (String) . |
String |
getText()
This method get the datetext element as field text (String) . |
boolean |
isValid()
This mehtod validate the content. |
void |
setLang(String set_lang)
This method set the lang element as language field (String) . |
void |
setText(String datetext)
This method set the datetext element as field text (String) . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRMetaHistoryDate.MCRMetaHistoryDateText()
public MCRMetaHistoryDate.MCRMetaHistoryDateText(String datetext,
String lang)
| Method Detail |
|---|
public String getText()
public void setText(String datetext)
datetext - the text String of a date valuepublic String getLang()
public void setLang(String set_lang)
set_lang - the language String of a date valuepublic boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||