public class DSORepresentation extends Object
| Constructor and Description |
|---|
DSORepresentation()
Construct a representation assumed to be of an ITEM.
|
DSORepresentation(Integer type,
Integer max,
Boolean separate)
Construct a representation as described.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMax() |
Integer |
getNameLength() |
Boolean |
getSeparate() |
Integer |
getType() |
void |
setMax(Integer max) |
void |
setNameLength(Integer nameLength) |
void |
setSeparate(Boolean separate) |
void |
setType(Integer type) |
public DSORepresentation()
public DSORepresentation(Integer type, Integer max, Boolean separate)
type - Object type, e.g. Constants.COLLECTIONmax - Maximum number of children to displayseparate - True if children's statistics are distinct; false if summedpublic final Integer getType()
public final void setType(Integer type)
type - Object type, e.g. Constants.COLLECTIONpublic final Integer getMax()
public final void setMax(Integer max)
max - Maximum number of children to displaypublic final Integer getNameLength()
public final void setNameLength(Integer nameLength)
public final Boolean getSeparate()
public final void setSeparate(Boolean separate)
separate - true for distinct child statistics; false to sum themCopyright © 2017 DuraSpace. All rights reserved.