@Portable @Entity public class ApplicationVersionBean extends Object implements Serializable
ApplicationBean. All
other specifics of the application, such as endpoint information
and configured policies are associated with a particular version
of that Application. This class represents that version.| Constructor and Description |
|---|
ApplicationVersionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ApplicationBean |
getApplication() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
Long |
getId() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
Date |
getPublishedOn() |
Date |
getRetiredOn() |
ApplicationStatus |
getStatus() |
String |
getVersion() |
int |
hashCode() |
void |
setApplication(ApplicationBean application) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setId(Long id) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(Date modifiedOn) |
void |
setPublishedOn(Date publishedOn) |
void |
setRetiredOn(Date retiredOn) |
void |
setStatus(ApplicationStatus status) |
void |
setVersion(String version) |
public Long getId()
public void setId(Long id)
id - the id to setpublic ApplicationBean getApplication()
public void setApplication(ApplicationBean application)
application - the application to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic ApplicationStatus getStatus()
public void setStatus(ApplicationStatus status)
status - the status to setpublic Date getPublishedOn()
public void setPublishedOn(Date publishedOn)
publishedOn - the publishedOn to setpublic Date getRetiredOn()
public void setRetiredOn(Date retiredOn)
retiredOn - the retiredOn to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the modifiedBy to setpublic Date getModifiedOn()
public void setModifiedOn(Date modifiedOn)
modifiedOn - the modifiedOn to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.