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

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

public class OverviewDoc
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
OverviewDoc()
           
OverviewDoc(Description[] description, String overviewURL)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 Description[] getDescription()
          Gets the description value for this OverviewDoc.
 Description getDescription(int i)
           
 String getOverviewURL()
          Gets the overviewURL value for this OverviewDoc.
 int hashCode()
           
 void setDescription(Description[] description)
          Sets the description value for this OverviewDoc.
 void setDescription(int i, Description _value)
           
 void setOverviewURL(String overviewURL)
          Sets the overviewURL value for this OverviewDoc.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewDoc

public OverviewDoc()

OverviewDoc

public OverviewDoc(Description[] description,
                   String overviewURL)
Method Detail

getDescription

public Description[] getDescription()
Gets the description value for this OverviewDoc.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this OverviewDoc.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getOverviewURL

public String getOverviewURL()
Gets the overviewURL value for this OverviewDoc.

Returns:
overviewURL

setOverviewURL

public void setOverviewURL(String overviewURL)
Sets the overviewURL value for this OverviewDoc.

Parameters:
overviewURL -

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