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

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

public class Validate_values
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Validate_values()
           
Validate_values(BusinessEntity[] businessEntity, BusinessService[] businessService, String generic, TModel[] tModel)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 BusinessEntity[] getBusinessEntity()
          Gets the businessEntity value for this Validate_values.
 BusinessEntity getBusinessEntity(int i)
           
 BusinessService[] getBusinessService()
          Gets the businessService value for this Validate_values.
 BusinessService getBusinessService(int i)
           
 String getGeneric()
          Gets the generic value for this Validate_values.
 TModel[] getTModel()
          Gets the tModel value for this Validate_values.
 TModel getTModel(int i)
           
 int hashCode()
           
 void setBusinessEntity(BusinessEntity[] businessEntity)
          Sets the businessEntity value for this Validate_values.
 void setBusinessEntity(int i, BusinessEntity _value)
           
 void setBusinessService(BusinessService[] businessService)
          Sets the businessService value for this Validate_values.
 void setBusinessService(int i, BusinessService _value)
           
 void setGeneric(String generic)
          Sets the generic value for this Validate_values.
 void setTModel(int i, TModel _value)
           
 void setTModel(TModel[] tModel)
          Sets the tModel value for this Validate_values.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validate_values

public Validate_values()

Validate_values

public Validate_values(BusinessEntity[] businessEntity,
                       BusinessService[] businessService,
                       String generic,
                       TModel[] tModel)
Method Detail

getBusinessEntity

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

Returns:
businessEntity

setBusinessEntity

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

Parameters:
businessEntity -

getBusinessEntity

public BusinessEntity getBusinessEntity(int i)

setBusinessEntity

public void setBusinessEntity(int i,
                              BusinessEntity _value)

getBusinessService

public BusinessService[] getBusinessService()
Gets the businessService value for this Validate_values.

Returns:
businessService

setBusinessService

public void setBusinessService(BusinessService[] businessService)
Sets the businessService value for this Validate_values.

Parameters:
businessService -

getBusinessService

public BusinessService getBusinessService(int i)

setBusinessService

public void setBusinessService(int i,
                               BusinessService _value)

getTModel

public TModel[] getTModel()
Gets the tModel value for this Validate_values.

Returns:
tModel

setTModel

public void setTModel(TModel[] tModel)
Sets the tModel value for this Validate_values.

Parameters:
tModel -

getTModel

public TModel getTModel(int i)

setTModel

public void setTModel(int i,
                      TModel _value)

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

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