public class PropSchemaItemDto
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PropSchemaItemDto.PropSchemaItemDtoBuilder |
Modifier and Type | Method and Description |
---|---|
static PropSchemaItemDto.PropSchemaItemDtoBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getId() |
java.lang.String |
getName() |
int |
getSequence() |
PropSchemaItemTypeEnum |
getType()
The type of the schema item.
|
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setId(int id) |
void |
setName(java.lang.String name) |
void |
setSequence(int sequence) |
void |
setType(PropSchemaItemTypeEnum type)
The type of the schema item.
|
java.lang.String |
toString() |
public static PropSchemaItemDto.PropSchemaItemDtoBuilder builder()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
public java.lang.String getName()
public PropSchemaItemTypeEnum getType()
public boolean isEnabled()
public int getSequence()
public void setId(int id)
public void setName(java.lang.String name)
public void setType(PropSchemaItemTypeEnum type)
public void setEnabled(boolean enabled)
public void setSequence(int sequence)