@Immutable public class ParticipantListItem extends Object implements Serializable
Note: this class is also licensed under Apache 2 license, as it was not part of the original implementation
| Constructor and Description |
|---|
ParticipantListItem(String sSMPID,
com.helger.peppolid.IParticipantIdentifier aParticipantID)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.helger.peppolid.IParticipantIdentifier |
getParticipantID() |
String |
getSMPID() |
int |
hashCode() |
String |
toString() |
public ParticipantListItem(@Nonnull @Nonempty String sSMPID, @Nonnull com.helger.peppolid.IParticipantIdentifier aParticipantID)
sSMPID - The SMP ID to which the participant belongs. May neither be
null nor empty.aParticipantID - The participant identifier. May not be null.@Nonnull @Nonempty public String getSMPID()
null nor empty.@Nonnull public com.helger.peppolid.IParticipantIdentifier getParticipantID()
null.Copyright © 2015–2019 Philip Helger. All rights reserved.