public class StringIdentifier extends Object implements Identifier<String>
| Constructor and Description |
|---|
StringIdentifier(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
int |
hashCode() |
String |
stringValue() |
String |
toString() |
public StringIdentifier(String id)
public String getId()
getId in interface Identifier<String>public String stringValue()
stringValue in interface Identifier<String>Copyright © 2014. All rights reserved.