com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBIAuthAlias

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

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

A representation of the model object 'WBI Auth Alias'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIAuthAlias()

Method Summary
 java.lang.String getComponent()
          Returns the value of the 'Component' attribute
 java.lang.String getDbcomponent()
          Returns the value of the 'Dbcomponent' attribute
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getPassword()
          Returns the value of the 'Password' attribute
 java.lang.String getUserName()
          Returns the value of the 'User Name' attribute
 void setComponent(java.lang.String value)
          Sets the value of the 'Component' attribute
 void setDbcomponent(java.lang.String value)
          Sets the value of the 'Dbcomponent' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPassword(java.lang.String value)
          Sets the value of the 'Password' attribute
 void setUserName(java.lang.String value)
          Sets the value of the 'User Name' 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

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), WBITopologyPackage.getWBIAuthAlias_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()

getUserName

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

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

Returns:
the value of the 'User Name' attribute.
See Also:
setUserName(String), WBITopologyPackage.getWBIAuthAlias_UserName()

setUserName

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

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

getPassword

java.lang.String getPassword()
Returns the value of the 'Password' attribute.

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

Returns:
the value of the 'Password' attribute.
See Also:
setPassword(String), WBITopologyPackage.getWBIAuthAlias_Password()

setPassword

void setPassword(java.lang.String value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()

getComponent

java.lang.String getComponent()
Returns the value of the 'Component' attribute.

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

Returns:
the value of the 'Component' attribute.
See Also:
setComponent(String), WBITopologyPackage.getWBIAuthAlias_Component()

setComponent

void setComponent(java.lang.String value)
Sets the value of the 'Component' attribute.

Parameters:
value - the new value of the 'Component' attribute.
See Also:
getComponent()

getDescription

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

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

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

setDescription

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

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

getDbcomponent

java.lang.String getDbcomponent()
Returns the value of the 'Dbcomponent' attribute.

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

Returns:
the value of the 'Dbcomponent' attribute.
See Also:
setDbcomponent(String), WBITopologyPackage.getWBIAuthAlias_Dbcomponent()

setDbcomponent

void setDbcomponent(java.lang.String value)
Sets the value of the 'Dbcomponent' attribute.

Parameters:
value - the new value of the 'Dbcomponent' attribute.
See Also:
getDbcomponent()