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

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

public class TModelDetail
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Constructor Detail

TModelDetail

public TModelDetail()

TModelDetail

public TModelDetail(String generic,
                    String operator,
                    TModel[] tModel,
                    Truncated truncated)
Method Detail

getTModel

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

Returns:
tModel

setTModel

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

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 TModelDetail.

Returns:
generic

setGeneric

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

Parameters:
generic -

getOperator

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

Returns:
operator

setOperator

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

Parameters:
operator -

getTruncated

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

Returns:
truncated

setTruncated

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

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