org.outerj.daisy.repository.variant
Interface Language
public interface Language
Definition of a language.
DEFAULT_LANGUAGE_ID
static final long DEFAULT_LANGUAGE_ID
- See Also:
- Constant Field Values
DEFAULT_LANGUAGE_NAME
static final java.lang.String DEFAULT_LANGUAGE_NAME
- See Also:
- Constant Field Values
getId
long getId()
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
setName
void setName(java.lang.String name)
setDescription
void setDescription(java.lang.String description)
save
void save()
throws RepositoryException
- Throws:
RepositoryException
getLastModifier
long getLastModifier()
getLastModified
java.util.Date getLastModified()
getUpdateCount
long getUpdateCount()
getXml
org.outerx.daisy.x10.LanguageDocument getXml()
setAllFromXml
void setAllFromXml(org.outerx.daisy.x10.LanguageDocument.Language languageXml)
Copyright © -2012 . All Rights Reserved.