public class SlashEncodedIds extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstId |
protected String |
secondId |
| Modifier | Constructor and Description |
|---|---|
protected |
SlashEncodedIds(String firstId,
String secondId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SlashEncodedIds |
fromSlashEncoded(String id) |
static SlashEncodedIds |
fromTwoIds(String firstId,
String secondId) |
String |
getFirstId() |
String |
getSecondId() |
int |
hashCode() |
String |
slashEncode() |
String |
toString() |
public static SlashEncodedIds fromSlashEncoded(String id)
public static SlashEncodedIds fromTwoIds(String firstId, String secondId)
public String slashEncode()
public String getFirstId()
public String getSecondId()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.