|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 SharePermission
public ShareType.Name getType()
SharePermission
getType
in interface SharePermission
public String getParam1()
SharePermission
getParam1
in interface SharePermission
public String getParam2()
SharePermission
getParam2
in interface SharePermission
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |