|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessSpaceInstance
A representation of the model object 'Instance'.
The following features are supported:
BusinessSpacePackage.getBusinessSpaceInstance()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getLastModified()
Returns the value of the 'Last Modified' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getOwner()
Returns the value of the 'Owner' attribute |
java.lang.String |
getTemplateID()
Returns the value of the 'Template ID' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setLastModified(java.lang.String value)
Sets the value of the ' Last Modified ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setOwner(java.lang.String value)
Sets the value of the ' Owner ' attribute |
void |
setTemplateID(java.lang.String value)
Sets the value of the ' Template ID ' attribute |
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 |
---|
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
BusinessSpacePackage.getBusinessSpaceInstance_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
BusinessSpacePackage.getBusinessSpaceInstance_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getOwner()
If the meaning of the 'Owner' attribute isn't clear, there really should be more of a description here...
setOwner(String)
,
BusinessSpacePackage.getBusinessSpaceInstance_Owner()
void setOwner(java.lang.String value)
Owner
' attribute.
value
- the new value of the 'Owner' attribute.getOwner()
java.lang.String getTemplateID()
If the meaning of the 'Template ID' attribute isn't clear, there really should be more of a description here...
setTemplateID(String)
,
BusinessSpacePackage.getBusinessSpaceInstance_TemplateID()
void setTemplateID(java.lang.String value)
Template ID
' attribute.
value
- the new value of the 'Template ID' attribute.getTemplateID()
java.lang.String getLastModified()
If the meaning of the 'Last Modified' attribute isn't clear, there really should be more of a description here...
setLastModified(String)
,
BusinessSpacePackage.getBusinessSpaceInstance_LastModified()
void setLastModified(java.lang.String value)
Last Modified
' attribute.
value
- the new value of the 'Last Modified' attribute.getLastModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |