public class UDLEntryId extends Object implements Serializable
| Constructor and Description |
|---|
UDLEntryId(EntityId entityId) |
UDLEntryId(EntityId entityId,
String property) |
UDLEntryId(EntityId entityId,
String property,
BigInteger sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
getEntityId() |
String |
getProperty() |
BigInteger |
getSequenceNumber() |
void |
setEntityId(EntityId entityId) |
void |
setProperty(String property) |
void |
setSequenceNumber(BigInteger sequenceNumber) |
String |
toString() |
public UDLEntryId(EntityId entityId)
public UDLEntryId(EntityId entityId, String property, BigInteger sequenceNumber)
public EntityId getEntityId()
public void setEntityId(EntityId entityId)
public String getProperty()
public void setProperty(String property)
public BigInteger getSequenceNumber()
public void setSequenceNumber(BigInteger sequenceNumber)
Copyright © 2024 CERN European Organization for Nuclear Research. All rights reserved.