|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.infostore.RightIDDescriptor
public class RightIDDescriptor
The class describes the basic information of a right as an identifier which specifies the id, the right plugin type, and the owner flag.
| Field Summary | |
|---|---|
int |
id
The base right ID |
boolean |
isOwner
The boolean flag indicating that the right only applies to owner of an object |
java.lang.Object |
kind
The plugin kind which the right is specifically defined in. |
| Constructor Summary | |
|---|---|
RightIDDescriptor(int id)
Deprecated. A right must be constructed with the base right id, the kind the right is customly defined in, and the owner flag. Use constructors with all these required parameters instead. |
|
RightIDDescriptor(int id,
java.lang.Object kind,
boolean isOwner)
This constructor takes the right id,the right kind, and the owner flag - parameters that are used to compose the net right id |
|
RightIDDescriptor(RightIDDescriptor right)
Copy constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int id
public java.lang.Object kind
public boolean isOwner
| Constructor Detail |
|---|
public RightIDDescriptor(int id)
public RightIDDescriptor(int id,
java.lang.Object kind,
boolean isOwner)
id - The base id of the rightkind - The plugin kind which the right is specifically defined in. It can be an Integer representing the plugin
type id or a String representing the plugin kind. For system rights, provide kind as an empty string.isOwner - The boolean flag indicating that the right only applies to owner of an objectpublic RightIDDescriptor(RightIDDescriptor right)
right - Right to be copied| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||