com.ibm.websphere.models.config.bspace
Interface BusinessSpaceInstance

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BusinessSpaceInstanceImpl

public interface BusinessSpaceInstance
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Instance'.

The following features are supported:

See Also:
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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), BusinessSpacePackage.getBusinessSpaceInstance_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getName

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

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

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

setName

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

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

getOwner

java.lang.String getOwner()
Returns the value of the 'Owner' attribute.

If the meaning of the 'Owner' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owner' attribute.
See Also:
setOwner(String), BusinessSpacePackage.getBusinessSpaceInstance_Owner()

setOwner

void setOwner(java.lang.String value)
Sets the value of the 'Owner' attribute.

Parameters:
value - the new value of the 'Owner' attribute.
See Also:
getOwner()

getTemplateID

java.lang.String getTemplateID()
Returns the value of the 'Template ID' attribute.

If the meaning of the 'Template ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Template ID' attribute.
See Also:
setTemplateID(String), BusinessSpacePackage.getBusinessSpaceInstance_TemplateID()

setTemplateID

void setTemplateID(java.lang.String value)
Sets the value of the 'Template ID' attribute.

Parameters:
value - the new value of the 'Template ID' attribute.
See Also:
getTemplateID()

getLastModified

java.lang.String getLastModified()
Returns the value of the 'Last Modified' attribute.

If the meaning of the 'Last Modified' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Last Modified' attribute.
See Also:
setLastModified(String), BusinessSpacePackage.getBusinessSpaceInstance_LastModified()

setLastModified

void setLastModified(java.lang.String value)
Sets the value of the 'Last Modified' attribute.

Parameters:
value - the new value of the 'Last Modified' attribute.
See Also:
getLastModified()