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

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

public class TModelList
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
TModelList()
           
TModelList(String generic, String operator, TModelInfos tModelInfos, 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 TModelList.
 String getOperator()
          Gets the operator value for this TModelList.
 TModelInfos getTModelInfos()
          Gets the tModelInfos value for this TModelList.
 Truncated getTruncated()
          Gets the truncated value for this TModelList.
 int hashCode()
           
 void setGeneric(String generic)
          Sets the generic value for this TModelList.
 void setOperator(String operator)
          Sets the operator value for this TModelList.
 void setTModelInfos(TModelInfos tModelInfos)
          Sets the tModelInfos value for this TModelList.
 void setTruncated(Truncated truncated)
          Sets the truncated value for this TModelList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelList

public TModelList()

TModelList

public TModelList(String generic,
                  String operator,
                  TModelInfos tModelInfos,
                  Truncated truncated)
Method Detail

getTModelInfos

public TModelInfos getTModelInfos()
Gets the tModelInfos value for this TModelList.

Returns:
tModelInfos

setTModelInfos

public void setTModelInfos(TModelInfos tModelInfos)
Sets the tModelInfos value for this TModelList.

Parameters:
tModelInfos -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getOperator

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

Returns:
operator

setOperator

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

Parameters:
operator -

getTruncated

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

Returns:
truncated

setTruncated

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

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