|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
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.
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 |
public AssignSagToServiceProfileConflict()
public AssignSagToServiceProfileConflict(java.lang.String _clientApplication, org.csapi.jr.se.fw.SagProfilePair _alreadyAssignedSagProfilePair, java.lang.String _service)
_clientApplication
- _alreadyAssignedSagProfilePair
- _service
- Method Detail |
public java.lang.String getClientApplication()
public org.csapi.jr.se.fw.SagProfilePair getAlreadyAssignedSagProfilePair()
public java.lang.String getService()
public void setClientApplication(java.lang.String clientApplication)
public void setAlreadyAssignedSagProfilePair(org.csapi.jr.se.fw.SagProfilePair alreadyAssignedSagProfilePair)
public void setService(java.lang.String service)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |