|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.BuildFacade
Facade class for Build. Build is generated through running of a build configuration. The purpose of QuickBuild is to define different build configurations and generate desired builds.
Constructor Summary | |
BuildFacade()
|
Method Summary | |
java.lang.Long |
getConfiguration()
OGNL: Get build configuration which this build belongs to.. |
java.util.Date |
getEndDate()
OGNL: Get the date when this build is finished |
int |
getEntityVersion()
|
java.lang.Long |
getId()
Get identifer of this object. |
java.lang.String |
getLabel()
OGNL: Get label for this build. |
java.util.Date |
getStartDate()
OGNL: Get the date when this build is started |
java.lang.String |
getStatus()
OGNL: Get status of this build |
java.lang.String |
getVersion()
OGNL: Get version of this build configuration. |
void |
setConfiguration(java.lang.Long configuration)
|
void |
setEndDate(java.util.Date endDate)
|
void |
setEntityVersion(int entityVersion)
|
void |
setId(java.lang.Long id)
|
void |
setLabel(java.lang.String label)
|
void |
setStartDate(java.util.Date startDate)
|
void |
setStatus(java.lang.String status)
|
void |
setVersion(java.lang.String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuildFacade()
Method Detail |
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.Long getConfiguration()
public void setConfiguration(java.lang.Long configuration)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public int getEntityVersion()
public void setEntityVersion(int entityVersion)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |