| |
|
| java.lang.Object org.apache.jetspeed.capabilities.impl.CapabilityImpl
CapabilityImpl | public class CapabilityImpl implements Capability(Code) | | Capability implementation class.
author: Roger Ruttimann version: $Id: CapabilityImpl.java 517719 2007-03-13 15:05:48Z ate $ |
Method Summary | |
public boolean | equals(Object object) Implements the equals operation so that 2 elements are equal if
all their member values are equal. | public int | getCapabilityId() | public String | getName() | public int | hashCode() Implements the hashCode calculation so two different objects with the content return the same hashcode.... | public void | setCapabilityId(int id) | public void | setName(String name) |
equals | public boolean equals(Object object)(Code) | | Implements the equals operation so that 2 elements are equal if
all their member values are equal.
Parameters: object - to compare this one with true if both objects represent the same (logical) content |
getCapabilityId | public int getCapabilityId()(Code) | | |
hashCode | public int hashCode()(Code) | | Implements the hashCode calculation so two different objects with the content return the same hashcode....
|
setCapabilityId | public void setCapabilityId(int id)(Code) | | |
|
|
|