com.microsoft.tfs.core.clients.framework.location
Class AccessMapping

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.location.AccessMapping

public class AccessMapping
extends java.lang.Object

Peer object to the _AccessMapping proxy data object.

Since:
TEE-SDK-10.1

Constructor Summary
AccessMapping(ms.ws._AccessMapping accessMapping)
          Construct from a proxy object.
AccessMapping(java.lang.String theMoniker, java.lang.String theDisplayName, java.lang.String theAccessPoint)
          Construct from specified parameters.
 
Method Summary
 java.lang.String getAccessPoint()
          Returns the prefix for this access mapping's access point.
 java.lang.String getDisplayName()
          Returns the display name for the for the access mapping.
 java.lang.String getMoniker()
          This is the unique moniker that represents the access mapping.
 void setAccessPoint(java.lang.String value)
          Sets the prefix for this access mapping's access point.
 void setDisplayName(java.lang.String value)
          Sets the display name for the for the access mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessMapping

public AccessMapping(java.lang.String theMoniker,
                     java.lang.String theDisplayName,
                     java.lang.String theAccessPoint)
Construct from specified parameters.


AccessMapping

public AccessMapping(ms.ws._AccessMapping accessMapping)
Construct from a proxy object.

Method Detail

getAccessPoint

public java.lang.String getAccessPoint()
Returns the prefix for this access mapping's access point.


setAccessPoint

public void setAccessPoint(java.lang.String value)
Sets the prefix for this access mapping's access point.


getDisplayName

public java.lang.String getDisplayName()
Returns the display name for the for the access mapping.


setDisplayName

public void setDisplayName(java.lang.String value)
Sets the display name for the for the access mapping.


getMoniker

public java.lang.String getMoniker()
This is the unique moniker that represents the access mapping.



© 2015 Microsoft. All rights reserved.