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

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

public class Delete_business
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Delete_business()
           
Delete_business(String authInfo, String[] businessKey, String generic)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this Delete_business.
 String[] getBusinessKey()
          Gets the businessKey value for this Delete_business.
 String getBusinessKey(int i)
           
 String getGeneric()
          Gets the generic value for this Delete_business.
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this Delete_business.
 void setBusinessKey(int i, String _value)
           
 void setBusinessKey(String[] businessKey)
          Sets the businessKey value for this Delete_business.
 void setGeneric(String generic)
          Sets the generic value for this Delete_business.
 
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

Delete_business

public Delete_business()

Delete_business

public Delete_business(String authInfo,
                       String[] businessKey,
                       String generic)
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the authInfo value for this Delete_business.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(String authInfo)
Sets the authInfo value for this Delete_business.

Parameters:
authInfo -

getBusinessKey

public String[] getBusinessKey()
Gets the businessKey value for this Delete_business.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(String[] businessKey)
Sets the businessKey value for this Delete_business.

Parameters:
businessKey -

getBusinessKey

public String getBusinessKey(int i)

setBusinessKey

public void setBusinessKey(int i,
                           String _value)

getGeneric

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

Returns:
generic

setGeneric

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

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