uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class Contacts

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Contacts
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class Contacts
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Contacts()
           
Contacts(Contact[] contact)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 Contact[] getContact()
          Gets the contact value for this Contacts.
 Contact getContact(int i)
           
 int hashCode()
           
 void setContact(Contact[] contact)
          Sets the contact value for this Contacts.
 void setContact(int i, Contact _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contacts

public Contacts()

Contacts

public Contacts(Contact[] contact)
Method Detail

getContact

public Contact[] getContact()
Gets the contact value for this Contacts.

Returns:
contact

setContact

public void setContact(Contact[] contact)
Sets the contact value for this Contacts.

Parameters:
contact -

getContact

public Contact getContact(int i)

setContact

public void setContact(int i,
                       Contact _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception