|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Authorization
com.ibm.ram.internal.jaxb.Reviewer
public class Reviewer
A state level collaborator.
Java class for Reviewer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reviewer">
<complexContent>
<extension base="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Authorization">
<sequence>
</sequence>
<attribute name="canUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="canVote" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isReceiveNotifications" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
downloadAllowed
|
protected java.lang.Boolean |
receiveNotifications
|
protected java.lang.Boolean |
updateAllowed
|
protected java.lang.Boolean |
updateAllowedInherited
|
protected java.lang.Boolean |
voteAllowed
|
protected java.lang.Boolean |
voteAllowedInherited
|
| Fields inherited from class com.ibm.ram.internal.jaxb.Authorization |
|---|
inherited, user, userGroup |
| Constructor Summary | |
|---|---|
Reviewer()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isDownloadAllowed()
|
boolean |
isReceiveNotifications()
Deprecated. - This property no longer exists for a reviewer. Setting it has no effect. Gets the value of the receiveNotifications property. |
boolean |
isSetReceiveNotifications()
|
boolean |
isSetUpdateAllowed()
|
boolean |
isSetVoteAllowed()
|
boolean |
isUpdateAllowed()
Gets the value of the updateAllowed property. |
boolean |
isUpdateAllowedInherited()
True if this permission is inherited from a parent lifecycle. |
boolean |
isVoteAllowed()
Gets the value of the voteAllowed property. |
boolean |
isVoteAllowedInherited()
True if this permission is inherited from a parent lifecycle. |
void |
setDownloadAllowed(boolean downloadAllowed)
|
void |
setReceiveNotifications(boolean value)
Deprecated. - This property no longer exists for a reviewer. Setting it has no effect. Sets the value of the receiveNotifications property. |
void |
setUpdateAllowed(boolean value)
Sets the value of the updateAllowed property. |
void |
setUpdateAllowedInherited(boolean updateAllowedInherited)
This should be set to true if the edit permission was inherited from a parent lifecycle. |
void |
setVoteAllowed(boolean value)
Sets the value of the voteAllowed property. |
void |
setVoteAllowedInherited(boolean voteAllowedInherited)
This should be set to true if the vote allowed permission was inherited from a parent lifecycle. |
void |
unsetReceiveNotifications()
Deprecated. - This property no longer exists for a reviewer. Setting it has no effect. |
void |
unsetUpdateAllowed()
|
void |
unsetVoteAllowed()
|
| Methods inherited from class com.ibm.ram.internal.jaxb.Authorization |
|---|
clone, compareTo, getUser, getUserGroup, isInherited, isSetUser, isSetUserGroup, sameUserOrGroup, setInherited, setUser, setUserGroup, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean updateAllowed
protected java.lang.Boolean updateAllowedInherited
protected java.lang.Boolean voteAllowed
protected java.lang.Boolean voteAllowedInherited
protected java.lang.Boolean receiveNotifications
protected java.lang.Boolean downloadAllowed
| Constructor Detail |
|---|
public Reviewer()
| Method Detail |
|---|
public boolean isUpdateAllowed()
Booleanpublic void setUpdateAllowed(boolean value)
value - allowed object is
Booleanpublic boolean isSetUpdateAllowed()
public void unsetUpdateAllowed()
public boolean isUpdateAllowedInherited()
public void setUpdateAllowedInherited(boolean updateAllowedInherited)
updateAllowedInherited - The updateAllowedInherited to set.public boolean isVoteAllowed()
Booleanpublic void setVoteAllowed(boolean value)
value - allowed object is
Booleanpublic boolean isSetVoteAllowed()
public void unsetVoteAllowed()
public boolean isVoteAllowedInherited()
public void setVoteAllowedInherited(boolean voteAllowedInherited)
voteAllowedInherited - The voteAllowedInherited to set.public boolean isReceiveNotifications()
Booleanpublic void setReceiveNotifications(boolean value)
value - allowed object is
Booleanpublic boolean isSetReceiveNotifications()
public void unsetReceiveNotifications()
public boolean isDownloadAllowed()
public void setDownloadAllowed(boolean downloadAllowed)
downloadAllowed - The downloadAllowed to set.public int hashCode()
hashCode in class Authorizationpublic boolean equals(java.lang.Object obj)
equals in class Authorization
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||