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

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

public class BusinessDetail
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Constructor Detail

BusinessDetail

public BusinessDetail()

BusinessDetail

public BusinessDetail(BusinessEntity[] businessEntity,
                      String generic,
                      String operator,
                      Truncated truncated)
Method Detail

getBusinessEntity

public BusinessEntity[] getBusinessEntity()
Gets the businessEntity value for this BusinessDetail.

Returns:
businessEntity

setBusinessEntity

public void setBusinessEntity(BusinessEntity[] businessEntity)
Sets the businessEntity value for this BusinessDetail.

Parameters:
businessEntity -

getBusinessEntity

public BusinessEntity getBusinessEntity(int i)

setBusinessEntity

public void setBusinessEntity(int i,
                              BusinessEntity _value)

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getOperator

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

Returns:
operator

setOperator

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

Parameters:
operator -

getTruncated

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

Returns:
truncated

setTruncated

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

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