|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.capabilities.impl.CapabilityImpl
public class CapabilityImpl
Capability implementation class.
| Constructor Summary | |
|---|---|
CapabilityImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal. |
int |
getCapabilityId()
Get CapabilityId |
java.lang.String |
getName()
Get CapabilityId |
int |
hashCode()
Implements the hashCode calculation so two different objects with the content return the same hashcode.... |
void |
setCapabilityId(int id)
Set CapabilityId |
void |
setName(java.lang.String name)
Set Capability name |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CapabilityImpl()
| Method Detail |
|---|
public void setCapabilityId(int id)
Capability
setCapabilityId in interface Capabilitypublic int getCapabilityId()
Capability
getCapabilityId in interface Capabilitypublic void setName(java.lang.String name)
Capability
setName in interface Capabilitypublic java.lang.String getName()
Capability
getName in interface Capabilitypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - to compare this one with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||