|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.sharing.SharePermissionImpl
public class SharePermissionImpl
Simple Bean implementation of SharePermission.
| Constructor Summary | |
|---|---|
SharePermissionImpl(Long id,
ShareType.Name type,
String param1,
String param2)
|
|
SharePermissionImpl(ShareType.Name type,
String param1,
String param2)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Long |
getId()
The identifier of the share. |
String |
getParam1()
The first parameter of the permission. |
String |
getParam2()
The second parameter of the permission. |
ShareType.Name |
getType()
The type of the share (e.g. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SharePermissionImpl(Long id,
ShareType.Name type,
String param1,
String param2)
public SharePermissionImpl(ShareType.Name type,
String param1,
String param2)
| Method Detail |
|---|
public Long getId()
SharePermission
getId in interface SharePermissionpublic ShareType.Name getType()
SharePermission
getType in interface SharePermissionpublic String getParam1()
SharePermission
getParam1 in interface SharePermissionpublic String getParam2()
SharePermission
getParam2 in interface SharePermissionpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||