com.hammurapi.review
Interface GovernanaceObject

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ArtifactType, InspectorCategory, Tool, ToolVersion
All Known Implementing Classes:
ArtifactTypeImpl, InspectorCategoryImpl, ToolImpl, ToolVersionImpl

public interface GovernanaceObject
extends CommonObject

A representation of the model object 'Governanace Object'.

The following features are supported:

See Also:
ReviewPackage.getGovernanaceObject()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getHomePage()
          Returns the value of the 'Home Page' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<String> getReferences()
          Returns the value of the 'References' attribute list.
 String getUid()
          Returns the value of the 'Uid' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setHomePage(String value)
          Sets the value of the 'Home Page' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setUid(String value)
          Sets the value of the 'Uid' attribute.
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUid

String getUid()
Returns the value of the 'Uid' attribute. Unique ID.

Returns:
the value of the 'Uid' attribute.
See Also:
setUid(String), ReviewPackage.getGovernanaceObject_Uid()

setUid

void setUid(String value)
Sets the value of the 'Uid' attribute.

Parameters:
value - the new value of the 'Uid' attribute.
See Also:
getUid()

getName

String getName()
Returns the value of the 'Name' attribute. Name.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ReviewPackage.getGovernanaceObject_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

String getDescription()
Returns the value of the 'Description' attribute. Description.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ReviewPackage.getGovernanaceObject_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getReferences

org.eclipse.emf.common.util.EList<String> getReferences()
Returns the value of the 'References' attribute list. The list contents are of type String. References to additional information in Wiki format [|]. Examples: - More info|http://www.moreinfo.com - http://www.yetmoreinfo.com

Returns:
the value of the 'References' attribute list.
See Also:
ReviewPackage.getGovernanaceObject_References()

getHomePage

String getHomePage()
Returns the value of the 'Home Page' attribute. Home page URL.

Returns:
the value of the 'Home Page' attribute.
See Also:
setHomePage(String), ReviewPackage.getGovernanaceObject_HomePage()

setHomePage

void setHomePage(String value)
Sets the value of the 'Home Page' attribute.

Parameters:
value - the new value of the 'Home Page' attribute.
See Also:
getHomePage()