com.pmease.quickbuild.model
Class BuildDependence
java.lang.Object
com.pmease.quickbuild.model.AbstractEntity
com.pmease.quickbuild.model.BuildDependence
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class BuildDependence
- extends AbstractEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BuildDependence
public BuildDependence()
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.