com.pmease.quickbuild.model
Class BuildDependence

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.BuildDependence
All Implemented Interfaces:
java.io.Serializable

@Entity
public class BuildDependence
extends AbstractEntity

See Also:
Serialized Form

Constructor Summary
BuildDependence()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Build getDependency()
          Get dependency build of this dependency relation.
 Build getDependent()
          Get dependent build of this dependency relation.
 int hashCode()
           
 void setDependency(Build dependency)
           
 void setDependent(Build dependent)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildDependence

public BuildDependence()
Method Detail

getDependent

public Build getDependent()
Get dependent build of this dependency relation.


setDependent

public void setDependent(Build dependent)

getDependency

public Build getDependency()
Get dependency build of this dependency relation.


setDependency

public void setDependency(Build dependency)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class AbstractEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEntity


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.