@Portable @Entity public class PlanVersionBean extends Object implements Serializable
PlanBean. All
other specifics of the plan, such as endpoint information
and configured policies are associated with a particular version
of that Plan. This class represents that version.| Constructor and Description |
|---|
PlanVersionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy() |
Date |
getCreatedOn() |
Long |
getId() |
Date |
getLockedOn() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
PlanBean |
getPlan() |
PlanStatus |
getStatus() |
String |
getVersion() |
int |
hashCode() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setId(Long id) |
void |
setLockedOn(Date lockedOn) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(Date modifiedOn) |
void |
setPlan(PlanBean plan) |
void |
setStatus(PlanStatus status) |
void |
setVersion(String version) |
public Long getId()
public void setId(Long id)
id - the id to setpublic PlanBean getPlan()
public void setPlan(PlanBean plan)
plan - the plan 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 PlanStatus getStatus()
public void setStatus(PlanStatus status)
status - the status to setpublic Date getLockedOn()
public void setLockedOn(Date lockedOn)
lockedOn - the lockedOn 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.