org.archiviststoolkit.report
Class RepositoryProfile.ResourcesLanguages

java.lang.Object
  extended by org.archiviststoolkit.report.RepositoryProfile.ResourcesLanguages
Enclosing class:
RepositoryProfile

public class RepositoryProfile.ResourcesLanguages
extends java.lang.Object


Constructor Summary
RepositoryProfile.ResourcesLanguages(java.lang.String language)
           
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.String getLanguage()
           
 void incrementCount()
           
 void setCount(java.lang.Integer count)
           
 void setLanguage(java.lang.String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryProfile.ResourcesLanguages

public RepositoryProfile.ResourcesLanguages(java.lang.String language)
Method Detail

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)

incrementCount

public void incrementCount()

getCount

public java.lang.Integer getCount()

setCount

public void setCount(java.lang.Integer count)