org.iids.aos.systemservices.datatypes.wsagreement
Class PreferenceTypeItem

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.PreferenceTypeItem
All Implemented Interfaces:
java.io.Serializable

public class PreferenceTypeItem
extends java.lang.Object
implements java.io.Serializable

Class PreferenceTypeItem.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
PreferenceTypeItem()
           
 
Method Summary
 void deleteUtility()
          Method deleteUtility
 java.lang.String getServiceTermReference()
          Returns the value of field 'serviceTermReference'.
 float getUtility()
          Returns the value of field 'utility'.
 boolean hasUtility()
          Method hasUtility
 void setServiceTermReference(java.lang.String serviceTermReference)
          Sets the value of field 'serviceTermReference'.
 void setUtility(float utility)
          Sets the value of field 'utility'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceTypeItem

public PreferenceTypeItem()
Method Detail

deleteUtility

public void deleteUtility()
Method deleteUtility


getServiceTermReference

public java.lang.String getServiceTermReference()
Returns the value of field 'serviceTermReference'.

Returns:
String

getUtility

public float getUtility()
Returns the value of field 'utility'.

Returns:
float

hasUtility

public boolean hasUtility()
Method hasUtility

Returns:
boolean

setServiceTermReference

public void setServiceTermReference(java.lang.String serviceTermReference)
Sets the value of field 'serviceTermReference'.

Parameters:
serviceTermReference - the value of field 'serviceTermReference'.

setUtility

public void setUtility(float utility)
Sets the value of field 'utility'.

Parameters:
utility - the value of field 'utility'.


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.