@Entity public class UpgradeItemEntity extends Object
Stage
.
Since UpgradeItemEntity
instances are rarely created, yet created in
bulk, we have an abnormally high allocationSize
} for the
TableGenerator
. This helps prevent locks caused by frequenty queries
to the sequence ID table.Constructor and Description |
---|
UpgradeItemEntity() |
Modifier and Type | Method and Description |
---|---|
UpgradeGroupEntity |
getGroupEntity() |
String |
getHosts() |
Long |
getId() |
Long |
getStageId() |
UpgradeState |
getState() |
String |
getTasks() |
String |
getText() |
void |
setGroupEntity(UpgradeGroupEntity entity) |
void |
setHosts(String json) |
void |
setId(Long id) |
void |
setStageId(Long id) |
void |
setState(UpgradeState state) |
void |
setTasks(String json) |
void |
setText(String text) |
public Long getId()
public void setId(Long id)
id
- the idpublic UpgradeState getState()
public void setState(UpgradeState state)
state
- the statepublic String getTasks()
public void setTasks(String json)
json
- the tasks in json formatpublic String getHosts()
public void setHosts(String json)
json
- the hosts in json formatpublic String getText()
public void setText(String text)
text
- the item textpublic UpgradeGroupEntity getGroupEntity()
public void setGroupEntity(UpgradeGroupEntity entity)
public Long getStageId()
public void setStageId(Long id)
Copyright © 2022 Apache Software Foundation. All rights reserved.