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

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

public class TModelInfo
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
TModelInfo()
           
TModelInfo(Name name, String tModelKey)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 Name getName()
          Gets the name value for this TModelInfo.
 String getTModelKey()
          Gets the tModelKey value for this TModelInfo.
 int hashCode()
           
 void setName(Name name)
          Sets the name value for this TModelInfo.
 void setTModelKey(String tModelKey)
          Sets the tModelKey value for this TModelInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInfo

public TModelInfo()

TModelInfo

public TModelInfo(Name name,
                  String tModelKey)
Method Detail

getName

public Name getName()
Gets the name value for this TModelInfo.

Returns:
name

setName

public void setName(Name name)
Sets the name value for this TModelInfo.

Parameters:
name -

getTModelKey

public String getTModelKey()
Gets the tModelKey value for this TModelInfo.

Returns:
tModelKey

setTModelKey

public void setTModelKey(String tModelKey)
Sets the tModelKey value for this TModelInfo.

Parameters:
tModelKey -

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