public class TupleRP extends Object implements Serializable
Constructor and Description |
---|
TupleRP() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescription()
Returns the value of field 'description'.
|
String |
getName()
Returns the value of field 'name'.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the value of field 'description'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
public String getDescription()
public String getName()
public void setDescription(String description)
description
- the value of field 'description'.public void setName(String name)
name
- the value of field 'name'.Copyright © 2021. All rights reserved.