public class

RemoteConfiguration

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteConfiguration

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private boolean allowAttachments
private boolean allowExternalUserManagment
private boolean allowIssueLinking
private boolean allowSubTasks
private boolean allowTimeTracking
private boolean allowUnassignedIssues
private boolean allowVoting
private boolean allowWatching
private int timeTrackingDaysPerWeek
private int timeTrackingHoursPerDay
private static TypeDesc typeDesc
Public Constructors
RemoteConfiguration()
RemoteConfiguration(boolean allowAttachments, boolean allowExternalUserManagment, boolean allowIssueLinking, boolean allowSubTasks, boolean allowTimeTracking, boolean allowUnassignedIssues, boolean allowVoting, boolean allowWatching, int timeTrackingDaysPerWeek, int timeTrackingHoursPerDay)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
int getTimeTrackingDaysPerWeek()
Gets the timeTrackingDaysPerWeek value for this RemoteConfiguration.
int getTimeTrackingHoursPerDay()
Gets the timeTrackingHoursPerDay value for this RemoteConfiguration.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
boolean isAllowAttachments()
Gets the allowAttachments value for this RemoteConfiguration.
boolean isAllowExternalUserManagment()
Gets the allowExternalUserManagment value for this RemoteConfiguration.
boolean isAllowIssueLinking()
Gets the allowIssueLinking value for this RemoteConfiguration.
boolean isAllowSubTasks()
Gets the allowSubTasks value for this RemoteConfiguration.
boolean isAllowTimeTracking()
Gets the allowTimeTracking value for this RemoteConfiguration.
boolean isAllowUnassignedIssues()
Gets the allowUnassignedIssues value for this RemoteConfiguration.
boolean isAllowVoting()
Gets the allowVoting value for this RemoteConfiguration.
boolean isAllowWatching()
Gets the allowWatching value for this RemoteConfiguration.
void setAllowAttachments(boolean allowAttachments)
Sets the allowAttachments value for this RemoteConfiguration.
void setAllowExternalUserManagment(boolean allowExternalUserManagment)
Sets the allowExternalUserManagment value for this RemoteConfiguration.
void setAllowIssueLinking(boolean allowIssueLinking)
Sets the allowIssueLinking value for this RemoteConfiguration.
void setAllowSubTasks(boolean allowSubTasks)
Sets the allowSubTasks value for this RemoteConfiguration.
void setAllowTimeTracking(boolean allowTimeTracking)
Sets the allowTimeTracking value for this RemoteConfiguration.
void setAllowUnassignedIssues(boolean allowUnassignedIssues)
Sets the allowUnassignedIssues value for this RemoteConfiguration.
void setAllowVoting(boolean allowVoting)
Sets the allowVoting value for this RemoteConfiguration.
void setAllowWatching(boolean allowWatching)
Sets the allowWatching value for this RemoteConfiguration.
void setTimeTrackingDaysPerWeek(int timeTrackingDaysPerWeek)
Sets the timeTrackingDaysPerWeek value for this RemoteConfiguration.
void setTimeTrackingHoursPerDay(int timeTrackingHoursPerDay)
Sets the timeTrackingHoursPerDay value for this RemoteConfiguration.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private boolean allowAttachments

private boolean allowExternalUserManagment

private boolean allowIssueLinking

private boolean allowSubTasks

private boolean allowTimeTracking

private boolean allowUnassignedIssues

private boolean allowVoting

private boolean allowWatching

private int timeTrackingDaysPerWeek

private int timeTrackingHoursPerDay

private static TypeDesc typeDesc

Public Constructors

public RemoteConfiguration ()

public RemoteConfiguration (boolean allowAttachments, boolean allowExternalUserManagment, boolean allowIssueLinking, boolean allowSubTasks, boolean allowTimeTracking, boolean allowUnassignedIssues, boolean allowVoting, boolean allowWatching, int timeTrackingDaysPerWeek, int timeTrackingHoursPerDay)

Parameters
allowAttachments
allowExternalUserManagment
allowIssueLinking
allowSubTasks
allowTimeTracking
allowUnassignedIssues
allowVoting
allowWatching
timeTrackingDaysPerWeek
timeTrackingHoursPerDay

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public int getTimeTrackingDaysPerWeek ()

Gets the timeTrackingDaysPerWeek value for this RemoteConfiguration.

Returns
  • timeTrackingDaysPerWeek

public int getTimeTrackingHoursPerDay ()

Gets the timeTrackingHoursPerDay value for this RemoteConfiguration.

Returns
  • timeTrackingHoursPerDay

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public boolean isAllowAttachments ()

Gets the allowAttachments value for this RemoteConfiguration.

Returns
  • allowAttachments

public boolean isAllowExternalUserManagment ()

Gets the allowExternalUserManagment value for this RemoteConfiguration.

Returns
  • allowExternalUserManagment

public boolean isAllowIssueLinking ()

Gets the allowIssueLinking value for this RemoteConfiguration.

Returns
  • allowIssueLinking

public boolean isAllowSubTasks ()

Gets the allowSubTasks value for this RemoteConfiguration.

Returns
  • allowSubTasks

public boolean isAllowTimeTracking ()

Gets the allowTimeTracking value for this RemoteConfiguration.

Returns
  • allowTimeTracking

public boolean isAllowUnassignedIssues ()

Gets the allowUnassignedIssues value for this RemoteConfiguration.

Returns
  • allowUnassignedIssues

public boolean isAllowVoting ()

Gets the allowVoting value for this RemoteConfiguration.

Returns
  • allowVoting

public boolean isAllowWatching ()

Gets the allowWatching value for this RemoteConfiguration.

Returns
  • allowWatching

public void setAllowAttachments (boolean allowAttachments)

Sets the allowAttachments value for this RemoteConfiguration.

Parameters
allowAttachments

public void setAllowExternalUserManagment (boolean allowExternalUserManagment)

Sets the allowExternalUserManagment value for this RemoteConfiguration.

Parameters
allowExternalUserManagment

public void setAllowIssueLinking (boolean allowIssueLinking)

Sets the allowIssueLinking value for this RemoteConfiguration.

Parameters
allowIssueLinking

public void setAllowSubTasks (boolean allowSubTasks)

Sets the allowSubTasks value for this RemoteConfiguration.

Parameters
allowSubTasks

public void setAllowTimeTracking (boolean allowTimeTracking)

Sets the allowTimeTracking value for this RemoteConfiguration.

Parameters
allowTimeTracking

public void setAllowUnassignedIssues (boolean allowUnassignedIssues)

Sets the allowUnassignedIssues value for this RemoteConfiguration.

Parameters
allowUnassignedIssues

public void setAllowVoting (boolean allowVoting)

Sets the allowVoting value for this RemoteConfiguration.

Parameters
allowVoting

public void setAllowWatching (boolean allowWatching)

Sets the allowWatching value for this RemoteConfiguration.

Parameters
allowWatching

public void setTimeTrackingDaysPerWeek (int timeTrackingDaysPerWeek)

Sets the timeTrackingDaysPerWeek value for this RemoteConfiguration.

Parameters
timeTrackingDaysPerWeek

public void setTimeTrackingHoursPerDay (int timeTrackingHoursPerDay)

Sets the timeTrackingHoursPerDay value for this RemoteConfiguration.

Parameters
timeTrackingHoursPerDay