@Entity public class ExpectedPartitionValueEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
ExpectedPartitionValueEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
PartitionKeyGroupEntity |
getPartitionKeyGroup() |
String |
getPartitionValue() |
void |
setId(Long id) |
void |
setPartitionKeyGroup(PartitionKeyGroupEntity partitionKeyGroup) |
void |
setPartitionValue(String partitionValue) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public PartitionKeyGroupEntity getPartitionKeyGroup()
public void setPartitionKeyGroup(PartitionKeyGroupEntity partitionKeyGroup)
public String getPartitionValue()
public void setPartitionValue(String partitionValue)
Copyright © 2021. All rights reserved.