public final class RemotableSelectGroup extends Object implements RemotableSelectGroupContract, ModelObjectComplete
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RemotableSelectGroup.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj)All "Complete" model object's should adhere to the  ModelObjectComplete.equals(Object)contract. | 
| Map<String,String> | getKeyLabels()The key-label pairs to display on the control. | 
| String | getLabel()The label for the select group select group. | 
| int | hashCode()All "Complete" model object's should adhere to the  ModelObjectComplete.hashCode()contract. | 
| String | toString()This will return a proper string representation of the Model Object. | 
public Map<String,String> getKeyLabels()
KeyLabeledgetKeyLabels in interface KeyLabeledpublic String getLabel()
RemotableSelectGroupContractgetLabel in interface RemotableSelectGroupContractpublic int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equalitypublic String toString()
ModelObjectBasictoString in interface ModelObjectBasictoString in class ObjectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.