org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteConfiguration

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteConfiguration
All Implemented Interfaces:
Serializable

public class RemoteConfiguration
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteConfiguration()
           
RemoteConfiguration(boolean allowAttachments, boolean allowExternalUserManagment, boolean allowIssueLinking, boolean allowSubTasks, boolean allowTimeTracking, boolean allowUnassignedIssues, boolean allowVoting, boolean allowWatching, int timeTrackingDaysPerWeek, int timeTrackingHoursPerDay)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConfiguration

public RemoteConfiguration()

RemoteConfiguration

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

isAllowAttachments

public boolean isAllowAttachments()
Gets the allowAttachments value for this RemoteConfiguration.

Returns:
allowAttachments

setAllowAttachments

public void setAllowAttachments(boolean allowAttachments)
Sets the allowAttachments value for this RemoteConfiguration.

Parameters:
allowAttachments -

isAllowExternalUserManagment

public boolean isAllowExternalUserManagment()
Gets the allowExternalUserManagment value for this RemoteConfiguration.

Returns:
allowExternalUserManagment

setAllowExternalUserManagment

public void setAllowExternalUserManagment(boolean allowExternalUserManagment)
Sets the allowExternalUserManagment value for this RemoteConfiguration.

Parameters:
allowExternalUserManagment -

isAllowIssueLinking

public boolean isAllowIssueLinking()
Gets the allowIssueLinking value for this RemoteConfiguration.

Returns:
allowIssueLinking

setAllowIssueLinking

public void setAllowIssueLinking(boolean allowIssueLinking)
Sets the allowIssueLinking value for this RemoteConfiguration.

Parameters:
allowIssueLinking -

isAllowSubTasks

public boolean isAllowSubTasks()
Gets the allowSubTasks value for this RemoteConfiguration.

Returns:
allowSubTasks

setAllowSubTasks

public void setAllowSubTasks(boolean allowSubTasks)
Sets the allowSubTasks value for this RemoteConfiguration.

Parameters:
allowSubTasks -

isAllowTimeTracking

public boolean isAllowTimeTracking()
Gets the allowTimeTracking value for this RemoteConfiguration.

Returns:
allowTimeTracking

setAllowTimeTracking

public void setAllowTimeTracking(boolean allowTimeTracking)
Sets the allowTimeTracking value for this RemoteConfiguration.

Parameters:
allowTimeTracking -

isAllowUnassignedIssues

public boolean isAllowUnassignedIssues()
Gets the allowUnassignedIssues value for this RemoteConfiguration.

Returns:
allowUnassignedIssues

setAllowUnassignedIssues

public void setAllowUnassignedIssues(boolean allowUnassignedIssues)
Sets the allowUnassignedIssues value for this RemoteConfiguration.

Parameters:
allowUnassignedIssues -

isAllowVoting

public boolean isAllowVoting()
Gets the allowVoting value for this RemoteConfiguration.

Returns:
allowVoting

setAllowVoting

public void setAllowVoting(boolean allowVoting)
Sets the allowVoting value for this RemoteConfiguration.

Parameters:
allowVoting -

isAllowWatching

public boolean isAllowWatching()
Gets the allowWatching value for this RemoteConfiguration.

Returns:
allowWatching

setAllowWatching

public void setAllowWatching(boolean allowWatching)
Sets the allowWatching value for this RemoteConfiguration.

Parameters:
allowWatching -

getTimeTrackingDaysPerWeek

public int getTimeTrackingDaysPerWeek()
Gets the timeTrackingDaysPerWeek value for this RemoteConfiguration.

Returns:
timeTrackingDaysPerWeek

setTimeTrackingDaysPerWeek

public void setTimeTrackingDaysPerWeek(int timeTrackingDaysPerWeek)
Sets the timeTrackingDaysPerWeek value for this RemoteConfiguration.

Parameters:
timeTrackingDaysPerWeek -

getTimeTrackingHoursPerDay

public int getTimeTrackingHoursPerDay()
Gets the timeTrackingHoursPerDay value for this RemoteConfiguration.

Returns:
timeTrackingHoursPerDay

setTimeTrackingHoursPerDay

public void setTimeTrackingHoursPerDay(int timeTrackingHoursPerDay)
Sets the timeTrackingHoursPerDay value for this RemoteConfiguration.

Parameters:
timeTrackingHoursPerDay -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.