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