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

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

public class Save_tModel
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Save_tModel()
           
Save_tModel(String authInfo, String generic, TModel[] tModel, String[] uploadRegister)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this Save_tModel.
 String getGeneric()
          Gets the generic value for this Save_tModel.
 TModel[] getTModel()
          Gets the tModel value for this Save_tModel.
 TModel getTModel(int i)
           
 String[] getUploadRegister()
          Gets the uploadRegister value for this Save_tModel.
 String getUploadRegister(int i)
           
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this Save_tModel.
 void setGeneric(String generic)
          Sets the generic value for this Save_tModel.
 void setTModel(int i, TModel _value)
           
 void setTModel(TModel[] tModel)
          Sets the tModel value for this Save_tModel.
 void setUploadRegister(int i, String _value)
           
 void setUploadRegister(String[] uploadRegister)
          Sets the uploadRegister value for this Save_tModel.
 
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

Save_tModel

public Save_tModel()

Save_tModel

public Save_tModel(String authInfo,
                   String generic,
                   TModel[] tModel,
                   String[] uploadRegister)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getTModel

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

Returns:
tModel

setTModel

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

Parameters:
tModel -

getTModel

public TModel getTModel(int i)

setTModel

public void setTModel(int i,
                      TModel _value)

getUploadRegister

public String[] getUploadRegister()
Gets the uploadRegister value for this Save_tModel.

Returns:
uploadRegister

setUploadRegister

public void setUploadRegister(String[] uploadRegister)
Sets the uploadRegister value for this Save_tModel.

Parameters:
uploadRegister -

getUploadRegister

public String getUploadRegister(int i)

setUploadRegister

public void setUploadRegister(int i,
                              String _value)

getGeneric

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

Returns:
generic

setGeneric

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

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