public class ConditionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected Long |
id |
protected Map<String,String> |
name |
| Constructor and Description |
|---|
ConditionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name of the object translated into different languages.
|
int |
hashCode() |
String |
toString() |
protected Long id
public Map<String,String> getDescription()
public Long getId()
public Map<String,String> getName()
Copyright © 2023. All rights reserved.