org.dspace.statistics.content
Class DSORepresentation

java.lang.Object
  extended by org.dspace.statistics.content.DSORepresentation

public class DSORepresentation
extends Object


Constructor Summary
DSORepresentation()
           
DSORepresentation(Integer type, Integer max, Boolean separate)
           
 
Method Summary
 Integer getMax()
           
 Integer getNameLength()
           
 Boolean getSeparate()
           
 Integer getType()
           
 void setMax(Integer max)
           
 void setNameLength(Integer nameLength)
           
 void setSeparate(Boolean separate)
           
 void setType(Integer type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSORepresentation

public DSORepresentation()

DSORepresentation

public DSORepresentation(Integer type,
                         Integer max,
                         Boolean separate)
Method Detail

getType

public Integer getType()

setType

public void setType(Integer type)

getMax

public Integer getMax()

setMax

public void setMax(Integer max)

getNameLength

public Integer getNameLength()

setNameLength

public void setNameLength(Integer nameLength)

getSeparate

public Boolean getSeparate()

setSeparate

public void setSeparate(Boolean separate)


Copyright © 2009 The DSpace Foundation. All Rights Reserved.