com.pmease.quickbuild.model
Class BuildLabelRelation

java.lang.Object
  extended bycom.pmease.quickbuild.model.Persistent
      extended bycom.pmease.quickbuild.model.BuildLabelRelation

public class BuildLabelRelation
extends Persistent

This class maintains relationship between Build and Label

Author:
robin shine

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

BuildLabelRelation

public BuildLabelRelation()
Method Detail

getBuild

public Build getBuild()
Returns:

setBuild

public void setBuild(Build build)

getLabel

public Label getLabel()
Returns:

setLabel

public void setLabel(Label label)


Copyright © 2005 PMEase Inc. All Rights Reserved.