| de.danet.an.workflow.liferayrms.Resource
Resource | public class Resource extends ResourceSupport implements WfResource,Serializable(Code) | | This class implements the Wfresource as provided by
the Jetspeed RMS package.
author: Michael Lipp version: $Revision: 1.2 $ |
Method Summary | |
public boolean | equals(Object obj) Two resources are equal if they have the same resource key.
Parameters: obj - the object to compare with. | public int | hashCode() The hash code is simply the hash code of the resource key. | public String | resourceKey() Retrieve the key of a resource. | public String | resourceName() Retrieve the name of a resource. |
equals | public boolean equals(Object obj)(Code) | | Two resources are equal if they have the same resource key.
Parameters: obj - the object to compare with. true if the object are equal. |
hashCode | public int hashCode()(Code) | | The hash code is simply the hash code of the resource key.
the hash code. |
|
|