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

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

public class BusinessDetailExt
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
BusinessDetailExt()
           
BusinessDetailExt(BusinessEntityExt[] businessEntityExt, String generic, String operator, Truncated truncated)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 BusinessEntityExt[] getBusinessEntityExt()
          Gets the businessEntityExt value for this BusinessDetailExt.
 BusinessEntityExt getBusinessEntityExt(int i)
           
 String getGeneric()
          Gets the generic value for this BusinessDetailExt.
 String getOperator()
          Gets the operator value for this BusinessDetailExt.
 Truncated getTruncated()
          Gets the truncated value for this BusinessDetailExt.
 int hashCode()
           
 void setBusinessEntityExt(BusinessEntityExt[] businessEntityExt)
          Sets the businessEntityExt value for this BusinessDetailExt.
 void setBusinessEntityExt(int i, BusinessEntityExt _value)
           
 void setGeneric(String generic)
          Sets the generic value for this BusinessDetailExt.
 void setOperator(String operator)
          Sets the operator value for this BusinessDetailExt.
 void setTruncated(Truncated truncated)
          Sets the truncated value for this BusinessDetailExt.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessDetailExt

public BusinessDetailExt()

BusinessDetailExt

public BusinessDetailExt(BusinessEntityExt[] businessEntityExt,
                         String generic,
                         String operator,
                         Truncated truncated)
Method Detail

getBusinessEntityExt

public BusinessEntityExt[] getBusinessEntityExt()
Gets the businessEntityExt value for this BusinessDetailExt.

Returns:
businessEntityExt

setBusinessEntityExt

public void setBusinessEntityExt(BusinessEntityExt[] businessEntityExt)
Sets the businessEntityExt value for this BusinessDetailExt.

Parameters:
businessEntityExt -

getBusinessEntityExt

public BusinessEntityExt getBusinessEntityExt(int i)

setBusinessEntityExt

public void setBusinessEntityExt(int i,
                                 BusinessEntityExt _value)

getGeneric

public String getGeneric()
Gets the generic value for this BusinessDetailExt.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this BusinessDetailExt.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this BusinessDetailExt.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this BusinessDetailExt.

Parameters:
operator -

getTruncated

public Truncated getTruncated()
Gets the truncated value for this BusinessDetailExt.

Returns:
truncated

setTruncated

public void setTruncated(Truncated truncated)
Sets the truncated value for this BusinessDetailExt.

Parameters:
truncated -

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