org.outerj.daisy.repository.variant
Interface Language


public interface Language

Definition of a language.


Field Summary
static long DEFAULT_LANGUAGE_ID
           
static java.lang.String DEFAULT_LANGUAGE_NAME
           
 
Method Summary
 java.lang.String getDescription()
           
 long getId()
           
 java.util.Date getLastModified()
           
 long getLastModifier()
           
 java.lang.String getName()
           
 long getUpdateCount()
           
 org.outerx.daisy.x10.LanguageDocument getXml()
           
 void save()
           
 void setAllFromXml(org.outerx.daisy.x10.LanguageDocument.Language languageXml)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 

Field Detail

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
Method Detail

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.