|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.TModel
| Constructor Summary | |
TModel()
|
|
TModel(String authorizedName,
CategoryBag categoryBag,
Description[] description,
IdentifierBag identifierBag,
Name name,
String operator,
OverviewDoc overviewDoc,
String tModelKey)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getAuthorizedName()
Gets the authorizedName value for this TModel. |
CategoryBag |
getCategoryBag()
Gets the categoryBag value for this TModel. |
Description[] |
getDescription()
Gets the description value for this TModel. |
Description |
getDescription(int i)
|
IdentifierBag |
getIdentifierBag()
Gets the identifierBag value for this TModel. |
Name |
getName()
Gets the name value for this TModel. |
String |
getOperator()
Gets the operator value for this TModel. |
OverviewDoc |
getOverviewDoc()
Gets the overviewDoc value for this TModel. |
String |
getTModelKey()
Gets the tModelKey value for this TModel. |
int |
hashCode()
|
void |
setAuthorizedName(String authorizedName)
Sets the authorizedName value for this TModel. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this TModel. |
void |
setDescription(Description[] description)
Sets the description value for this TModel. |
void |
setDescription(int i,
Description _value)
|
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this TModel. |
void |
setName(Name name)
Sets the name value for this TModel. |
void |
setOperator(String operator)
Sets the operator value for this TModel. |
void |
setOverviewDoc(OverviewDoc overviewDoc)
Sets the overviewDoc value for this TModel. |
void |
setTModelKey(String tModelKey)
Sets the tModelKey value for this TModel. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TModel()
public TModel(String authorizedName,
CategoryBag categoryBag,
Description[] description,
IdentifierBag identifierBag,
Name name,
String operator,
OverviewDoc overviewDoc,
String tModelKey)
| Method Detail |
public Name getName()
public void setName(Name name)
name - public Description[] getDescription()
public void setDescription(Description[] description)
description - public Description getDescription(int i)
public void setDescription(int i,
Description _value)
public OverviewDoc getOverviewDoc()
public void setOverviewDoc(OverviewDoc overviewDoc)
overviewDoc - public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag identifierBag)
identifierBag - public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag categoryBag)
categoryBag - public String getTModelKey()
public void setTModelKey(String tModelKey)
tModelKey - public String getOperator()
public void setOperator(String operator)
operator - public String getAuthorizedName()
public void setAuthorizedName(String authorizedName)
authorizedName - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||