public final class KeySetSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static KeySetSpec[] |
EMPTY_KEY_SET_SPEC_ARRAY |
| Constructor and Description |
|---|
KeySetSpec(SourceSystem sourceSystem,
String id,
String displayName,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDisplayName() |
String |
getId() |
SourceSystem |
getSourceSystem() |
int |
hashCode() |
String |
toString() |
public static final KeySetSpec[] EMPTY_KEY_SET_SPEC_ARRAY
public KeySetSpec(SourceSystem sourceSystem, String id, String displayName, String description)
public SourceSystem getSourceSystem()
public String getId()
public String getDisplayName()
public String getDescription()
Copyright © 2012–2016 Emory University. All rights reserved.