@Entity
public class CustomParameterPersisted
extends joynr.types.CustomParameter
| Constructor and Description |
|---|
CustomParameterPersisted() |
CustomParameterPersisted(String participantId,
joynr.types.CustomParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
protected String |
getParticipantId() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
protected void |
setParticipantId(String participantId) |
void |
setValue(String value) |
public CustomParameterPersisted()
public CustomParameterPersisted(String participantId, joynr.types.CustomParameter parameter)
protected final String getParticipantId()
protected final void setParticipantId(String participantId)
public String getName()
getName in class joynr.types.CustomParameterpublic void setName(String name)
setName in class joynr.types.CustomParameterpublic String getValue()
getValue in class joynr.types.CustomParameterpublic void setValue(String value)
setValue in class joynr.types.CustomParameterpublic int hashCode()
hashCode in class joynr.types.CustomParameterpublic boolean equals(Object obj)
equals in class joynr.types.CustomParameterCopyright © 2016. All rights reserved.