|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.repository.SetInfo org.dlese.dpc.schemedit.dcs.DcsSetInfo
public class DcsSetInfo
Extends SetInfo to provide DCS-specific information about sets (aka collections), such as the number of valid records.
Nested Class Summary | |
---|---|
static class |
DcsSetInfo.NumDoneComparator
Implements Comparator to enable sorting by numDone. |
static class |
DcsSetInfo.NumNotValidComparator
|
static class |
DcsSetInfo.NumSyncErrorsComparator
Implements Comparator to enable sorting by numDone. |
static class |
DcsSetInfo.NumValidComparator
|
static class |
DcsSetInfo.NumWorkingComparator
Implements Comparator to enable sorting by numWorking. |
Nested classes/interfaces inherited from class org.dlese.dpc.repository.SetInfo |
---|
SetInfo.FormatComparator, SetInfo.NameComparator, SetInfo.NumDeletedComparator, SetInfo.NumFilesComparator, SetInfo.NumIndexedComparator, SetInfo.NumIndexingErrorsComparator, SetInfo.SetSpecComparator, SetInfo.StatusComparator |
Constructor Summary | |
---|---|
DcsSetInfo(SetInfo setInfo)
Constructor for the DcsSetInfo object |
Method Summary | |
---|---|
String |
getAuthority()
|
static Comparator |
getComparator(String type)
Gets the comparator attribute of the DcsSetInfo class |
String |
getExampleId()
|
StatusFlag |
getFinalStatusFlag()
|
String |
getIdPrefix()
|
String |
getNumDone()
Gets the numDone attribute of the DcsSetInfo object |
int |
getNumDoneInt()
Gets the numFiles attribute of the SetInfo object |
int |
getNumFinalAndNotValid()
|
int |
getNumNotValid()
|
int |
getNumSyncErrors()
|
int |
getNumValid()
|
String |
getNumWorking()
Gets the numWorking attribute of the DcsSetInfo object |
int |
getNumWorkingInt()
Gets the numFiles attribute of the SetInfo object |
String |
getUniqueID()
Overide method from SetInfo |
void |
setAuthority(String auth)
|
void |
setExampleId(String id)
|
void |
setFinalStatusFlag(StatusFlag flag)
|
void |
setIdPrefix(String id)
|
void |
setSetInfoData(RepositoryManager rm)
Adds DcsSetInfo properties to those of repository.SetInfo for this DcsSetInfo instance. |
void |
setUniqueID(String id)
|
Methods inherited from class org.dlese.dpc.repository.SetInfo |
---|
addDirInfo, compareTo, containsDirectory, containsDirInfo, equals, getAccessionStatus, getAttribute, getDescription, getDescriptionHtml, getDirectory, getDirInfo, getDirInfos, getEnabled, getFormat, getId, getName, getNameEncoded, getNumDeleted, getNumDeletedInt, getNumFiles, getNumFilesInt, getNumIndexed, getNumIndexedInt, getNumIndexingErrors, getNumIndexingErrorsInt, getSetSpec, getUniqueIDLong, isEnabled, removeDirInfo, setAccessionStatus, setAttribute, setDescription, setDirInfo, setDirInfo, setEnabled, setId, setName, setSetSpec, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DcsSetInfo(SetInfo setInfo)
setInfo
- Description of the ParameterMethod Detail |
---|
public void setUniqueID(String id)
public String getUniqueID()
getUniqueID
in class SetInfo
public int getNumValid()
public int getNumNotValid()
public int getNumSyncErrors()
public int getNumDoneInt()
public String getNumDone()
public int getNumWorkingInt()
public int getNumFinalAndNotValid()
public String getNumWorking()
public String getIdPrefix()
public void setIdPrefix(String id)
public String getAuthority()
public void setAuthority(String auth)
public StatusFlag getFinalStatusFlag()
public void setFinalStatusFlag(StatusFlag flag)
public String getExampleId()
public void setExampleId(String id)
public void setSetInfoData(RepositoryManager rm)
setSetInfoData
in class SetInfo
rm
- The new setInfoData valuepublic static Comparator getComparator(String type)
type
- Description of the Parameter
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |