org.archiviststoolkit.report
Class RepositoryProfile.SubjectTypes

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

public class RepositoryProfile.SubjectTypes
extends java.lang.Object


Constructor Summary
RepositoryProfile.SubjectTypes(java.lang.String instanceType)
           
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.String getSubjectType()
           
 void incrementCount()
           
 void setCount(java.lang.Integer count)
           
 void setSubjectType(java.lang.String subjectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryProfile.SubjectTypes

public RepositoryProfile.SubjectTypes(java.lang.String instanceType)
Method Detail

getSubjectType

public java.lang.String getSubjectType()

setSubjectType

public void setSubjectType(java.lang.String subjectType)

incrementCount

public void incrementCount()

getCount

public java.lang.Integer getCount()

setCount

public void setCount(java.lang.Integer count)