public class CluSetInformation extends Object implements Serializable
Constructor and Description |
---|
CluSetInformation() |
CluSetInformation(CluSetInfo cluSetInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getCluDelimitedString()
Returns a comma delimited list of clu ids including the
clusInRange to be passed to the service for the natural
lantuage translation.
|
List<String> |
getCluIds() |
int |
getCluListSize() |
int |
getCluRangeListSize() |
List<CluInformation> |
getClus() |
List<CluInformation> |
getClusAndClusInRange()
Returns a list of all the clus and the clusInRange.
|
String |
getCluSetDelimitedString()
Returns a comma delimited list of cluset ids to be passed to
the service for the natural lantuage translation.
|
CluSetInfo |
getCluSetInfo() |
int |
getCluSetListSize() |
List<CluSetRangeInformation> |
getCluSetRanges() |
List<CluSetInformation> |
getCluSets() |
List<Object> |
getCluViewers() |
String |
getName() |
CluSetInformation |
getParent() |
CluSetRangeHelper |
getRangeHelper() |
Map<String,CluSetInformation> |
getSubCluSetInformations() |
boolean |
hasClus()
Check if there are any simple clus linked to this cluset wrapper.
|
boolean |
hasMembershipQuery()
Check if this Cluset contains any membershipqueries.
|
void |
setClus(List<CluInformation> clus) |
void |
setCluSetInfo(CluSetInfo cluSetInfo) |
void |
setCluSetRanges(List<CluSetRangeInformation> cluSetRanges) |
void |
setCluSets(List<CluSetInformation> cluSets) |
void |
setName(String name) |
void |
setParent(CluSetInformation parent) |
void |
setRangeHelper(CluSetRangeHelper rangeHelper) |
void |
setSubCluSetInformations(Map<String,CluSetInformation> subCluSetInformations) |
public CluSetInformation()
public CluSetInformation(CluSetInfo cluSetInfo)
public CluSetInfo getCluSetInfo()
public void setCluSetInfo(CluSetInfo cluSetInfo)
public List<CluInformation> getClus()
public void setClus(List<CluInformation> clus)
public List<CluSetInformation> getCluSets()
public void setCluSets(List<CluSetInformation> cluSets)
public List<CluSetRangeInformation> getCluSetRanges()
public void setCluSetRanges(List<CluSetRangeInformation> cluSetRanges)
public Map<String,CluSetInformation> getSubCluSetInformations()
public void setSubCluSetInformations(Map<String,CluSetInformation> subCluSetInformations)
public CluSetInformation getParent()
public void setParent(CluSetInformation parent)
public CluSetRangeHelper getRangeHelper()
public void setRangeHelper(CluSetRangeHelper rangeHelper)
public int getCluListSize()
public int getCluSetListSize()
public int getCluRangeListSize()
public List<CluInformation> getClusAndClusInRange()
public String getCluDelimitedString()
public String getCluSetDelimitedString()
public boolean hasClus()
public boolean hasMembershipQuery()
public List<Object> getCluViewers()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.