|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.Persistent
com.pmease.quickbuild.model.BuildLabelRelation
This class maintains relationship between Build
and Label
Constructor Summary | |
BuildLabelRelation()
|
Method Summary | |
Build |
getBuild()
|
Label |
getLabel()
|
void |
setBuild(Build build)
|
void |
setLabel(Label label)
|
Methods inherited from class com.pmease.quickbuild.model.Persistent |
equals, getEntityVersion, getId, hashCode, setEntityVersion, setId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuildLabelRelation()
Method Detail |
public Build getBuild()
public void setBuild(Build build)
public Label getLabel()
public void setLabel(Label label)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |