com.infoengine.au
Class IEProperties.PropertyAssociation

java.lang.Object
  extended bycom.infoengine.au.IEProperties.PropertyAssociation
Enclosing class:
IEProperties

class IEProperties.PropertyAssociation
extends Object

simple class to associate parent services with child services


Field Summary
private  Vector serviceNames
           
 
Constructor Summary
IEProperties.PropertyAssociation(String serviceName)
           
 
Method Summary
 void addAssociation(String serviceName)
           
 boolean equals(Object o)
           
 String getServiceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceNames

private Vector serviceNames
Constructor Detail

IEProperties.PropertyAssociation

public IEProperties.PropertyAssociation(String serviceName)
Method Detail

addAssociation

public void addAssociation(String serviceName)

getServiceName

public String getServiceName()

equals

public boolean equals(Object o)

toString

public String toString()