public class GlossaryTerm extends Object implements Serializable
Constructor and Description |
---|
GlossaryTerm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getContent()
The term's translation in the given locale
|
String |
getLastModifiedBy()
A string which identifies the user who last modififed this entry
|
Date |
getLastModifiedDate()
A timestamp indicating the last modification date for this entry
|
LocaleId |
getLocale()
Term's locale
|
int |
hashCode() |
void |
setComment(String comment) |
void |
setContent(String content) |
void |
setLastModifiedBy(String lastModifiedBy) |
void |
setLastModifiedDate(Date lastModifiedDate) |
void |
setLocale(LocaleId locale) |
String |
toString() |
public LocaleId getLocale()
public void setLocale(LocaleId locale)
public String getContent()
public void setContent(String content)
public String getComment()
public void setComment(String comment)
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
Copyright © 2017 Zanata Project. All rights reserved.