public class DSORepresentation
extends java.lang.Object
| Constructor and Description |
|---|
DSORepresentation()
Construct a representation assumed to be of an ITEM.
|
DSORepresentation(java.lang.Integer type,
java.lang.Integer max,
java.lang.Boolean separate)
Construct a representation as described.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMax() |
java.lang.Integer |
getNameLength() |
java.lang.Boolean |
getSeparate() |
java.lang.Integer |
getType() |
void |
setMax(java.lang.Integer max) |
void |
setNameLength(java.lang.Integer nameLength) |
void |
setSeparate(java.lang.Boolean separate) |
void |
setType(java.lang.Integer type) |
public DSORepresentation()
public DSORepresentation(java.lang.Integer type,
java.lang.Integer max,
java.lang.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 java.lang.Integer getType()
public final void setType(java.lang.Integer type)
type - Object type, e.g. Constants.COLLECTIONpublic final java.lang.Integer getMax()
public final void setMax(java.lang.Integer max)
max - Maximum number of children to displaypublic final java.lang.Integer getNameLength()
public final void setNameLength(java.lang.Integer nameLength)
public final java.lang.Boolean getSeparate()
public final void setSeparate(java.lang.Boolean separate)
separate - true for distinct child statistics; false to sum themCopyright © 2018 DuraSpace. All Rights Reserved.