com.pmease.quickbuild.model
Class BuildDependentGuidRelation

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

public class BuildDependentGuidRelation
extends Persistent

This class maintains relationship between Build and DependentGuid

Author:
robin shine

Constructor Summary
BuildDependentGuidRelation()
           
 
Method Summary
 Build getBuild()
           
 DependentGuid getDependentGuid()
           
 void setBuild(Build build)
           
 void setDependentGuid(DependentGuid dependentGuid)
           
 
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

BuildDependentGuidRelation

public BuildDependentGuidRelation()
Method Detail

getBuild

public Build getBuild()
Returns:

setBuild

public void setBuild(Build build)

getDependentGuid

public DependentGuid getDependentGuid()
Returns:

setDependentGuid

public void setDependentGuid(DependentGuid dependentGuid)


Copyright © 2005 PMEase Inc. All Rights Reserved.