@Immutable @MustImplementEqualsAndHashcode public class PModeParty extends Object implements com.helger.commons.id.IHasID<String>, Serializable
| Constructor and Description |
|---|
PModeParty(String sIDType,
String sIDValue,
String sRole,
String sUserName,
String sPassword) |
| Modifier and Type | Method and Description |
|---|---|
static PModeParty |
createSimple(String sIDValue,
String sRole) |
boolean |
equals(Object o) |
String |
getID() |
String |
getIDType() |
String |
getIDValue() |
String |
getPassword() |
String |
getRole() |
String |
getUserName() |
int |
hashCode() |
boolean |
hasIDType() |
boolean |
hasPassword() |
boolean |
hasUserName() |
String |
toString() |
Copyright © 2015–2020 Philip Helger. All rights reserved.