|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.DependencyPrimaryKey
represents the primary key for the class Dependency.
Dependency,
Serialized Form| Constructor Summary | |
DependencyPrimaryKey()
|
|
| Method Summary | |
boolean |
equals(DependencyPrimaryKey o)
Returns true if this DependencyPrimaryKey is equal to another DependencyPrimaryKey. |
boolean |
equals(java.lang.Object o)
Returns true if this DependencyPrimaryKey is equal to another object. |
int |
getBlocked()
|
int |
getDependsOn()
|
int |
hashCode()
Override hashCode. |
void |
setBlocked(int blocked)
|
void |
setDependsOn(int dependsOn)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DependencyPrimaryKey()
| Method Detail |
public int getBlocked()
public void setBlocked(int blocked)
blocked - The blocked to set.public int getDependsOn()
public void setDependsOn(int dependsOn)
dependsOn - The dependsOn to set.public java.lang.String toString()
public boolean equals(java.lang.Object o)
public boolean equals(DependencyPrimaryKey o)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||