@Entity public class DeploymentStoreEntry extends Object implements Serializable
Constructor and Description |
---|
DeploymentStoreEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttributes() |
String |
getDeploymentId() |
String |
getDeploymentUnit() |
Long |
getId() |
Integer |
getState() |
Date |
getUpdateDate() |
int |
hashCode() |
void |
setAttributes(String attributes) |
void |
setDeploymentId(String deploymentId) |
void |
setDeploymentUnit(String deploymentUnit) |
void |
setId(Long id) |
void |
setState(Integer state) |
void |
setUpdateDate(Date updateDate) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getDeploymentUnit()
public void setDeploymentUnit(String deploymentUnit)
public Integer getState()
public void setState(Integer state)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public String getAttributes()
public void setAttributes(String attributes)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.