public class OccurrenceItemId extends ItemId
| Constructor and Description |
|---|
OccurrenceItemId()
Initializes a new instance of the OccurrenceItemId class.
|
OccurrenceItemId(java.lang.String id)
Initializes a new instance of the OccurrenceItemId class.
|
OccurrenceItemId(java.lang.String id,
int index)
Initializes a new instance of the OccurrenceItemId class.
|
OccurrenceItemId(java.lang.String id,
java.lang.String changeKey)
Initializes a new instance of the OccurrenceItemId class.
|
OccurrenceItemId(java.lang.String id,
java.lang.String changeKey,
int index)
Initializes a new instance of the OccurrenceItemId class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the index of the item occurrence.
|
void |
setIndex(int index)
Sets the index of the item occurrence.
|
java.lang.String |
toString()
Converts the value of the current OccurrenceItemId object to its equivalent string representation.
|
getChangeKey, setChangeKeypublic OccurrenceItemId()
public OccurrenceItemId(java.lang.String id)
id - the idpublic OccurrenceItemId(java.lang.String id,
java.lang.String changeKey)
id - the idchangeKey - the change keypublic OccurrenceItemId(java.lang.String id,
int index)
id - the idindex - the indexpublic OccurrenceItemId(java.lang.String id,
java.lang.String changeKey,
int index)
id - the idchangeKey - the change keyindex - the indexpublic java.lang.String toString()
public int getIndex()
public void setIndex(int index)
index - the new index