|
||||||||||
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 Capability
public int getCapabilityId()
Capability
getCapabilityId
in interface Capability
public void setName(java.lang.String name)
Capability
setName
in interface Capability
public java.lang.String getName()
Capability
getName
in interface Capability
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- to compare this one with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |