com.microsoft.tfs.core.clients.framework.catalog
Class CatalogResourceType

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogResourceType

public class CatalogResourceType
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Wrapper class for the _CatalogResourceType which is returned as part of a catalog web service request result.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
CatalogResourceType(ms.ws._CatalogResourceType catalogResourceType)
          Wrapper constructor.
 
Method Summary
 java.lang.String getDescription()
          Returns the description for this resource type.
 java.lang.String getDisplayName()
          Returns the display name for this resource type.
 java.lang.String getIdentifier()
          Returns the identifier for this resource type.
 ms.ws._CatalogResourceType getWebServiceObject()
          Returns the wrapped proxy object.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogResourceType

public CatalogResourceType(ms.ws._CatalogResourceType catalogResourceType)
Wrapper constructor.

Method Detail

getWebServiceObject

public ms.ws._CatalogResourceType getWebServiceObject()
Returns the wrapped proxy object.


getIdentifier

public java.lang.String getIdentifier()
Returns the identifier for this resource type.


getDisplayName

public java.lang.String getDisplayName()
Returns the display name for this resource type.


getDescription

public java.lang.String getDescription()
Returns the description for this resource type.



© 2015 Microsoft. All rights reserved.