org.csapi.jr.se.fw
Class AssignSagToServiceProfileConflict

java.lang.Object
  |
  +--org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
All Implemented Interfaces:
java.io.Serializable

public final class AssignSagToServiceProfileConflict
extends java.lang.Object
implements java.io.Serializable

This data type is a Sequence of Data Elements which describes a conflict that may occur when a SAG is assigned to a Service Profile - see method assign(). The AlreadyAssignedSagProfilePair describes the SAG and the service profile through which the client application is already assigned to the service.

See Also:
Serialized Form

Constructor Summary
AssignSagToServiceProfileConflict()
          Creates a new AssignSagToServiceProfileConflict instance.
AssignSagToServiceProfileConflict(java.lang.String _clientApplication, org.csapi.jr.se.fw.SagProfilePair _alreadyAssignedSagProfilePair, java.lang.String _service)
          Creates a new AssignSagToServiceProfileConflict instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.SagProfilePair getAlreadyAssignedSagProfilePair()
          This method returns a alreadyAssignedSagProfilePair.
 java.lang.String getClientApplication()
          This method returns a clientApplication.
 java.lang.String getService()
          This method returns a service.
 int hashCode()
          Returns a hashcode value for the object.
 void setAlreadyAssignedSagProfilePair(org.csapi.jr.se.fw.SagProfilePair alreadyAssignedSagProfilePair)
          This method sets a alreadyAssignedSagProfilePair.
 void setClientApplication(java.lang.String clientApplication)
          This method sets a clientApplication.
 void setService(java.lang.String service)
          This method sets a service.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignSagToServiceProfileConflict

public AssignSagToServiceProfileConflict()
Creates a new AssignSagToServiceProfileConflict instance.


AssignSagToServiceProfileConflict

public AssignSagToServiceProfileConflict(java.lang.String _clientApplication,
                                         org.csapi.jr.se.fw.SagProfilePair _alreadyAssignedSagProfilePair,
                                         java.lang.String _service)
Creates a new AssignSagToServiceProfileConflict instance.

Parameters:
_clientApplication -
_alreadyAssignedSagProfilePair -
_service -
Method Detail

getClientApplication

public java.lang.String getClientApplication()
This method returns a clientApplication.

Returns:
a String value

getAlreadyAssignedSagProfilePair

public org.csapi.jr.se.fw.SagProfilePair getAlreadyAssignedSagProfilePair()
This method returns a alreadyAssignedSagProfilePair.

Returns:
a org.csapi.jr.se.fw.SagProfilePair value

getService

public java.lang.String getService()
This method returns a service.

Returns:
a String value

setClientApplication

public void setClientApplication(java.lang.String clientApplication)
This method sets a clientApplication.


setAlreadyAssignedSagProfilePair

public void setAlreadyAssignedSagProfilePair(org.csapi.jr.se.fw.SagProfilePair alreadyAssignedSagProfilePair)
This method sets a alreadyAssignedSagProfilePair.


setService

public void setService(java.lang.String service)
This method sets a service.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object